rust/compiler/rustc_expand/src
Nicholas Nethercote 880c1c585f Rename DiagCtxt::with_emitter as DiagCtxt::new.
Because it's now the only constructor.
2024-02-29 16:30:12 +11:00
..
mbe Rename DiagnosticBuilder as Diag. 2024-02-28 08:55:35 +11:00
mut_visit rustc_ast: Turn MutVisitor::token_visiting_enabled into a constant 2021-10-18 00:23:24 +03:00
parse Add newtype for raw idents 2024-02-20 13:13:29 +00:00
tokenstream Add newtype for raw idents 2024-02-20 13:13:29 +00:00
base.rs Rename DiagnosticBuilder as Diag. 2024-02-28 08:55:35 +11:00
build.rs Add async bound modifier to enable async Fn bounds 2024-01-31 16:59:19 +00:00
config.rs Reduce capabilities of Diagnostic. 2024-02-20 13:22:17 +11:00
errors.rs Rollup merge of #121288 - tshepang:make-expand-translatable, r=michaelwoerister 2024-02-21 08:55:56 +00:00
expand.rs Add ErrorGuaranteed to ast::ExprKind::Err 2024-02-25 22:24:31 +01:00
lib.rs macro_rules: Preserve all metavariable spans in a global side table 2024-02-18 11:19:24 +03:00
mbe.rs Add spacing information to delimiters. 2023-12-11 09:36:40 +11:00
module.rs Rename DiagnosticBuilder as Diag. 2024-02-28 08:55:35 +11:00
placeholders.rs Give VariantData::Struct named fields, to clairfy recovered. 2023-12-20 00:07:34 +00:00
proc_macro_server.rs Rename DiagnosticBuilder as Diag. 2024-02-28 08:55:35 +11:00
proc_macro.rs make "proc-macro derive panicked" translatable 2024-02-20 08:31:13 +02:00
tests.rs Rename DiagCtxt::with_emitter as DiagCtxt::new. 2024-02-29 16:30:12 +11:00