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
/
moves
Age
Commit message (
Expand
)
Author
Lines
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
[prev]