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
2023-12-18
Use `.into_diagnostic()` less.
Nicholas Nethercote
-12
/
+10
2023-12-18
Rename `Parser::span_diagnostic` as `Parser::dcx`.
Nicholas Nethercote
-5
/
+6
2023-12-02
Use `Session::diagnostic` in more places.
Nicholas Nethercote
-4
/
+4
2023-11-16
More detail when expecting expression but encountering bad macro argument
Esteban Küber
-7
/
+7
2023-10-13
Format all the let chains in compiler
Michael Goulet
-19
/
+18
2023-08-18
Rename `NtOrTt` as `ParseNtResult`.
Nicholas Nethercote
-4
/
+4
2023-08-17
Simplify a `match`.
Nicholas Nethercote
-4
/
+1
2023-08-17
Make some `match`es exhaustive in `nonterminal.rs`.
Nicholas Nethercote
-5
/
+20
2023-08-17
Use `Nonterminal::*` in `nonterminal.rs`.
Nicholas Nethercote
-26
/
+17
2023-08-17
Remove unnecessary braces on `PatWithOr` patterns.
Nicholas Nethercote
-4
/
+4
2023-08-17
Rename `parse_no_question_mark_recover`.
Nicholas Nethercote
-1
/
+1
2023-08-17
Remove outdated comment.
Nicholas Nethercote
-2
/
+0
2023-08-03
Avoid too many expected symbols and reduce `None`s
r0cky
-1
/
+1
2023-08-03
Keep the suggestion for wrong arbitrary self types
Mu001999
-2
/
+2
2023-04-16
use matches! macro in more places
Matthias Krüger
-6
/
+4
2023-02-01
rustc_parse: migrate more to diagnostic structs
Xiretza
-8
/
+14
2022-11-22
`rustc_parse`: remove `ref` patterns
Maybe Waffle
-8
/
+8
2022-09-15
slight vertical formatting
Rageking8
-12
/
+12
2022-05-11
ast: Introduce some traits to get AST node properties generically
Vadim Petrochenkov
-1
/
+1
2022-04-28
rustc_ast: Harmonize delimiter naming with `proc_macro::Delimiter`
Vadim Petrochenkov
-4
/
+4
2022-04-20
Inline `Parser::nonterminal_may_begin_with`.
Nicholas Nethercote
-2
/
+4
2022-04-20
Inline `Parser::parse_nonterminal`.
Nicholas Nethercote
-1
/
+3
2022-04-07
Shrink `Nonterminal`.
Nicholas Nethercote
-3
/
+3
2022-03-28
Remove `Nonterminal::NtTT`.
Nicholas Nethercote
-12
/
+17
2022-03-04
Do not recover from `Ty?` in macro parsing
Esteban Kuber
-1
/
+1
2022-02-28
Tweak diagnostics
Esteban Kuber
-2
/
+2
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
[next]