index
:
rust
this commit
auto
automation/bors/try
automation/bors/try-merge
beta
cargo_update
lcnr/rustc-dev-guide
master
perf-tmp
stable
try
try-perf
https://github.com/rust-lang/rust
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
compiler
/
rustc_parse
/
src
/
parser
/
nonterminal.rs
Age
Commit message (
Expand
)
Author
Lines
2021-08-25
Use if-let guards in the codebase
Léo Lanteri Thauvin
-8
/
+9
2021-07-14
Suggest a path separator if a stray colon is found in a match arm
Fabian Wolff
-2
/
+2
2021-06-06
parser: Ensure that all nonterminals have tokens after parsing
Vadim Petrochenkov
-2
/
+15
2021-04-27
remove pat2021
mark
-4
/
+4
2021-04-15
rename pat2015 to pat_param
mark
-4
/
+6
2021-04-11
Implement token-based handling of attributes during expansion
Aaron Hill
-3
/
+1
2021-03-25
Avoid double-collection for expression nonterminals
Aaron Hill
-16
/
+1
2021-03-23
Rollup merge of #83384 - mark-i-m:rename-pat2018, r=joshtriplett
Yuki Okushi
-3
/
+3
2021-03-22
rename :pat2018 -> :pat215
mark
-3
/
+3
2021-03-19
stabilize or_patterns
mark
-2
/
+2
2021-02-15
Simplify pattern grammar by allowing nested leading vert
mark
-2
/
+2
2021-02-13
Address review comments
Aaron Hill
-1
/
+1
2021-02-13
Require passing an `AttrWrapper` to `collect_tokens_trailing_token`
Aaron Hill
-10
/
+34
2021-02-02
Bump rustfmt version
Mark Rousskov
-7
/
+10
2021-01-20
Force token collection to run when parsing nonterminals
Aaron Hill
-3
/
+3
2021-01-13
Set tokens on AST node in `collect_tokens`
Aaron Hill
-81
/
+18
2020-12-30
Implement edition-based macro pat feature
mark
-17
/
+10
2020-12-19
implement edition-specific :pat behavior for 2015/18
mark
-3
/
+20
2020-12-17
Don't allow `const` to begin a nonterminal
Camelid
-0
/
+2
2020-11-26
Properly handle attributes on statements
Aaron Hill
-2
/
+2
2020-10-30
Fix even more clippy warnings
Joshua Nelson
-14
/
+8
2020-10-22
Don't create an empty `LazyTokenStream`
Aaron Hill
-10
/
+10
2020-10-21
Unconditionally capture tokens for attributes.
Aaron Hill
-1
/
+1
2020-09-10
Attach tokens to `ast::Stmt`
Aaron Hill
-4
/
+14
2020-09-10
Attach `TokenStream` to `ast::Visibility`
Aaron Hill
-1
/
+9
2020-09-10
Attach `TokenStream` to `ast::Path`
Aaron Hill
-1
/
+9
2020-09-10
Attach tokens to `NtMeta` (`ast::AttrItem`)
Aaron Hill
-1
/
+8
2020-09-10
Collect tokens when handling `:literal` matcher
Aaron Hill
-1
/
+9
2020-09-10
Attach `TokenStream` to `ast::Ty`
Aaron Hill
-1
/
+8
2020-09-10
Attach `TokenStream` to `ast::Block`
Aaron Hill
-1
/
+8
2020-08-30
mv compiler to compiler/
mark
-0
/
+170