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
2025-08-09
remove `P`
Deadbeef
-9
/
+7
2025-04-21
Remove `token::{Open,Close}Delim`.
Nicholas Nethercote
-8
/
+6
2025-04-02
Impl `Copy` for `Token` and `TokenKind`.
Nicholas Nethercote
-2
/
+2
2025-04-02
Remove `NtBlock`, `Nonterminal`, and `TokenKind::Interpolated`.
Nicholas Nethercote
-82
/
+38
2025-04-02
Remove `NtExpr` and `NtLiteral`.
Nicholas Nethercote
-8
/
+8
2025-03-07
Remove `NtItem` and `NtStmt`.
Nicholas Nethercote
-7
/
+5
2025-02-28
Remove `NtPath`.
Nicholas Nethercote
-3
/
+5
2025-02-28
Remove `NtMeta`.
Nicholas Nethercote
-5
/
+6
2025-02-28
Remove `NtPat`.
Nicholas Nethercote
-11
/
+13
2025-02-21
Avoid snapshotting the parser in `parse_path_inner`.
Nicholas Nethercote
-2
/
+2
2025-02-21
Remove `NtTy`.
Nicholas Nethercote
-3
/
+4
2025-02-21
Remove `NtVis`.
Nicholas Nethercote
-7
/
+6
2025-02-03
tree-wide: parallel: Fully removed all `Lrc`, replaced with `Arc`
Askar Safin
-2
/
+3
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
[next]