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-08-12
Avoid ICE when referencing desugared local binding in borrow error
Esteban Küber
-0
/
+45
2019-06-13
Create fewer basic blocks in match MIR lowering
Matthew Jasper
-7
/
+7
2019-06-04
Remove asterisk suggestion for move errors in borrowck
Kenny Goodin
-5
/
+5
2019-06-03
Update tests for changes to cannot move errors
Matthew Jasper
-191
/
+145
2019-06-02
Auto merge of #61460 - Centril:rollup-8txhjx4, r=Centril
bors
-2
/
+2
2019-06-01
rustc: collect upvars from HIR, instead of during name resolution.
Eduard-Mihai Burtescu
-1
/
+1
2019-05-31
Make generics always have a valid span
Esteban Küber
-2
/
+2
2019-05-29
Update ui test suite to use dyn
memoryruins
-17
/
+17
2019-05-21
Add FAQ for NLL migration
Jethro Beekman
-0
/
+7
2019-05-12
Remove feature(nll) when compare mode is sufficient
Matthew Jasper
-33
/
+11
2019-05-12
Change compare mode to use -Zborrowck=mir
Matthew Jasper
-0
/
+595
2019-05-03
Update tests
Christopher Vittal
-169
/
+29
2019-04-23
Rollup merge of #60169 - varkor:tidy-unnecessary-ignore-newline, r=kennytm
Mazdak Farrokhzad
-6
/
+4
2019-04-23
Update ui tests
varkor
-4
/
+4
2019-04-23
Remove unnecessary ignore-tidy-linelength
varkor
-2
/
+0
2019-04-23
Auto merge of #60125 - estebank:continue-evaluating, r=oli-obk
bors
-4
/
+33
2019-04-22
Never stop due to errors before borrow checking
Esteban Küber
-4
/
+33
2019-04-22
Remove double trailing newlines
varkor
-3
/
+0
2019-04-22
update tests for migrate mode by default
Matthew Jasper
-9781
/
+2149
2019-04-18
hide `--explain` hint if error has no extended info
Andy Russell
-126
/
+91
2019-04-07
Auto merge of #58739 - matthewjasper:more-restrictive-tpb, r=pnkfelix
bors
-33
/
+318
2019-04-05
Fix expectations on some ui test in nll compare mode.
Charles Lew
-5
/
+3
2019-04-05
Fix expectations on some ui tests involving FnOnce.
Masaki Hara
-68
/
+38
2019-04-04
Adjust the mutable_borrow_reservation_conflict message
Matthew Jasper
-8
/
+8
2019-04-04
unit test for the lint itself, illustrating that it can be controlled by `#[a...
Felix S. Klock II
-0
/
+83
2019-04-04
update unit test output to reflect change to lint-based diagnostic.
Felix S. Klock II
-10
/
+12
2019-04-04
Update tests for restrictive two-phase borrows
Matthew Jasper
-1
/
+1
2019-04-04
Treat two-phase borrow reservations as mutable accesses
Matthew Jasper
-33
/
+233
2019-03-17
Removed obsolete .stderr test outputs
Mathias Blikstad
-136
/
+0
2019-03-17
Updated UI test output to remove test annotations for revisions
Mathias Blikstad
-393
/
+393
2019-03-12
Add a test for #10876
varkor
-0
/
+19
2019-03-11
Update NLL tests
Vadim Petrochenkov
-360
/
+360
2019-03-11
Update tests
Vadim Petrochenkov
-413
/
+413
2019-03-10
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
[next]