about summary refs log tree commit diff
path: root/src/test/compile-fail/borrowck
AgeCommit message (Expand)AuthorLines
2018-08-14Moved compile-fail tests to ui tests.David Wood-6487/+0
2018-08-07Special case error message for thread-local statics.David Wood-1/+1
2018-07-20Update tests for new NLL mutability errorsMatthew Jasper-1/+1
2018-07-16ExprKindcsmoe-1/+1
2018-07-04write code to extract region names and emit new style messageNiko Matsakis-1/+1
2018-06-27Update tests for grouped nll move errorsMatthew Jasper-1/+1
2018-06-19updates to compile-fail tests for changes to NLL.Felix S. Klock II-2/+2
2018-06-17test: Ignore some problematic tests on powerpc and powerpc64*John Paul Adrian Glaubitz-0/+2
2018-06-04test: Ignore some problematic tests on sparc and sparc64John Paul Adrian Glaubitz-0/+1
2018-04-24Disable two-phase-reservation-sharing-interference[nll_beyond]Josh Stone-1/+1
2018-04-15remove -Znll -- borrowck=mir implies nll nowNiko Matsakis-104/+129
2018-04-15determine whether a borrow is active based solely on the locationNiko Matsakis-0/+34
2018-04-12Avoid comparing fields by name when possibleVadim Petrochenkov-1/+1
2018-04-10Auto merge of #48914 - gaurikholkar:e0389, r=nikomatsakisbors-1/+1
2018-04-07modify the error message- CR Commentsgaurikholkar-2/+2
2018-04-06Auto merge of #49392 - retep007:nll-issue-48962, r=nikomatsakisbors-0/+38
2018-04-05Merge branch 'master' of https://github.com/rust-lang/rust into e0389gaurikholkar-40/+53
2018-04-05Rollup merge of #49547 - Phlosioneer:44831-borrowck-remove-ignore, r=arielb1kennytm-1/+0
2018-04-03Auto merge of #49348 - bobtwinkles:extend_2pb, r=nikomatsakisbors-18/+31
2018-03-31Unignore borrowck testPhlosioneer-1/+0
2018-03-26fixes internal compiler error:Peter Hrvola-0/+38
2018-03-24Extend two-phase borrows to apply to method receiver autorefsbobtwinkles-18/+31
2018-03-20Stabilize slice patterns without `..`Vadim Petrochenkov-5/+2
2018-03-16Rollup merge of #48875 - jcowgill:mips-test-fixes, r=sanxiynkennytm-1/+3
2018-03-10code refactor, modify compile-fail testsgaurikholkar-2/+2
2018-03-09Complete re-implementation of 2-phase borrowsbobtwinkles-1/+0
2018-03-09Finally start down the right pathbobtwinkles-16/+19
2018-03-08borrowck-asm: enable on mipsJames Cowgill-1/+3
2018-02-24Rollup merge of #48197 - bobtwinkles:two_phase_borrow_on_ops, r=nikomatsakisManish Goregaokar-53/+0
2018-02-23update tests and reference filesNiko Matsakis-8/+4
2018-02-17Auto merge of #47926 - mikhail-m1:subslice_pattern_array_drop2, r=nikomatsakisbors-0/+30
2018-02-13Allow two-phase borrows of &mut self in opsbobtwinkles-53/+0
2018-02-11Auto merge of #48092 - eddyb:discriminate-the-void, r=nikomatsakisbors-16/+16
2018-02-09rustc_mir: insert a dummy access to places being matched on, when building MIR.Eduard-Mihai Burtescu-16/+16
2018-02-08add transform for uniform array move outMikhail Modin-0/+30
2018-02-08Fleshed out the test a lot more.Felix S. Klock II-9/+230
2018-02-08Test that autoref'ing beyond method receivers does not leak into two-phase bo...Felix S. Klock II-0/+39
2018-02-08Restrict two-phase borrows to solely borrows introduced via autoref.Felix S. Klock II-18/+67
2018-01-03Auto merge of #46984 - arielb1:pre-statement-effect, r=nikomatsakisbors-1/+0
2017-12-24Make killing of out-of-scope borrows a pre-statement effectAriel Ben-Yehuda-1/+0
2017-12-23Give MIR borrowck a better understanding of inline asmMatthew Jasper-0/+97
2017-12-15Auto merge of #46537 - pnkfelix:two-phase-borrows, r=arielb1bors-0/+246
2017-12-14Move compile-fail tests with NOTE/HELP annotations to UIVadim Petrochenkov-500/+0
2017-12-13Check activation points as the place where mutable borrows become relevant.Felix S. Klock II-11/+72
2017-12-13two-phase-reservation-sharing-interference.rs variant that is perhaps more su...Felix S. Klock II-0/+38
2017-12-13test describing a currently unsupported corner case.Felix S. Klock II-0/+46
2017-12-13tests transcribed from nikos blog post.Felix S. Klock II-0/+101
2017-12-11Updated existing tests with new error messages.David Wood-4/+6
2017-12-06fix borrows across loops, libcore *almost* compilesAriel Ben-Yehuda-8/+2
2017-12-06handle gen/kill sets togetherAriel Ben-Yehuda-1/+5