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
/
borrowck
Age
Commit message (
Expand
)
Author
Lines
2019-03-16
Make migrate mode work at item level granularity
Matthew Jasper
-0
/
+100
2019-02-23
Rollup merge of #58199 - clintfred:partial-move-err-msg, r=estebank
Mazdak Farrokhzad
-2
/
+2
2019-02-20
./x.py test src/test/ui --stage 1 --bless -i --compare-mode=nll
Clint Frederickson
-1
/
+1
2019-02-20
Fix erroneous loop diagnostic in nll
Santiago Pastorino
-9
/
+9
2019-02-18
re-blessing error output: ./x.py test src/test/ui --stage 1 --bless
Clint Frederickson
-18
/
+18
2019-02-06
error output updated by ./x.py test --stage 1 src/test/ui --incremental --bless
Clint Frederickson
-18
/
+18
2019-02-05
[WIP] add better error message for partial move
Clint Frederickson
-1
/
+1
2019-01-26
Replace deprecated ATOMIC_INIT consts
Mark Rousskov
-1
/
+1
2019-01-24
Fix --compare-mode=nll tests
Esteban Küber
-42
/
+66
2019-01-24
review comments
Esteban Küber
-4
/
+1
2019-01-24
Point at type argument suggesting adding `Copy` constraint
Esteban Küber
-0
/
+2
2019-01-24
When using value after move, point at span of local
Esteban Küber
-27
/
+35
2019-01-13
Rollup merge of #57102 - davidtwco:issue-57100, r=nikomatsakis
Mazdak Farrokhzad
-108
/
+89
2019-01-04
Improve diagnostic labels and add note.
David Wood
-9
/
+15
2018-12-29
add non-copy note to stderr
csmoe
-33
/
+30
2018-12-27
retrieve ty info from place_ty
csmoe
-2
/
+2
2018-12-26
Add union justifications to conflicting borrows.
David Wood
-101
/
+76
2018-12-25
Remove licenses
Mark Rousskov
-3165
/
+1260
2018-12-25
Auto merge of #57088 - euclio:non-camel-case-early-lint, r=estebank
bors
-59
/
+56
2018-12-25
Auto merge of #56962 - nivkner:fixme_fixup4, r=pnkfelix
bors
-10
/
+9
2018-12-24
make non_camel_case_types an early lint
Andy Russell
-59
/
+56
2018-12-23
bless ui tests in compare mode
Niv Kaminer
-3
/
+3
2018-12-22
Update migrate warning wording.
David Wood
-15
/
+10
2018-12-19
FIXME(21232) update fixme to point to the open issue about accepting partial ...
Niv Kaminer
-1
/
+1
2018-12-19
FIXME(49824) remove fixme because there is no free region error anymore
Niv Kaminer
-6
/
+5
2018-12-13
Make determining the discriminant a normal Shallow read
Matthew Jasper
-2
/
+31
2018-12-07
Various minor/cosmetic improvements to code
Alexander Regueiro
-1
/
+1
2018-12-05
Rollup merge of #56372 - wildarch:issue-55314-second-borrow-ref, r=davidtwco
Pietro Albini
-1
/
+1
2018-12-04
Update tests
Oliver Scherer
-25
/
+52
2018-11-30
Refer to the second borrow as the "second borrow".
Daan de Graaf
-1
/
+1
2018-11-18
Remove mir::StatementKind::EndRegion
Matthew Jasper
-1
/
+1
2018-11-11
Auto merge of #55657 - davidtwco:issue-55651, r=pnkfelix
bors
-25
/
+13
2018-11-11
Rollup merge of #55801 - pnkfelix:update-box-insensitivity-test-for-nll, r=da...
Pietro Albini
-86
/
+103
2018-11-10
Auto merge of #55637 - pnkfelix:issue-55552-dont-attempt-to-ascribe-projectio...
bors
-0
/
+31
2018-11-09
Fix the expected error annotations.
Felix S. Klock II
-65
/
+65
2018-11-09
Switch to using `// revisions` to explicit encode NLL's change to `Box` treat...
Felix S. Klock II
-8
/
+22
2018-11-09
Make test robust to NLL, in sense of ensuring borrows extend to something app...
Felix S. Klock II
-14
/
+17
2018-11-05
Make `ui/borrowck/borrowck-overloaded-call.rs` robust w.r.t. NLL.
Felix S. Klock II
-3
/
+16
2018-11-05
Update `ui/borrowck/borrowck-closures-mut-of-imm.rs` robust w.r.t. NLL.
Felix S. Klock II
-25
/
+43
2018-11-05
Add `ui/borrowck/borrowck-closures-mut-of-mut.rs`.
Felix S. Klock II
-0
/
+56
2018-11-05
Make `ui/borrowck/borrowck-unboxed-closures.rs` robust w.r.t. NLL.
Felix S. Klock II
-3
/
+16
2018-11-05
Make `ui/borrowck/borrowck-reborrow-from-mut.rs` robust w.r.t. NLL.
Felix S. Klock II
-19
/
+135
2018-11-05
Make `ui/borrowck/borrowck-overloaded-index-move-index.rs` robust w.r.t. NLL.
Felix S. Klock II
-2
/
+31
2018-11-05
Switch to using revisions in borrowck-lend-flow-loop.rs
Felix S. Klock II
-41
/
+41
2018-11-03
Unions reinitialized after assignment into field.
David Wood
-25
/
+13
2018-11-03
Regression test for issue 55552.
Felix S. Klock II
-0
/
+31
2018-10-30
Rollup merge of #55494 - pnkfelix:issue-55492-borrowck-migrate-must-look-at-p...
kennytm
-32
/
+233
2018-10-30
Update compare-mode=nll stderr files to reflect the fix to #55492.
Felix S. Klock II
-32
/
+9
2018-10-30
Regression test for issue 55492.
Felix S. Klock II
-0
/
+224
2018-10-29
Don't emit cannot move errors twice in migrate mode
Matthew Jasper
-334
/
+13
[next]