rust/compiler/rustc_expand/src
Michael Goulet f361b591ef
Rollup merge of #119538 - nnethercote:cleanup-errors-5, r=compiler-errors
Cleanup error handlers: round 5

More rustc_errors cleanups. A sequel to https://github.com/rust-lang/rust/pull/119171.

r? ````@compiler-errors````
2024-01-05 10:57:21 -05:00
..
mbe macro_rules: Less hacky heuristic for using tt metavariable spans 2024-01-04 03:53:56 +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 many DiagCtxt and EarlyDiagCtxt locals. 2023-12-18 16:06:22 +11:00