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
/
src
/
test
/
ui
/
moves
Age
Commit message (
Expand
)
Author
Lines
2022-10-01
bless ui tests
Maybe Waffle
-1
/
+1
2022-09-26
fix #102087, Suggest Default::default() when binding isn't initialized
yukang
-0
/
+19
2022-09-06
Shrink span for bindings with subpatterns.
Camille GILLOT
-6
/
+6
2022-07-31
Improve `cannot move out of` error message
Obei Sideg
-1
/
+26
2022-07-19
Mention first and last macro in backtrace
Michael Goulet
-1
/
+1
2022-07-15
Auto merge of #98203 - kckeiks:gather-body-owners-in-hir-item-queries, r=cjgi...
bors
-14
/
+14
2022-07-13
use gathered body_owners in par_body_owners
Miguel Guarniz
-14
/
+14
2022-07-08
Auto merge of #98482 - cjgillot:short-struct-span-closure, r=estebank
bors
-3
/
+2
2022-07-07
Tweak wording and spans
Esteban Küber
-11
/
+11
2022-07-07
On partial uninit error point at where we need init
Esteban Küber
-16
/
+25
2022-07-07
Shorten span for closures.
Camille GILLOT
-3
/
+2
2022-07-01
Shorten def_span for more items.
Camille GILLOT
-2
/
+2
2022-06-02
On E0204 suggest missing type param bounds
Esteban Küber
-10
/
+10
2022-04-30
Save colon span to suggest bounds.
Camille GILLOT
-3
/
+3
2022-04-30
Bless tests.
Camille GILLOT
-22
/
+22
2022-04-12
Add test for `T:` suggestions
Maybe Waffle
-1
/
+61
2022-03-28
Suggest function borrow ignoring needs_note
Michael Goulet
-2
/
+23
2022-03-28
Add suggestion to borrow opaque Fn and FnMut instead of move
Michael Goulet
-3
/
+71
2022-03-03
Tweak move error
Esteban Kuber
-12
/
+8
2022-03-01
Use rustfix in copy suggestion test
Maybe Waffle
-25
/
+119
2022-03-01
Add a test for Adt copy suggestions
Maybe Waffle
-0
/
+216
2021-11-28
Rollup merge of #90131 - camsteffen:fmt-args-span-fix, r=cjgillot
Matthias Krüger
-0
/
+2
2021-11-13
Sanity check for move from an uninit variable whose address is taken
Dylan MacKenzie
-0
/
+23
2021-10-29
Fix a format_args span to be expansion
Cameron Steffen
-0
/
+2
2021-09-30
Auto merge of #87998 - nneonneo:master, r=oli-obk
bors
-0
/
+132
2021-09-30
Auto merge of #89110 - Aaron1011:adjustment-span, r=estebank
bors
-1
/
+1
2021-09-26
Remove box syntax from most places in src/test outside of the issues dir
est31
-54
/
+45
2021-09-25
Use larger span for adjustments on method calls
Aaron Hill
-1
/
+1
2021-09-15
Point to closure when emitting 'cannot move out' for captured variable
Fabian Wolff
-1
/
+4
2021-09-09
Ignore automatically derived impls of `Clone` and `Debug` in dead code analysis
Fabian Wolff
-0
/
+2
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
[next]