rust/compiler/rustc_expand/src
Matthias Krüger 16c6594f34
Rollup merge of #94547 - nnethercote:parse_tt-cleanups, r=petrochenkov
`parse_tt` cleanups

I've been looking closely at this code, and saw some opportunities to improve its readability.

r? ```````@petrochenkov```````
2022-03-03 20:01:45 +01:00
..
mbe Rollup merge of #94547 - nnethercote:parse_tt-cleanups, r=petrochenkov 2022-03-03 20:01:45 +01: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 rename ErrorReported -> ErrorGuaranteed 2022-03-02 09:45:25 -06:00
build.rs Include ignore message in libtest output 2022-02-24 17:36:36 -05:00
config.rs Improve allowness of the unexpected_cfgs lint 2022-03-01 14:29:12 +01:00
expand.rs Rollup merge of #94433 - Urgau:check-cfg-allowness, r=petrochenkov 2022-03-03 01:09:12 +01:00
lib.rs Switch bootstrap cfgs 2022-02-25 08:00:52 -05:00
mbe.rs
module.rs rename ErrorReported -> ErrorGuaranteed 2022-03-02 09:45:25 -06:00
placeholders.rs expand: Rename some AstFragments to match AST structures 2022-01-07 13:50:03 +08:00
proc_macro.rs rename ErrorReported -> ErrorGuaranteed 2022-03-02 09:45:25 -06:00
proc_macro_server.rs rustc_errors: let DiagnosticBuilder::emit return a "guarantee of emission". 2022-02-23 06:38:52 +00:00
tests.rs Rework SESSION_GLOBALS API to prevent overwriting it 2021-07-08 16:16:28 +02:00