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
/
did_you_mean
Age
Commit message (
Expand
)
Author
Lines
2023-11-24
Show number in error message even for one error
Nilstrieb
-17
/
+17
2023-11-18
tweak logic of "unknown field" label
Esteban Küber
-2
/
+11
2023-11-16
recover primary span label
Esteban Küber
-12
/
+15
2023-11-16
Suggest `unwrap()` on field not found for `Result`/`Option`
Esteban Küber
-2
/
+12
2023-11-16
Suggest field typo through derefs
Esteban Küber
-16
/
+13
2023-10-23
Auto merge of #115324 - francorbacho:master, r=davidtwco
bors
-0
/
+146
2023-10-17
Unify suggestion wording
Esteban Küber
-1
/
+1
2023-10-05
Only give autofix suggestion when no named args are present
francorbacho
-4
/
+36
2023-10-05
Add suggestion test
francorbacho
-10
/
+33
2023-10-05
Highlight redundant arguments instead of the whole format string
francorbacho
-18
/
+18
2023-10-05
Plurals in format redundant arguments suggestion
francorbacho
-2
/
+2
2023-10-05
Use diagnostic impls and add suggestions in redundant format!() args
francorbacho
-54
/
+45
2023-10-05
Suggest removing redundant arguments in format!()
francorbacho
-0
/
+100
2023-10-04
clean up struct field suggestions
León Orell Valerian Liehr
-43
/
+168
2023-09-28
Tweak wording of missing angle backets in qualified path
Esteban Küber
-24
/
+141
2023-08-14
Point at return type when it influences non-first `match` arm
Esteban Küber
-0
/
+2
2023-08-01
Suggests turbofish in patterns
Mu001999
-0
/
+24
2023-07-10
Do not set up wrong span for adjustments
Michael Goulet
-10
/
+9
2023-06-27
Don't sort strings right after we just sorted by types
Michael Goulet
-12
/
+12
2023-06-05
Don't mention already set fields
Michael Goulet
-1
/
+1
2023-05-05
tweak "make mut" spans (No. 3)
Ezra Shaw
-7
/
+7
2023-05-05
tweak "make mut" spans (No. 2)
Ezra Shaw
-1
/
+1
2023-05-05
tweak "make mut" spans when assigning to locals
Ezra Shaw
-1
/
+1
2023-05-01
Rip it out
Nilstrieb
-0
/
+1
2023-04-16
fix library and rustdoc tests
Deadbeef
-2
/
+2
2023-04-12
Special-case item attributes in the suggestion output
Esteban Küber
-4
/
+0
2023-04-12
Tweak output for 'add line' suggestion
Esteban Küber
-4
/
+8
2023-04-03
fix(middle): emit error rather than delay bug when reaching limit
bohan
-1
/
+5
2023-03-21
evaluate: improve and fix recursion depth handling
lcnr
-6
/
+1
2023-02-19
Add test for `println!` typo
Jacob Pratt
-0
/
+17
2023-02-02
Recover _ as .. in field pattern
Michael Goulet
-1
/
+6
2023-01-30
Modify primary span label for E0308
Esteban Küber
-22
/
+22
2023-01-11
review comments: account for generics
Esteban Küber
-6
/
+1
2023-01-11
When suggesting writing a fully qualified path probe for appropriate types
Esteban Küber
-9
/
+53
2023-01-11
Move /src/test to /tests
Albert Larsan
-0
/
+3685