rust/compiler/rustc_expand/src
2022-07-28 10:20:55 +09:00
..
mbe Auto merge of #99320 - NiklasJonsson:84447/rustc_expand, r=compiler-errors 2022-07-23 07:59:54 +00:00
mut_visit rustc_ast: Turn MutVisitor::token_visiting_enabled into a constant 2021-10-18 00:23:24 +03:00
parse use CursorRef more, to not to clone Trees 2022-05-18 18:43:48 +03:00
tokenstream Remove TokenStream::from_streams. 2022-06-20 09:33:08 +10:00
base.rs rustc_expand: Switch FxHashMap to FxIndexMap where iteration is used 2022-07-16 13:23:05 +02:00
build.rs Parse closure binders 2022-07-12 16:25:16 +04:00
config.rs avoid Symbol to String conversions 2022-07-28 10:20:55 +09:00
expand.rs Rename debugging_opts to unstable_opts 2022-07-13 17:47:06 -05:00
lib.rs Auto merge of #99320 - NiklasJonsson:84447/rustc_expand, r=compiler-errors 2022-07-23 07:59:54 +00: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 Save colon span to suggest bounds. 2022-04-30 13:55:17 +02:00
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 proc_macro: don't pass a client-side function pointer through the server. 2022-05-27 19:29:21 +00:00
tests.rs avoid many &str to String conversions with MultiSpan::push_span_label 2022-06-29 21:16:43 +09:00