os-rust/compiler/rustc_ast/src
Jacob Pratt b1f43974c4
Rollup merge of #126928 - nnethercote:124141-pre, r=oli-obk
Some `Nonterminal` removal precursors

Small things to prepare for #124141, more or less.

r? ```@oli-obk```
2024-06-27 02:06:19 -04:00
..
attr Extra panic cases. 2024-06-25 14:29:25 +10:00
expand Remove extern crate rustc_macros from numerous crates. 2024-04-29 10:21:54 +10:00
util Rename the 2 unambiguous precedence levels to PREC_UNAMBIGUOUS 2024-06-23 18:31:47 -07:00
ast.rs Fix a span in parse_ty_bare_fn. 2024-06-26 08:23:57 +10: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 ast: Standardize visiting order for attributes and node IDs 2024-06-24 16:08:51 +03: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 Fix a typo in a comment. 2024-06-24 09:44:19 +10:00
visit.rs ast: Standardize visiting order for attributes and node IDs 2024-06-24 16:08:51 +03:00