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
/
diagnostics.rs
Age
Commit message (
Expand
)
Author
Lines
2025-03-10
use next_back() instead of last() on DoubleEndedIterator
Matthias Krüger
-1
/
+1
2025-03-06
Give a better error message on async use in edition 2015
Santiago Pastorino
-8
/
+15
2025-03-06
Implement .use keyword as an alias of clone
Santiago Pastorino
-3
/
+18
2025-03-03
Rename `ast::TokenKind::Not` as `ast::TokenKind::Bang`.
Nicholas Nethercote
-3
/
+3
2025-03-03
Replace `ast::TokenKind::BinOp{,Eq}` and remove `BinOpToken`.
Nicholas Nethercote
-12
/
+7
2025-02-28
Auto merge of #137517 - nnethercote:rm-NtPat-NtItem-NtStmt, r=petrochenkov
bors
-50
/
+2
2025-02-28
Remove `NtPat`.
Nicholas Nethercote
-50
/
+2
2025-02-27
Introduce `AssocOp::Binary`.
Nicholas Nethercote
-14
/
+22
2025-02-19
Tweak "expected ident" parse error to avoid talking about doc comments
Esteban Küber
-7
/
+9
2025-02-08
Rustfmt
bjorn3
-26
/
+32
2025-02-03
tree-wide: parallel: Fully removed all `Lrc`, replaced with `Arc`
Askar Safin
-2
/
+2
2024-12-29
Rollup merge of #134884 - calciumbe:patch1, r=jieyouxu
Matthias Krüger
-1
/
+1
2024-12-29
fix: typos
calciumbe
-1
/
+1
2024-12-27
Skip parenthesis around tuple struct field calls
David Tolnay
-1
/
+1
2024-12-20
Reduce the amount of explicit FatalError.raise()
bjorn3
-12
/
+5
2024-12-19
Speed up `Parser::expected_token_types`.
Nicholas Nethercote
-87
/
+52
2024-12-19
Remove `bra`/`ket` naming.
Nicholas Nethercote
-4
/
+4
2024-12-19
Rename `Parser::expected_tokens` as `Parser::expected_token_types`.
Nicholas Nethercote
-9
/
+10
2024-12-18
Only have one source of truth for keywords.
Nicholas Nethercote
-2
/
+2
2024-12-18
Simplify `AllKeywords`.
Nicholas Nethercote
-2
/
+2
2024-12-18
Re-export more `rustc_span::symbol` things from `rustc_span`.
Nicholas Nethercote
-2
/
+2
2024-12-12
Remove `PErr`.
Nicholas Nethercote
-3
/
+3
2024-11-28
Improve span handling in `parse_expr_bottom`.
Nicholas Nethercote
-3
/
+2
2024-10-28
fix clippy::clone_on_ref_ptr for compiler
klensy
-1
/
+2
2024-10-14
Move trait bound modifiers into ast::PolyTraitRef
Michael Goulet
-1
/
+1
2024-09-22
Reformat using the new identifier sorting from rustfmt
Michael Goulet
-37
/
+31
2024-09-12
Implement a Method to Seal `DiagInner`'s Suggestions
Veera
-2
/
+8
2024-09-09
Remove needless returns detected by clippy in the compiler
Eduardo Sánchez Muñoz
-1
/
+1
2024-09-06
Add Suggestions for Misspelled Keywords
Veera
-3
/
+82
2024-08-21
Use bool in favor of Option<()> for diagnostics
Michael Goulet
-5
/
+5
2024-08-16
Overhaul token collection.
Nicholas Nethercote
-9
/
+10
2024-08-14
Use `impl PartialEq<TokenKind> for Token` more.
Nicholas Nethercote
-29
/
+26
2024-07-29
Reformat `use` declarations.
Nicholas Nethercote
-24
/
+25
2024-07-19
Rollup merge of #127350 - veera-sivarajan:bugfix-126311, r=lcnr
Matthias Krüger
-4
/
+4
2024-07-18
Parser: Suggest Placing the Return Type After Function Parameters
Veera
-4
/
+4
2024-07-18
Rollup merge of #127835 - estebank:issue-127823, r=compiler-errors
Matthias Krüger
-4
/
+1
2024-07-18
Fix ICE in suggestion caused by `⩵` being recovered as `==`
Esteban Küber
-4
/
+1
2024-07-18
More accurate span for anonymous argument suggestion
Esteban Küber
-6
/
+6
2024-07-12
fix unused binding
Esteban Küber
-1
/
+1
2024-07-12
More accurate incorrect use of `await` suggestion
Esteban Küber
-11
/
+7
2024-07-12
Make parse error suggestions verbose and fix spans
Esteban Küber
-20
/
+15
2024-06-21
Rollup merge of #126125 - dev-ardi:conflict-markers, r=estebank
Matthias Krüger
-16
/
+42
2024-06-19
Auto merge of #126678 - nnethercote:fix-duplicated-attrs-on-nt-expr, r=petroc...
bors
-3
/
+10
2024-06-19
Refactor `parse_expr_res`.
Nicholas Nethercote
-3
/
+10
2024-06-19
make this comment correct
ardi
-3
/
+4
2024-06-19
Improve conflict marker recovery
ardi
-13
/
+38
2024-06-18
Remove redundant argument from `subdiagnostic` method
Oli Scherer
-2
/
+2
2024-06-18
Use a dedicated type instead of a reference for the diagnostic context
Oli Scherer
-2
/
+2
2024-06-18
Prefer `dcx` methods over fields or fields' methods
Oli Scherer
-1
/
+1
2024-06-17
Make parse_seq_to_before_tokens take expected/nonexpected tokens, use in pars...
Michael Goulet
-5
/
+2
[next]