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
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
ui
/
moves
Age
Commit message (
Expand
)
Author
Lines
2024-07-26
Peel off explicit (or implicit) deref before suggesting clone on move error i...
Michael Goulet
-9
/
+0
2024-07-11
Rollup merge of #124599 - estebank:issue-41708, r=wesleywiser
Matthias Krüger
-0
/
+153
2024-06-20
Fix `...` in multline code-skips in suggestions
Esteban Küber
-2
/
+2
2024-05-09
Suggest borrowing on fn argument that is `impl AsRef`
Esteban Küber
-0
/
+153
2024-04-24
Mention when type parameter could be `Clone`
Esteban Küber
-32
/
+115
2024-04-15
Make array suggestions slightly more accurate
Michael Goulet
-2
/
+2
2024-04-15
Use /* value */ as a placeholder
Michael Goulet
-8
/
+8
2024-04-13
Auto merge of #122603 - estebank:clone-o-rama, r=lcnr
bors
-16
/
+77
2024-04-12
Better account for more cases involving closures
Esteban Küber
-3
/
+10
2024-04-11
Mention when the type of the moved value doesn't implement `Clone`
Esteban Küber
-6
/
+51
2024-04-11
Silence redundant clone suggestion
Esteban Küber
-5
/
+20
2024-04-11
Suggest `.clone()` in some move errors
Esteban Küber
-21
/
+15
2024-04-11
Account for `.clone()` when suggesting `<T as Clone>::clone`
Esteban Küber
-6
/
+6
2024-04-10
Handle more cases of value suggestions
Esteban Küber
-2
/
+2
2024-04-09
Tweak value suggestions in `borrowck` and `hir_analysis`
Esteban Küber
-8
/
+8
2024-03-17
Add `HELP` to test
Esteban Küber
-6
/
+21
2024-03-17
Point at `continue` and `break` that might be in the wrong place
Esteban Küber
-10
/
+95
2024-03-17
Detect when move of `!Copy` value occurs within `loop` and should likely not ...
Esteban Küber
-1
/
+256
2024-03-06
compiletest: Add a `//@ needs-threads` directive
Alex Crichton
-1
/
+1
2024-02-16
[AUTO-GENERATED] Migrate ui tests from `//` to `//@` directives
许杰友 Jieyou Xu (Joe)
-32
/
+32
2024-02-07
Update tests
r0cky
-1
/
+14
2024-01-13
Make InferCtxtExt::could_impl_trait less messed up
Michael Goulet
-2
/
+12
2023-12-10
remove redundant imports
surechen
-2
/
+0
2023-12-07
recurse into refs when comparing tys for diagnostics
jyn
-2
/
+2
2023-12-04
Fix rebase
Esteban Küber
-3
/
+3
2023-12-04
On "this .clone() is on the reference", provide more info
Esteban Küber
-0
/
+84
2023-12-04
Tweak output on specific case
Esteban Küber
-1
/
+1
2023-12-04
Suggest cloning and point out obligation errors on move error
Esteban Küber
-0
/
+86
2023-12-04
Tweak `.clone()` suggestion to work in more cases
Esteban Küber
-3
/
+57
2023-11-24
Show number in error message even for one error
Nilstrieb
-24
/
+24
2023-08-28
Move tests
Caio
-0
/
+96
2023-08-04
Account for `Rc` and `Arc` when suggesting to clone
Esteban Küber
-1
/
+1
2023-07-10
Fix another strange suggestion span
Michael Goulet
-2
/
+2
2023-07-10
Don't use method span on clone suggestion
Michael Goulet
-7
/
+7
2023-07-10
Do not set up wrong span for adjustments
Michael Goulet
-4
/
+3
2023-02-16
Move tests
Caio
-0
/
+28
2023-01-28
Also erase substs for new infcx in pin move error
Nilstrieb
-0
/
+42
2023-01-17
Account for method call and indexing when looking for inner-most path in expr...
Esteban Küber
-0
/
+2
2023-01-11
Move /src/test to /tests
Albert Larsan
-0
/
+2569