| Age | Commit message (Expand) | Author | Lines |
| 2018-02-11 | Auto merge of #48092 - eddyb:discriminate-the-void, r=nikomatsakis | bors | -2/+15 |
| 2018-02-09 | rustc_mir: insert a dummy access to places being matched on, when building MIR. | Eduard-Mihai Burtescu | -2/+15 |
| 2018-02-07 | Update trait-associated-const test to new format | bobtwinkles | -20/+8 |
| 2018-02-06 | mir: Fix DefiningTy::Const | bobtwinkles | -0/+94 |
| 2018-01-27 | Fix new test from rebase. | David Wood | -1/+1 |
| 2018-01-27 | Updated tests with fixed span location. | David Wood | -10/+10 |
| 2018-01-22 | Auto merge of #47353 - nikomatsakis:nll-issue-47189, r=pnkfelix+nmatsakis | bors | -0/+35 |
| 2018-01-15 | Add NLL test for #45045 | Christopher Vittal | -0/+41 |
| 2018-01-15 | Rollup merge of #47368 - chrisvittal:nll-tests, r=nikomatsakis | kennytm | -0/+75 |
| 2018-01-15 | Auto merge of #47329 - davidtwco:issue-46983, r=nikomatsakis | bors | -7/+12 |
| 2018-01-12 | remove unnecessary compile-flags comments | Christopher Vittal | -12/+8 |
| 2018-01-11 | Add NLL tests for #46557 and #38899 | Chris Vittal | -0/+79 |
| 2018-01-11 | update test case | Niko Matsakis | -8/+5 |
| 2018-01-11 | renumber regions in the generator interior | Niko Matsakis | -0/+38 |
| 2018-01-10 | Updated other tests affected by change. | David Wood | -7/+12 |
| 2018-01-10 | resolve type and region variables in "NLL dropck" | Niko Matsakis | -0/+47 |
| 2017-12-24 | fix linking of place projections | Ariel Ben-Yehuda | -0/+48 |
| 2017-12-24 | Make killing of out-of-scope borrows a pre-statement effect | Ariel Ben-Yehuda | -0/+30 |
| 2017-12-21 | Add GenericParam, refactor Generics in ast, hir, rustdoc | Jonas Platte | -8/+8 |
| 2017-12-20 | convert region-liveness-drop{-,-no-}may-dangle.rs into ui tests | Niko Matsakis | -0/+114 |
| 2017-12-20 | when using feature(nll), don't warn about AST-based region errors | Niko Matsakis | -1/+52 |
| 2017-12-20 | Add nll feature and make nll imply nll_dump_cause | Santiago Pastorino | -6/+7 |
| 2017-12-20 | use `report_generic_bound_failure` when we can in the compiler | Niko Matsakis | -58/+102 |
| 2017-12-20 | connect NLL machinery to the `NiceRegionError` code | Niko Matsakis | -62/+76 |
| 2017-12-20 | only dump causes if we have nothing better | Niko Matsakis | -5/+5 |
| 2017-12-20 | Add three point error handling to borrowck | Santiago Pastorino | -9/+35 |
| 2017-12-20 | connect NLL type checker to the impl trait code | Niko Matsakis | -0/+118 |
| 2017-12-20 | propagate `region_bound_pairs` into MIR type-check | Niko Matsakis | -0/+252 |
| 2017-12-20 | get the `DefiningTy` from the `body_owner_kind` not type | Niko Matsakis | -0/+21 |
| 2017-12-20 | Auto merge of #46733 - nikomatsakis:nll-master-to-rust-master-5, r=arielb1 | bors | -33/+2392 |
| 2017-12-15 | stop dumping DefPath into "failed type test" errors | Niko Matsakis | -49/+49 |
| 2017-12-15 | Same change to point at borrow for mir errors | Esteban Küber | -5/+5 |
| 2017-12-15 | make `blame_span` deterministic | Niko Matsakis | -28/+29 |
| 2017-12-15 | add a test regarding relating closure and fn generics | Niko Matsakis | -0/+119 |
| 2017-12-15 | impose inputs/ouputs on MIR after the fact | Niko Matsakis | -0/+29 |
| 2017-12-15 | handle projections with regions | Niko Matsakis | -7/+1557 |
| 2017-12-15 | propagate type tests from closure to closure creators | Niko Matsakis | -0/+411 |
| 2017-12-15 | thread through an implicit region body of the fn body | Niko Matsakis | -9/+64 |
| 2017-12-15 | move some parts of liveness to happen during type checking | Niko Matsakis | -0/+79 |
| 2017-12-15 | translate `Verify`s into `TypeTest`s and check them | Niko Matsakis | -0/+77 |
| 2017-12-15 | only propagate ClosureRegionRequirements if non-trivial | Niko Matsakis | -18/+56 |
| 2017-12-13 | fix closure tests now that MIR typeck works properly | Niko Matsakis | -74/+138 |
| 2017-12-11 | Updated existing tests with new error messages. | David Wood | -37/+42 |
| 2017-12-10 | Update ui tests' line numbers. | Tommy Ip | -71/+71 |
| 2017-12-10 | Add must-compile-successfully comment to appropriate ui tests. | Tommy Ip | -0/+6 |
| 2017-12-07 | add test comparing free region to bound region | Niko Matsakis | -0/+128 |
| 2017-12-07 | use `-Znll -Zborrowck=mir -Zverbose` consistently | Niko Matsakis | -28/+9 |
| 2017-12-07 | region-ebr-does-not-outlive-static: reuse old test instead | Niko Matsakis | -40/+0 |
| 2017-12-07 | propagate-approximated-ref: include FIXME comment | Niko Matsakis | -1/+1 |
| 2017-12-07 | test more failure cases for approximating the "longer" side | Niko Matsakis | -48/+157 |