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
2023-10-30
When encountering unclosed delimiters during parsing, check for diff markers
Esteban Küber
-3
/
+9
2023-10-26
Recover ternary expression as error
clubby789
-9
/
+11
2023-10-26
Properly restore snapshot when failing to recover parsing ternary
clubby789
-4
/
+2
2023-10-20
Move where doc comment meant as comment check
Esteban Küber
-1
/
+21
2023-10-15
Auto merge of #116688 - compiler-errors:rustfmt-up, r=WaffleLapkin,Nilstrieb
bors
-42
/
+50
2023-10-13
Format all the let chains in compiler
Michael Goulet
-42
/
+50
2023-10-12
Detect ruby-style closure in parser
Esteban Küber
-0
/
+59
2023-09-28
Tweak wording of missing angle backets in qualified path
Esteban Küber
-4
/
+3
2023-08-08
inlined kind
darklyspaced
-2
/
+1
2023-08-07
always return ExprKind::Err
darklyspaced
-6
/
+1
2023-08-04
Rollup merge of #113999 - Centri3:macro-arm-expand, r=wesleywiser
Matthias Krüger
-16
/
+21
2023-08-03
Rollup merge of #114300 - MU001999:fix/turbofish-pat, r=estebank
Matthias Krüger
-3
/
+3
2023-08-03
Reduce arbitrary self type suggestions
r0cky
-15
/
+3
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
-7
/
+19
2023-07-31
parser: more friendly hints for handling `async move` in the 2015 edition
bohan
-4
/
+11
2023-07-30
inline format!() args up to and including rustc_middle
Matthias Krüger
-2
/
+2
2023-07-25
Only early return if recovered
Catherine Flores
-15
/
+20
2023-07-25
Remove unnecessary `maybe_ternary_lo` field
Catherine Flores
-7
/
+3
2023-07-25
Gracefully handle missing ternary operator
Catherine Flores
-2
/
+44
2023-07-24
Specify macro is invalid in certain contexts
Catherine
-16
/
+21
2023-07-20
Don't translate compiler-internal bug messages
Oli Scherer
-1
/
+1
2023-07-12
Re-format let-else per rustfmt update
Mark Rousskov
-2
/
+3
2023-07-04
Detect extra space in keyword for better hint
yukang
-0
/
+16
2023-06-10
remove unwrap
yukang
-9
/
+12
2023-06-10
take care module name for suggesting surround the struct literal in parentheses
yukang
-1
/
+9
2023-05-24
Use `is_some_and`/`is_ok_and` in less obvious spots
Maybe Waffle
-1
/
+1
2023-05-24
Use `Option::is_some_and` and `Result::is_ok_and` in the compiler
Maybe Waffle
-1
/
+1
2023-05-17
Give a more useful location for where a span_bug was delayed
jyn
-0
/
+1
2023-05-09
move sugg to derive session diagnostic
yukang
-9
/
+5
2023-05-08
code refactor and fix wrong suggestion
yukang
-23
/
+29
2023-05-08
fix ice in suggesting
yukang
-7
/
+14
2023-05-08
cleanup
yukang
-2
/
+1
2023-05-08
Suggest let for possible binding with ty
yukang
-0
/
+17
2023-05-04
Rollup merge of #110791 - compiler-errors:negative-bounds, r=oli-obk
Dylan DPC
-1
/
+1
2023-05-03
Restrict `From<S>` for `{D,Subd}iagnosticMessage`.
Nicholas Nethercote
-14
/
+14
2023-05-02
Implement negative bounds
Michael Goulet
-1
/
+1
2023-05-01
soften the wording for removing type ascription
yukang
-8
/
+1
2023-05-01
fix tests
yukang
-1
/
+0
2023-05-01
clean up debug code
yukang
-10
/
+1
2023-05-01
Rip it out
Nilstrieb
-75
/
+44
2023-04-27
Tweak await span
Michael Goulet
-1
/
+1
2023-04-15
remove redundant clones
Matthias Krüger
-5
/
+3
2023-04-07
fix: fix regression in #109203
Ezra Shaw
-2
/
+2
2023-03-28
Add `(..)` syntax for RTN
Michael Goulet
-2
/
+1
2023-03-20
feat: implement error recovery in `expected_ident_found`
Ezra Shaw
-26
/
+58
2023-03-19
refactor: improve "ident starts with number" error
Ezra Shaw
-10
/
+24
2023-03-19
refactor: refactor identifier parsing somewhat
Ezra Shaw
-4
/
+13
2023-03-09
feat/refactor: improve errors in case of ident with number at start
Ezra Shaw
-14
/
+27
2023-03-03
Remove unclosed_delims from parser
yukang
-113
/
+3
[next]