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
2023-01-11
Move /src/test to /tests
Albert Larsan
-2569
/
+0
2022-12-25
Remove redundant clone suggestion
Esteban Küber
-20
/
+0
2022-12-25
Create new inference context
Esteban Küber
-0
/
+24
2022-12-23
Verify receiver is of `self: Pin<&mut Self>`
Esteban Küber
-4
/
+0
2022-12-23
Suggest `.clone()` on method call move errors
Esteban Küber
-0
/
+44
2022-12-23
Suggest `Pin::as_mut` when encountering borrow error
Esteban Küber
-0
/
+57
2022-12-13
Rollup merge of #105500 - oli-obk:unhide_unknown_spans, r=estebank
Matthias Krüger
-24
/
+9
2022-12-13
Account for dereference expressions
Esteban Küber
-12
/
+16
2022-12-13
Suggest `ref` for some patterns as a fallback
Esteban Küber
-4
/
+30
2022-12-13
Change pattern borrowing suggestions to be verbose
Esteban Küber
-22
/
+44
2022-12-13
Stop pointing to operators if their libcore method source is not available
Oli Scherer
-4
/
+1
2022-12-13
Clarify what "this" means
Oli Scherer
-9
/
+9
2022-12-13
Make some diagnostics not depend on the source of what they reference being a...
Oli Scherer
-15
/
+3
2022-11-23
Account for closures
Esteban Küber
-7
/
+0
2022-11-23
review comments: inline bindings and fix typo
Esteban Küber
-7
/
+7
2022-11-23
Fix wording
Esteban Küber
-7
/
+7
2022-11-23
Tweak output in for loops
Esteban Küber
-4
/
+0
2022-11-23
Remove logic duplication
Esteban Küber
-7
/
+7
2022-11-23
Suggest `.clone()` or `ref binding` on E0382
Esteban Küber
-6
/
+177
2022-11-05
Adjust diagnostics, bless tests
Michael Goulet
-2
/
+2
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
[next]