rust/compiler/rustc_parse/src/parser
bors 693ed05bbd Auto merge of #81017 - Aaron1011:collect-trailing-token, r=petrochenkov
Refactor token collection to capture trailing token immediately

Split out from https://github.com/rust-lang/rust/pull/80689 - when we start capturing more information about attribute targets, we'll need to know in advance if we're capturing a trailing token or not.

r? `@ghost`
2021-01-23 00:42:37 +00:00
..
attr.rs Set tokens on AST node in collect_tokens 2021-01-13 22:10:36 -05:00
diagnostics.rs Use Option::map_or instead of .map(..).unwrap_or(..) 2021-01-14 19:23:59 +01:00
expr.rs Parse loop labels missing a leading ' 2021-01-21 21:41:47 -08:00
generics.rs make const_generics_defaults use the unstable syntax mechanism 2021-01-01 11:01:01 +01:00
item.rs Refactor token collection to capture trailing token immediately 2021-01-22 00:33:03 -05:00
mod.rs Refactor token collection to capture trailing token immediately 2021-01-22 00:33:03 -05:00
nonterminal.rs Force token collection to run when parsing nonterminals 2021-01-20 18:09:32 -05:00
pat.rs Implement edition-based macro pat feature 2020-12-30 09:57:49 -06:00
path.rs Rework diagnostics for wrong number of generic args 2021-01-10 13:07:40 +01:00
stmt.rs Refactor token collection to capture trailing token immediately 2021-01-22 00:33:03 -05:00
ty.rs Address review comments 2020-12-17 14:12:48 +01:00