rust/compiler/rustc_expand/src
Nicholas Nethercote a8e862cb7d Avoid producing NoDelim values in Frame.
The code currently ignores the actual delimiter on the RHS and fakes up
a `NoDelim`/`DelimSpan::dummy()` one. This commit changes it to use the
actual delimiter.

The commit also reorders the fields for the `Delimited` variant to match
the `Sequence` variant.
2022-04-27 08:25:22 +10:00
..
mbe Avoid producing NoDelim values in Frame. 2022-04-27 08:25:22 +10:00
mut_visit rustc_ast: Turn MutVisitor::token_visiting_enabled into a constant 2021-10-18 00:23:24 +03:00
parse re-format with new rustfmt 2021-11-30 13:08:41 -05:00
tokenstream Rework SESSION_GLOBALS API to prevent overwriting it 2021-07-08 16:16:28 +02:00
base.rs Auto merge of #95697 - klensy:no-strings, r=petrochenkov 2022-04-09 13:15:26 +00:00
build.rs Include ignore message in libtest output 2022-02-24 17:36:36 -05:00
config.rs Spellchecking some comments 2022-03-30 01:39:38 -04:00
expand.rs Kickstart the inner usage of macro_metavar_expr 2022-04-07 08:13:41 -03:00
lib.rs Left overs of #95761 2022-04-08 10:30:24 -03:00
mbe.rs mbe::TokenTree: remove Lrc around Delimited and SequenceRepetition. 2022-04-14 09:01:27 +10:00
module.rs Associate multiple with a crate too. 2022-03-03 18:45:25 -05:00
placeholders.rs Associate multiple with a crate too. 2022-03-03 18:45:25 -05:00
proc_macro.rs start tracking proc-macros expansion spans in the self-profiler 2022-04-22 18:35:31 +02:00
proc_macro_server.rs span: move MultiSpan 2022-04-05 07:01:00 +01:00
tests.rs errors: lazily load fallback fluent bundle 2022-04-13 02:44:59 +01:00