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
2024-03-27
Use `TraitRef::to_string` sorting in favor of `TraitRef::ord`, as the latter ...
Oli Scherer
-4
/
+4
2024-03-07
Merge collect_mod_item_types query into check_well_formed
Oli Scherer
-22
/
+22
2024-02-28
Use `LitKind::Err` for floats with empty exponents.
Nicholas Nethercote
-21
/
+1
2024-02-17
Implement `NonZero` traits generically.
Markus Reiter
-1
/
+8
2024-02-16
[AUTO-GENERATED] Migrate ui tests from `//` to `//@` directives
许杰友 Jieyou Xu (Joe)
-14
/
+14
2024-02-16
Rollup merge of #119928 - d-sonuga:into-iter-sugg, r=compiler-errors
Guillaume Gomez
-0
/
+55
2024-02-14
Rollup merge of #120530 - trevyn:issue-116434, r=compiler-errors
Oli Scherer
-1
/
+1
2024-02-12
suggest `into_iter()` when `Iterator` method called on `impl IntoIterator`
demilade
-0
/
+55
2024-02-09
Be less confident when `dyn` suggestion is not checked for object safety
trevyn
-1
/
+1
2024-02-06
Regular closures now built-in impls for AsyncFn*
Michael Goulet
-8
/
+1
2024-01-30
Rollup merge of #120293 - estebank:issue-102629, r=nnethercote
Guillaume Gomez
-1
/
+1
2024-01-25
Rollup merge of #119305 - compiler-errors:async-fn-traits, r=oli-obk
Matthias Krüger
-1
/
+8
2024-01-24
Deduplicate more sized errors on call exprs
Esteban Küber
-1
/
+1
2024-01-09
Avoid silencing relevant follow-up errors
Oli Scherer
-6
/
+28
2023-12-25
Add AsyncFn family of traits
Michael Goulet
-1
/
+8
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