rust/compiler/rustc_expand/src
Vadim Petrochenkov 90d11d6448 rustc_span: Optimize syntax context comparisons
Including comparisons with root context
2024-01-06 01:25:20 +03:00
..
mbe rustc_span: Optimize syntax context comparisons 2024-01-06 01:25:20 +03:00
mut_visit rustc_ast: Turn MutVisitor::token_visiting_enabled into a constant 2021-10-18 00:23:24 +03:00
parse Add spacing information to delimiters. 2023-12-11 09:36:40 +11:00
tokenstream Remove TokenStreamBuilder. 2022-10-05 12:42:54 +11:00
base.rs Remove Session methods that duplicate DiagCtxt methods. 2023-12-24 08:05:28 +11:00
build.rs Rollup merge of #119231 - aDotInTheVoid:PatKind-struct-bool-docs, r=compiler-errors 2023-12-23 16:23:54 +01:00
config.rs Remove Session methods that duplicate DiagCtxt methods. 2023-12-24 08:05:28 +11:00
errors.rs Remove edition umbrella features. 2023-12-10 13:03:28 -08:00
expand.rs Rename some Diagnostic setters. 2024-01-03 19:40:20 +11:00
lib.rs Use rustc_fluent_macro::fluent_messages! directly. 2023-11-26 08:38:40 +11:00
mbe.rs Add spacing information to delimiters. 2023-12-11 09:36:40 +11:00
module.rs Remove Session methods that duplicate DiagCtxt methods. 2023-12-24 08:05:28 +11:00
placeholders.rs Give VariantData::Struct named fields, to clairfy recovered. 2023-12-20 00:07:34 +00:00
proc_macro.rs Remove Session methods that duplicate DiagCtxt methods. 2023-12-24 08:05:28 +11:00
proc_macro_server.rs Remove is_lint field from Level::Error. 2024-01-04 16:09:31 +11:00
tests.rs Rename EmitterWriter as HumanEmitter. 2024-01-05 10:02:40 +11:00