rust/compiler/rustc_parse/src/parser
bors f30733adb9 Auto merge of #80441 - petrochenkov:kwtok, r=Aaron1011
ast: Remove some indirection layers from values in key-value attributes

Trying to address some perf regressions from https://github.com/rust-lang/rust/pull/78837#issuecomment-745380762.
2021-01-09 22:19:46 +00:00
..
attr.rs rustc_parse: restore pub vis on parse_attribute 2020-11-26 12:54:09 -06:00
diagnostics.rs Implemented a compiler diagnostic for move async mistake 2020-12-21 12:57:08 +01:00
expr.rs Consistently call editions "Rust 20xx" in messages. 2020-12-31 19:06:09 +01:00
generics.rs make const_generics_defaults use the unstable syntax mechanism 2021-01-01 11:01:01 +01:00
item.rs Add a note for * and {} usage on use 2021-01-08 17:36:14 +09:00
mod.rs Auto merge of #80441 - petrochenkov:kwtok, r=Aaron1011 2021-01-09 22:19:46 +00:00
nonterminal.rs Implement edition-based macro pat feature 2020-12-30 09:57:49 -06:00
pat.rs Implement edition-based macro pat feature 2020-12-30 09:57:49 -06:00
path.rs first pass at default values for const generics 2021-01-01 10:55:10 +01:00
stmt.rs implement edition-specific :pat behavior for 2015/18 2020-12-19 07:13:36 -06:00
ty.rs Address review comments 2020-12-17 14:12:48 +01:00