1
Fork 0
rust/compiler/rustc_ast/src
Matthias Krüger 7fdb2f5cab
Rollup merge of #127233 - nnethercote:parser-cleanups, r=petrochenkov
Some parser cleanups

Cleanups I made while looking closely at this code.

r? ``@petrochenkov``
2024-07-03 17:26:55 +02:00
..
attr Change AttrTokenStream::to_tokenstream to to_token_trees. 2024-07-02 10:46:44 +10:00
expand Remove extern crate rustc_macros from numerous crates. 2024-04-29 10:21:54 +10:00
util Rollup merge of #126883 - dtolnay:breakvalue, r=fmease 2024-07-02 17:47:45 +02:00
ast.rs Tighten spans for async blocks 2024-06-27 15:19:08 -04:00
ast_traits.rs Remove NtIdent and NtLifetime. 2024-05-14 08:19:58 +10:00
entry.rs Various improvements to entrypoint code 2024-05-04 14:48:42 +02:00
format.rs Remove extern crate rustc_macros from numerous crates. 2024-04-29 10:21:54 +10:00
lib.rs Use tidy to sort crate attributes for all compiler crates. 2024-06-12 15:49:10 +10:00
mut_visit.rs Tighten spans for async blocks 2024-06-27 15:19:08 -04:00
node_id.rs Replace no_ord_impl with orderable. 2023-11-22 18:38:17 +11:00
ptr.rs Implement BOXED_SLICE_INTO_ITER 2024-05-20 19:21:30 -04:00
token.rs Rework pattern and expression nonterminal kinds. 2024-06-23 15:57:24 +10:00
tokenstream.rs Just push in AttrTokenStream::to_token_trees. 2024-07-02 10:46:44 +10:00
visit.rs Tighten spans for async blocks 2024-06-27 15:19:08 -04:00