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
2024-12-18
Re-export more `rustc_span::symbol` things from `rustc_span`.
Nicholas Nethercote
-1
/
+1
2024-11-24
refactor pat parser method names/doc-comments to agree with RFC 3637
Max Niederman
-1
/
+1
2024-11-21
Prepare for invisible delimiters.
Nicholas Nethercote
-4
/
+46
2024-09-22
Reformat using the new identifier sorting from rustfmt
Michael Goulet
-2
/
+2
2024-09-06
Add initial support for raw lifetimes
Michael Goulet
-3
/
+3
2024-08-26
Don't make pattern nonterminals match statement nonterminals
Michael Goulet
-19
/
+1
2024-07-31
Rollup merge of #126697 - vincenzopalazzo:macros/find_the_expression_tok, r=e...
Matthias Krüger
-1
/
+10
2024-07-31
tweak comment on `NonterminalKind::Expr`
Michael Goulet
-1
/
+1
2024-07-31
rustc_parser: consider the in 2024 an expression
Vincenzo Palazzo
-1
/
+10
2024-07-29
Reformat `use` declarations.
Nicholas Nethercote
-3
/
+4
2024-07-19
Use `ForceCollect` in `parse_attr_item`.
Nicholas Nethercote
-1
/
+1
2024-07-16
Deny keyword lifetimes pre-expansion
Michael Goulet
-2
/
+5
2024-06-23
Rework pattern and expression nonterminal kinds.
Nicholas Nethercote
-16
/
+12
2024-06-19
Allow naming expr_2021 in all editions
Michael Goulet
-3
/
+2
2024-06-02
Avoid checking the edition as much as possible
Vincenzo Palazzo
-1
/
+1
2024-05-17
Auto merge of #123865 - eholk:expr_2021, r=fmease
bors
-2
/
+10
2024-05-17
Update compiler/rustc_parse/src/parser/nonterminal.rs
Eric Holk
-2
/
+1
2024-05-14
Remove `NtIdent` and `NtLifetime`.
Nicholas Nethercote
-26
/
+27
2024-05-13
Macros: match const { ... } with expr nonterminal in edition 2024
Vincenzo Palazzo
-1
/
+8
2024-05-13
Add expr_2021 nonterminal and feature flag
Eric Holk
-2
/
+4
2024-05-13
Remove a `Span` from `TokenKind::Interpolated`.
Nicholas Nethercote
-10
/
+8
2024-04-04
Rename ModSep to PathSep
León Orell Valerian Liehr
-2
/
+2
2024-03-21
Streamline `NamedMatch`.
Nicholas Nethercote
-2
/
+5
2024-03-21
Fix some formatting.
Nicholas Nethercote
-5
/
+3
2024-02-20
Add newtype for raw idents
clubby789
-1
/
+1
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
[next]