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