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
2025-01-27
Trim extra whitespace in fn ptr suggestion span
Tyrone Wu
-16
/
+16
2025-01-07
Update tests.
Mara Bos
-32
/
+32
2024-12-21
Detect missing `.` in method chain in let bindings and statements
Esteban Küber
-0
/
+102
2024-11-24
parse guard patterns
Nadrieril
-15
/
+15
2024-11-23
Update tests for new TRPL chapter order
Chris Krycho
-60
/
+60
2024-11-16
Increase accuracy of `if` condition misparse suggestion
Esteban Küber
-0
/
+293
2024-10-06
On function and method calls in patterns, link to the book
Esteban Küber
-51
/
+109
2024-09-18
Add suggestions for expressions in patterns
Lieselotte
-53
/
+764
2024-09-18
Recover more expressions in patterns
Lieselotte
-0
/
+803
2024-08-28
Suggest the struct variant pattern syntax on usage of unit variant pattern fo...
tunawasabi
-0
/
+5
2024-08-03
Revert "Rollup merge of #125572 - mu001999-contrib:dead/enhance, r=pnkfelix"
Michael Goulet
-9
/
+7
2024-07-18
Fix ICE in suggestion caused by `⩵` being recovered as `==`
Esteban Küber
-0
/
+27
2024-07-12
Make `;` suggestions inline
Esteban Küber
-72
/
+12
2024-07-12
Make parse error suggestions verbose and fix spans
Esteban Küber
-68
/
+362
2024-06-20
Fix `...` in multline code-skips in suggestions
Esteban Küber
-1
/
+1
2024-06-07
Rollup merge of #125572 - mu001999-contrib:dead/enhance, r=pnkfelix
Matthias Krüger
-7
/
+9
2024-06-05
Detect pub structs never constructed and unused associated constants in traits
r0cky
-7
/
+9
2024-06-01
Simplify IntVarValue/FloatVarValue
Michael Goulet
-9
/
+0
2024-05-09
Make sure we consume a generic arg when checking mistyped turbofish
Michael Goulet
-0
/
+20
2024-05-02
Stabilize exclusive_range
Ross Smyth
-71
/
+70
2024-04-12
Suppress erroneous suggestion
Alan Egerton
-36
/
+0
2024-03-23
Suggest assoc ty bound on lifetime in eq constraint
León Orell Valerian Liehr
-7
/
+12
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