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
/
tests
/
ui
/
parser
/
issues
Age
Commit message (
Expand
)
Author
Lines
2023-03-20
feat: implement error recovery in `expected_ident_found`
Ezra Shaw
-33
/
+38
2023-03-19
refactor: improve "ident starts with number" error
Ezra Shaw
-3
/
+15
2023-03-12
Remove uses of `box_syntax` in rustc and tools
clubby789
-4
/
+10
2023-03-09
feat/refactor: improve errors in case of ident with number at start
Ezra Shaw
-9
/
+15
2023-03-05
add test for https://github.com/rust-lang/rust/issues/108242
Lukas Markeffsky
-0
/
+18
2023-03-01
Add testcase for issue 105209
yukang
-0
/
+25
2023-03-01
Fix #104367, add test case for mismatched open/close delims
yukang
-0
/
+32
2023-02-28
remove duplicated diagnostic for unclosed delimiter
yukang
-160
/
+46
2023-02-28
Exit when there are unmatched delims to avoid noisy diagnostics
yukang
-520
/
+108
2023-02-03
Rollup merge of #107602 - estebank:anon-enum-access, r=compiler-errors
Matthias Krüger
-27
/
+55
2023-02-02
Parse and recover from type ascription in patterns
Esteban Küber
-27
/
+55
2023-02-02
Rollup merge of #106919 - compiler-errors:underscore-typo-in-field-pat, r=jac...
Matthias Krüger
-1
/
+6
2023-02-02
Recover _ as .. in field pattern
Michael Goulet
-1
/
+6
2023-02-02
Revert "Teach parser to understand fake anonymous enum syntax" and related co...
Michael Goulet
-55
/
+27
2023-01-30
Modify primary span label for E0308
Esteban Küber
-1
/
+1
2023-01-28
Auto merge of #107408 - matthiaskrgr:rollup-b5vz2ow, r=matthiaskrgr
bors
-9
/
+29
2023-01-28
Rollup merge of #104012 - chenyukang:yukang/fix-103882-deli-indentation, r=pe...
Matthias Krüger
-9
/
+29
2023-01-28
Auto merge of #106916 - lukas-code:overlapping-substs, r=estebank
bors
-2
/
+2
2023-01-27
Improve unexpected close and mismatch delimiter hint in TokenTreesReader
yukang
-14
/
+18
2023-01-26
add testcase for #104012
yukang
-0
/
+16
2023-01-20
preserve delim spans during `macro_rules!` expansion if able
Lukas Markeffsky
-2
/
+2
2023-01-17
Emit fewer errors on patterns with possible type ascription
Esteban Küber
-10
/
+2
2023-01-17
Teach parser to understand fake anonymous enum syntax
Esteban Küber
-18
/
+54
2023-01-14
Rollup merge of #106566 - clubby789:contiguous-weird-unicode, r=cjgillot
Matthias Krüger
-0
/
+0
2023-01-12
Emit a single error for contiguous sequences of Unicode homoglyphs
clubby789
-0
/
+0
2023-01-11
parser: recover from where clauses placed before tuple struct bodies
León Orell Valerian Liehr
-4
/
+15
2023-01-11
Move /src/test to /tests
Albert Larsan
-0
/
+6304