| Age | Commit message (Expand) | Author | Lines |
| 2018-03-26 | Stabilize conservative_impl_trait | Taylor Cramer | -8/+6 |
| 2018-03-23 | add test for issue-48238 | csmoe | -0/+30 |
| 2018-03-15 | Rollup merge of #48988 - bobtwinkles:add_48070_test, r=nikomatsakis | kennytm | -0/+35 |
| 2018-03-14 | update tests | Guillaume Gomez | -41/+41 |
| 2018-03-13 | Move 48070 test to ui | bobtwinkles | -0/+35 |
| 2018-03-13 | add regression tests for various MIR bugs that get fixed | Niko Matsakis | -0/+106 |
| 2018-03-09 | tidy: Add a check for stray `.stderr` and `.stdout` files in UI test directories | Vadim Petrochenkov | -45/+0 |
| 2018-03-06 | Make causal tracking lazy | Santiago Pastorino | -0/+2 |
| 2018-03-06 | Remove nll-dump-cause flag and always track causes | Santiago Pastorino | -33/+38 |
| 2018-03-01 | Make explain borrow work for Universal lifetimes | Santiago Pastorino | -12/+84 |
| 2018-02-28 | Do not report _#nr lifetimes names in errors | Santiago Pastorino | -0/+83 |
| 2018-02-26 | Fix rebase | Vadim Petrochenkov | -121/+121 |
| 2018-02-26 | Update UI tests | Vadim Petrochenkov | -34/+34 |
| 2018-02-26 | Update UI tests | Vadim Petrochenkov | -609/+609 |
| 2018-02-25 | Update ui tests | Guillaume Gomez | -0/+35 |
| 2018-02-23 | update tests and reference files | Niko Matsakis | -406/+406 |
| 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 |