rust/compiler/rustc_expand/src
bors dd01122b5c Auto merge of #100564 - nnethercote:box-ast-MacCall, r=spastorino
Box the `MacCall` in various types.

r? `@spastorino`
2022-08-20 10:26:54 +00:00
..
mbe Rollup merge of #100651 - nidnogg:diagnostics_migration_expand_transcribe, r=davidtwco 2022-08-18 05:10:47 +02:00
mut_visit rustc_ast: Turn MutVisitor::token_visiting_enabled into a constant 2021-10-18 00:23:24 +03:00
parse Remove TreeAndSpacing. 2022-07-29 15:52:15 +10:00
tokenstream Remove TreeAndSpacing. 2022-07-29 15:52:15 +10:00
base.rs Implement #[rustc_default_body_unstable] 2022-07-26 15:38:03 +04:00
build.rs Rollup merge of #100669 - nnethercote:attribute-cleanups, r=spastorino 2022-08-18 05:10:48 +02:00
config.rs Auto merge of #99887 - nnethercote:rm-TreeAndSpacing, r=petrochenkov 2022-07-30 14:50:05 +00:00
errors.rs Hotfix for duplicated slug name on VarStillRepeating struct 2022-08-17 13:13:07 -03:00
expand.rs Box the MacCall in various types. 2022-08-17 08:10:56 +10:00
lib.rs Moved structs to rustc_expand::errors, added several more migrations, fixed slug name 2022-08-17 11:18:19 -03:00
mbe.rs Remove crate visibility usage in compiler 2022-05-20 20:04:54 -04:00
module.rs avoid some Symbol to String conversions 2022-07-17 04:09:20 +09:00
placeholders.rs Box the MacCall in various types. 2022-08-17 08:10:56 +10:00
proc_macro_server.rs Rename some things related to literals. 2022-08-16 13:41:34 +10:00
proc_macro.rs Auto merge of #99887 - nnethercote:rm-TreeAndSpacing, r=petrochenkov 2022-07-30 14:50:05 +00:00
tests.rs avoid many &str to String conversions with MultiSpan::push_span_label 2022-06-29 21:16:43 +09:00