rust/compiler/rustc_expand/src
bors 47ba935965 Auto merge of #99320 - NiklasJonsson:84447/rustc_expand, r=compiler-errors
rustc_expand: Switch FxHashMap to FxIndexMap where iteration is used

Relates #84447
2022-07-23 07:59:54 +00:00
..
mbe Auto merge of #99320 - NiklasJonsson:84447/rustc_expand, r=compiler-errors 2022-07-23 07:59:54 +00:00
mut_visit
parse
tokenstream
base.rs rustc_expand: Switch FxHashMap to FxIndexMap where iteration is used 2022-07-16 13:23:05 +02:00
build.rs
config.rs
expand.rs
lib.rs Auto merge of #99320 - NiklasJonsson:84447/rustc_expand, r=compiler-errors 2022-07-23 07:59:54 +00:00
mbe.rs
module.rs avoid some Symbol to String conversions 2022-07-17 04:09:20 +09:00
placeholders.rs
proc_macro_server.rs proc_macro: Move subspan to be a method on Span in the bridge 2022-07-18 13:06:51 -04:00
proc_macro.rs
tests.rs