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
/
src
/
test
/
ui
Age
Commit message (
Expand
)
Author
Lines
2022-12-13
Mention implementations that satisfy the trait
Esteban Küber
-1
/
+21
2022-12-13
Remove unnecessary code and account for turbofish suggestion
Esteban Küber
-8
/
+8
2022-12-13
Suggest `collect`ing into `Vec<_>`
Esteban Küber
-23
/
+23
2022-12-13
Account for dereference expressions
Esteban Küber
-133
/
+186
2022-12-13
Fix span for `&mut ` removal suggestion
Esteban Küber
-29
/
+29
2022-12-13
Suggest `ref` for some patterns as a fallback
Esteban Küber
-53
/
+460
2022-12-13
Do not suggest borrowing binding in pattern in let else
Esteban Küber
-13
/
+14
2022-12-13
Change pattern borrowing suggestions to be verbose
Esteban Küber
-737
/
+1274
2022-12-13
fix tests
akida31
-8
/
+0
2022-12-13
Rename `assert_uninit_valid` intrinsic
Nilstrieb
-3
/
+3
2022-12-13
reduce to single suggestion for all arguments
akida31
-76
/
+42
2022-12-13
change error message
akida31
-20
/
+24
2022-12-13
Remove `hint` from help message
akida31
-20
/
+20
2022-12-13
Fix stderr of tests which have improved diagnostics
akida31
-0
/
+80
2022-12-13
Remove invalid case for mutable borrow suggestion
Deep Majumder
-0
/
+26
2022-12-13
Use a label instead of a note for the drop site to create denser diagnostics
Oli Scherer
-35
/
+15
2022-12-13
Stop pointing to operators if their libcore method source is not available
Oli Scherer
-64
/
+15
2022-12-13
Avoid rendering empty annotations
Oli Scherer
-158
/
+50
2022-12-13
Don't emit empty notes
Oli Scherer
-29
/
+1
2022-12-13
Clarify what "this" means
Oli Scherer
-33
/
+33
2022-12-13
Inform the user which trait is meant in the diagnostic itself instead of rely...
Oli Scherer
-22
/
+22
2022-12-13
Make some diagnostics not depend on the source of what they reference being a...
Oli Scherer
-1479
/
+384
2022-12-13
Auto merge of #105350 - compiler-errors:faster-binder-relate, r=oli-obk
bors
-0
/
+38
2022-12-12
Refine when invalid prefix case error arises
Cassaundra Smith
-0
/
+84
2022-12-13
Fast path some binder relations
Michael Goulet
-0
/
+38
2022-12-13
Add tests (currently broken) for unsafe + inline const pat
Gary Guo
-0
/
+39
2022-12-13
Add tests
Gary Guo
-0
/
+80
2022-12-13
Rollup merge of #105332 - estebank:iterator-chains, r=oli-obk
Matthias Krüger
-122
/
+319
2022-12-13
Rollup merge of #104864 - chenyukang:yukang/fix-104700-binding, r=estebank
Matthias Krüger
-0
/
+32
2022-12-12
Rollup merge of #105561 - TaKO8Ki:fix-105449, r=fee1-dead
Matthias Krüger
-0
/
+59
2022-12-12
Properly calculate best failure in macro matching
Nilstrieb
-0
/
+32
2022-12-12
what is `unstable_features` lol
Boxy
-1
/
+1
2022-12-12
fold instead of obliterating args
Boxy
-0
/
+29
2022-12-12
normalize receiver substs and erase the regions
Takayuki Maeda
-0
/
+59
2022-12-12
Rollup merge of #104997 - c410-f3r:moar-errors, r=petrochenkov
Matthias Krüger
-18
/
+0
2022-12-11
Point at method call when it is the source of the bound error
Esteban Küber
-163
/
+81
2022-12-11
Move tests
Caio
-18
/
+0
2022-12-11
Rollup merge of #105369 - chenyukang:yukang/fix-105226, r=TaKO8Ki
Matthias Krüger
-0
/
+53
2022-12-11
Rollup merge of #105283 - compiler-errors:ty-var-in-hir-wfcheck, r=nagisa
Matthias Krüger
-0
/
+50
2022-12-11
Use `with_forced_trimmed_paths`
Esteban Küber
-36
/
+36
2022-12-11
fix rebase
Esteban Küber
-10
/
+29
2022-12-11
Only point at methods that might be relevant
Esteban Küber
-17
/
+64
2022-12-11
Add label to method chains where assoc type remains the same
Esteban Küber
-5
/
+5
2022-12-11
Remove mention of "assoc type" in label as it is already in the `note` message
Esteban Küber
-16
/
+16
2022-12-11
Account for method call chains split across multiple bindings
Esteban Küber
-11
/
+57
2022-12-11
Mention only assoc types changes
Esteban Küber
-25
/
+23
2022-12-11
Expand iterator chain test
Esteban Küber
-7
/
+26
2022-12-11
Provide associated type information in method chains
Michael Goulet
-0
/
+150
2022-12-11
Rollup merge of #105547 - JohnTitor:issue-104582, r=compiler-errors
Matthias Krüger
-0
/
+30
2022-12-11
Rollup merge of #105546 - JohnTitor:issue-44454, r=compiler-errors
Matthias Krüger
-0
/
+115
[prev]
[next]