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
/
recover
Age
Commit message (
Expand
)
Author
Lines
2024-03-06
Cancel parsing ever made during recovery
clubby789
-2
/
+17
2024-03-01
Detect more cases of `=` to `:` typo
Esteban Küber
-0
/
+14
2024-02-16
[AUTO-GENERATED] Migrate ui tests from `//` to `//@` directives
许杰友 Jieyou Xu (Joe)
-13
/
+13
2024-02-14
Fix msg for verbose suggestions with confusable capitalization
Esteban Küber
-2
/
+2
2024-02-08
Continue to borrowck even if there were previous errors
Oli Scherer
-7
/
+178
2024-01-24
Deduplicate more sized errors on call exprs
Esteban Küber
-2
/
+3
2024-01-13
Bless tests
George-lewis
-0
/
+4
2024-01-02
Adjust compiler tests for unused_tuple_struct_fields -> dead_code
Jake Goulding
-5
/
+5
2023-12-21
Simple modification of diagnostic information
surechen
-2
/
+2
2023-11-29
Always emit help when failing to parse enum variant
Esteban Küber
-0
/
+2
2023-11-29
Fix tidy
Esteban Küber
-2
/
+15
2023-11-29
Fix test and move to more appropriate directory
Esteban Küber
-0
/
+80
2023-11-29
Change how `for (x in foo) {}` is handled
Esteban Küber
-11
/
+62
2023-11-29
Account for `(pat if expr) => {}`
Esteban Küber
-8
/
+25
2023-11-29
Change enum parse recovery
Esteban Küber
-11
/
+1
2023-11-29
Bubble parse error when expecting `)`
Esteban Küber
-28
/
+15
2023-11-29
More accurate span for unnecessary parens suggestion
Esteban Küber
-1
/
+1
2023-11-29
Make `parse_pat_ident` not recover bad name
Esteban Küber
-40
/
+5
2023-11-24
Show number in error message even for one error
Nilstrieb
-6
/
+6
2023-11-16
Fix code indentation
Esteban Küber
-1
/
+1
2023-11-16
Add test for parens around match arm pattern and condition
Esteban Küber
-0
/
+63
2023-11-16
Move tests to subdirectory
Esteban Küber
-0
/
+2065
[prev]