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-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
2023-03-01
Auto merge of #108587 - matthiaskrgr:rollup-rw6po59, r=matthiaskrgr
bors
-2
/
+14
2023-03-01
Rollup merge of #108496 - nx2k3:issue-108495-dec, r=WaffleLapkin
Matthias Krüger
-2
/
+14
2023-03-01
Rollup merge of #108297 - chenyukang:yukang/delim-error-exit, r=petrochenkov
Matthias Krüger
-3
/
+3
2023-02-28
micro fmt changes
Maybe Waffle
-0
/
+1
2023-02-28
refactor parse_token_trees to not return unmatched_delims
yukang
-2
/
+2
2023-02-28
rename unmatched_braces to unmatched_delims
yukang
-4
/
+4
2023-02-27
handle only postfix decrement
nx2k3
-10
/
+0
2023-02-26
fix some comments
nx2k3
-4
/
+2
2023-02-26
fix #108495, postfix decrement and prefix decrement has no warning
nx2k3
-3
/
+26
2023-02-24
Replace parse_[sth]_expr with parse_expr_[sth] function names
est31
-2
/
+2
2023-02-22
errors: generate typed identifiers in each crate
David Wood
-3
/
+3
2023-02-21
Use `ThinVec` in `ast::AngleBracketedArgs`.
Nicholas Nethercote
-1
/
+1
2023-02-21
Use `ThinVec` in `ast::Block`.
Nicholas Nethercote
-1
/
+1
2023-02-21
Use `ThinVec` in various AST types.
Nicholas Nethercote
-1
/
+1
2023-02-14
Rollup merge of #103478 - SpanishPear:spanishpear/issue_103366_fix, r=TaKO8Ki
Matthias Krüger
-2
/
+56
2023-02-02
Parse and recover from type ascription in patterns
Esteban Küber
-12
/
+39
2023-02-02
Revert "Teach parser to understand fake anonymous enum syntax" and related co...
Michael Goulet
-39
/
+13
2023-02-01
Convert rustc_parse::parser::pat::Expected to enum
Xiretza
-2
/
+2
2023-02-01
fix formatting + test syntax
SpanishPear
-1
/
+1
2023-01-31
move to multipart spans
SpanishPear
-5
/
+6
2023-01-28
Rollup merge of #107190 - fmease:fix-81698, r=compiler-errors
Matthias Krüger
-0
/
+22
2023-01-27
recover more unbraced const args
León Orell Valerian Liehr
-0
/
+22
2023-01-22
revert to previous span
SpanishPear
-3
/
+4
2023-01-22
Attempt to address review comments via github web...
Shrey Sudhir
-3
/
+2
2023-01-22
Apply automatic suggestions from code review
Shrey Sudhir
-3
/
+3
2023-01-22
--wip-- [skip ci]
SpanishPear
-2
/
+55
2023-01-17
Emit fewer errors on patterns with possible type ascription
Esteban Küber
-0
/
+2
[prev]
[next]