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
/
moves
Age
Commit message (
Expand
)
Author
Lines
2021-09-09
Fix issue #72649: avoid spurious "previous iteration of loop" errors.
Robert Xiao
-0
/
+132
2021-09-05
Correct typo
est31
-1
/
+1
2021-08-11
Modify structured suggestion output
Esteban Küber
-2
/
+2
2021-06-23
Use HTTPS links where possible
Smitty
-1
/
+1
2021-01-08
Change wording of note
Aaron Hill
-9
/
+9
2021-01-08
Explain method-call move errors in loops
Aaron Hill
-1
/
+15
2020-11-29
Update tests to remove old numeric constants
bstrie
-3
/
+1
2020-10-27
Make tidy happy
Santiago Pastorino
-1
/
+1
2020-10-27
Add unsized_locals to INCOMPLETE_FEATURES list
Santiago Pastorino
-13
/
+23
2020-09-10
Note when a a move/borrow error is caused by a deref coercion
Aaron Hill
-0
/
+68
2020-09-02
pretty: trim paths of unique symbols
Dan Aloni
-36
/
+36
2020-08-26
Point to a move-related span when pointing to closure upvars
Aaron Hill
-0
/
+30
2020-08-08
Be consistent when describing a move as a 'partial' in diagnostics
Aaron Hill
-9
/
+9
2020-07-27
mv std libs to library/
mark
-5
/
+5
2020-06-26
Explain move errors that occur due to method calls involving `self`
Aaron Hill
-3
/
+253
2020-06-24
Provide suggestions for some moved value errors
Esteban Küber
-0
/
+4
2020-06-23
Rollup merge of #73600 - Aaron1011:fix/move-in-macro, r=ecstatic-morse
Dylan DPC
-1
/
+33
2020-06-22
Revert "Rollup merge of #72389 - Aaron1011:feature/move-fn-self-msg, r=nikoma...
Aaron Hill
-253
/
+3
2020-06-21
Fix spurious 'value moved here in previous iteration of loop' messages
Aaron Hill
-1
/
+33
2020-06-11
Use `fn_span` to point to the actual method call
Aaron Hill
-11
/
+11
2020-06-11
Explain move errors that occur due to method calls involving `self`
Aaron Hill
-3
/
+253
2020-03-29
Tweak `suggest_constraining_type_param`
Esteban Küber
-4
/
+3
2020-02-09
Improve reporting errors and suggestions for trait bounds
Patryk Wychowaniec
-3
/
+7
2020-02-02
move_ref_patterns: introduce tests
Mazdak Farrokhzad
-1
/
+1
2020-01-18
slice_patterns: remove gates in tests
Mazdak Farrokhzad
-6
/
+4
2019-12-21
Add more tests for slice patterns
Matthew Jasper
-0
/
+168
2019-11-28
Use structured suggestion when requiring `Copy` constraint in type param
Esteban Küber
-3
/
+3
2019-09-06
Fixed grammar/style in error messages and reblessed tests.
Alexander Regueiro
-3
/
+3
2019-07-27
tests: Move run-pass tests without naming conflicts to ui
Vadim Petrochenkov
-0
/
+199
2019-06-03
Update tests for changes to cannot move errors
Matthew Jasper
-24
/
+17
2019-05-29
Update ui test suite to use dyn
memoryruins
-1
/
+1
2019-05-03
Update tests
Christopher Vittal
-17
/
+4
2019-04-23
Update ui tests
varkor
-2
/
+2
2019-04-23
Remove unnecessary ignore-tidy-linelength
varkor
-2
/
+0
2019-04-22
update tests for migrate mode by default
Matthew Jasper
-519
/
+170
2019-04-18
hide `--explain` hint if error has no extended info
Andy Russell
-2
/
+2
2019-03-11
Update NLL tests
Vadim Petrochenkov
-32
/
+32
2019-03-11
Update tests
Vadim Petrochenkov
-32
/
+32
2019-02-20
./x.py test src/test/ui --stage 1 --bless -i --compare-mode=nll
Clint Frederickson
-2
/
+2
2019-02-18
re-blessing error output: ./x.py test src/test/ui --stage 1 --bless
Clint Frederickson
-1
/
+1
2019-02-06
error output updated by ./x.py test --stage 1 src/test/ui --incremental --bless
Clint Frederickson
-1
/
+1
2019-01-24
Fix --compare-mode=nll tests
Esteban Küber
-36
/
+72
2019-01-24
When using value after move, point at span of local
Esteban Küber
-2
/
+2
2018-12-25
Remove licenses
Mark Rousskov
-253
/
+63
2018-11-18
Remove mir::StatementKind::EndRegion
Matthew Jasper
-1
/
+1
2018-10-29
Don't emit cannot move errors twice in migrate mode
Matthew Jasper
-29
/
+2
2018-10-17
Update output for borrowck=migrate compare mode.
David Wood
-2
/
+29
2018-10-03
Clearer later use messages for calls
Matthew Jasper
-4
/
+3
2018-09-28
test fix for #54015
Rusty Blitzerr
-0
/
+11
2018-08-15
Bless tests
ashtneoi
-4
/
+7
[prev]
[next]