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
/
borrowck
Age
Commit message (
Expand
)
Author
Lines
2022-10-01
bless ui tests
Maybe Waffle
-6
/
+6
2022-09-29
Generate synthetic impl region even in closure body in associated fn
Michael Goulet
-0
/
+50
2022-09-28
Fix missing explanation of where borrowed reference is used when the borrow o...
Yan Chen
-2
/
+8
2022-09-26
Auto merge of #102184 - chenyukang:fix-102087-add-binding-sugg, r=nagisa
bors
-0
/
+361
2022-09-26
fix #102087, Suggest Default::default() when binding isn't initialized
yukang
-0
/
+361
2022-09-25
Rollup merge of #101431 - compiler-errors:move-place-ty-for-move-place-sugg, ...
fee1-dead
-0
/
+50
2022-09-06
Shrink span for bindings with subpatterns.
Camille GILLOT
-61
/
+61
2022-09-05
Look at move place's type when suggesting mutable reborrow
Michael Goulet
-0
/
+50
2022-09-05
Don't suggest reborrow if usage is inside a closure
Michael Goulet
-0
/
+31
2022-09-01
do not suggest adding `move` to closure when `move` is already used
Takayuki Maeda
-0
/
+26
2022-08-31
Fix a bunch of typo
Dezhi Wu
-3
/
+3
2022-08-25
Provide structured suggestion for `hashmap[idx] = val`
Esteban Küber
-7
/
+16
2022-08-23
Suggest alternatives when trying to mutate a `HashMap`/`BTreeMap` via indexing
Chayim Refael Friedman
-0
/
+3
2022-08-20
Rollup merge of #100507 - cameron1024:suggest-lazy, r=compiler-errors
Matthias Krüger
-0
/
+1
2022-08-20
Rollup merge of #100186 - compiler-errors:or-as_mut, r=fee1-dead
Matthias Krüger
-4
/
+1
2022-08-16
Make as_ref suggestion a note
Michael Goulet
-4
/
+1
2022-08-15
Fix #95079 by adding help and suggestion for missing move in nested closure
Yan Chen
-0
/
+59
2022-08-14
suggest lazy-static for non-const statics
cameron
-0
/
+1
2022-08-14
Suggest as_ref or as_mut
Michael Goulet
-1
/
+1
2022-08-03
fix trailing whitespace in error message
klensy
-1
/
+1
2022-07-31
Improve `cannot move out of` error message
Obei Sideg
-2
/
+2
2022-07-19
Mention first and last macro in backtrace
Michael Goulet
-12
/
+12
2022-07-15
Move tests to fit in limit
Esteban Küber
-0
/
+89
2022-07-15
Provide structured suggestion for dropped temp value
Esteban Küber
-6
/
+22
2022-07-13
remove untagged_union feature gate
Ralf Jung
-25
/
+23
2022-07-08
Auto merge of #98482 - cjgillot:short-struct-span-closure, r=estebank
bors
-199
/
+152
2022-07-07
Wording tweak
Esteban Küber
-9
/
+11
2022-07-07
Fix label on uninit binding field assignment
Esteban Küber
-2
/
+2
2022-07-07
Add test for `for` loop maybe initializing binding
Esteban Küber
-0
/
+20
2022-07-07
Review comments: wording
Esteban Küber
-17
/
+18
2022-07-07
Tweak wording and spans
Esteban Küber
-173
/
+173
2022-07-07
On partial uninit error point at where we need init
Esteban Küber
-187
/
+391
2022-07-07
Fix borrowck closure span.
Camille GILLOT
-22
/
+48
2022-07-07
Shorten span for closures.
Camille GILLOT
-187
/
+114
2022-07-01
Shorten def_span for more items.
Camille GILLOT
-26
/
+14
2022-06-29
Make RPIT and TAIT work exactly the same
Oli Scherer
-4
/
+15
2022-06-28
Do not use a suggestion to change a binding's name to a type
Michael Goulet
-12
/
+13
2022-06-28
Remove redundant logic to suggest `as_ref`
Michael Goulet
-0
/
+47
2022-06-25
bless after rebase
Ralf Jung
-0
/
+39
2022-06-24
Auto merge of #98109 - nikomatsakis:issue-98095, r=jackh726
bors
-68
/
+5
2022-06-21
Move some tests to more reasonable directories
Caio
-147
/
+0
2022-06-16
fix one more case of trailing space
klensy
-23
/
+23
2022-06-16
diagnostics: fix trailing space
klensy
-3
/
+3
2022-06-15
generalize the outlives obligation code
Niko Matsakis
-68
/
+5
2022-06-14
implement valtrees as the type-system representation for constant values
b-naber
-9
/
+51
2022-06-03
Fully stabilize NLL
Jack Huey
-448
/
+99
2022-06-01
Add regression test for #71546
Yuki Okushi
-0
/
+39
2022-05-28
Add regression test for #81899
Yuki Okushi
-0
/
+30
2022-05-22
Use revisions for NLL in borrowck
Jack Huey
-26
/
+121
2022-05-08
Move some tests to more reasonable places
Caio
-0
/
+25
[prev]
[next]