summary refs log tree commit diff
path: root/src/test/run-pass/borrowck
AgeCommit message (Expand)AuthorLines
2018-02-15Fix arguments specified by lxl in two-phase-bin-ops testbobtwinkles-1/+0
2018-02-13Allow two-phase borrows of &mut self in opsbobtwinkles-0/+49
2018-01-23Remove similar test that does not run the resultritiek-34/+0
2017-12-21Issue #46589 - Kill borrows on a local variable whenever we assign over this ...David Teller-0/+34
2017-12-20feature nll implies borrowck=mirSantiago Pastorino-1/+0
2017-12-20feature nll implies two-phase-borrowsSantiago Pastorino-1/+3
2017-12-14Review feedback: Added test with control flow merge of two borrows "before ac...Felix S. Klock II-0/+27
2017-12-13the minimal test for two-phase borrows: the core example from niko's blog pos...Felix S. Klock II-0/+21
2017-11-26Update tests for -Zborrowck-mir -> -Zborrowck=mode migrationest31-4/+3
2017-11-17Add run-pass test for assignment to static mutKeith Yeung-0/+23
2017-11-17Allow assignment to static mutsKeith Yeung-0/+31
2016-10-31Changed most vec! invocations to use square bracesiirelu-2/+2
2016-10-18Fix some pretty printing testsVadim Petrochenkov-1/+1
2016-07-31Don't gate methods `Fn(Mut,Once)::call(mut,once)` with feature `unboxed_closu...Vadim Petrochenkov-1/+0
2016-02-25Use `box` syntax in `vec!` macroAndrew Paseltiner-3/+0
2016-02-24Move the borrowck run-pass/compile-fail tests into their own directoriesNiko Matsakis-0/+1011