| Age | Commit message (Expand) | Author | Lines |
| 2018-04-27 | updated stderr files and removed feature-gate test for dyn_trait | Christian Poveda | -116/+116 |
| 2018-04-27 | removed dyn_trait feature from tests | Christian Poveda | -12/+0 |
| 2018-04-17 | Auto merge of #49836 - nikomatsakis:nll-facts-prep, r=pnkfelix | bors | -146/+146 |
| 2018-04-17 | Rollup merge of #49931 - csmoe:end_span, r=estebank | kennytm | -1/+1 |
| 2018-04-15 | remove -Znll -- borrowck=mir implies nll now | Niko Matsakis | -146/+146 |
| 2018-04-14 | fix error span | csmoe | -1/+1 |
| 2018-04-13 | Rename must-compile-successfully into compile-pass | Guillaume Gomez | -12/+12 |
| 2018-04-11 | Auto merge of #49875 - kennytm:rollup, r=kennytm | bors | -0/+63 |
| 2018-04-11 | Auto merge of #49861 - pnkfelix:compare-mode-nll-followup-2, r=nikomatsakis | bors | -0/+51 |
| 2018-04-11 | Rollup merge of #49781 - Robbepop:master, r=nikomatsakis | kennytm | -0/+63 |
| 2018-04-11 | Checkpoint the current status of NLL on `ui` tests via compare-mode=nll. | Felix S. Klock II | -0/+51 |
| 2018-04-09 | add regression test for issue #16223: fixed by NLL | Hero | -0/+63 |
| 2018-04-07 | modify the error message- CR Comments | gaurikholkar | -2/+2 |
| 2018-04-06 | fix ui test | gaurikholkar | -2/+2 |
| 2018-04-06 | fix ui test | gaurikholkar | -1/+1 |
| 2018-04-05 | Merge branch 'master' of https://github.com/rust-lang/rust into e0389 | gaurikholkar | -96/+309 |
| 2018-04-05 | Auto merge of #48851 - petrochenkov:genparattr, r=nikomatsakis | bors | -4/+2 |
| 2018-04-05 | Stabilize attributes on generic parameters | Vadim Petrochenkov | -4/+2 |
| 2018-04-05 | Rollup merge of #49641 - valff:decl-macro-illegal-copy, r=nikomatsakis | kennytm | -0/+53 |
| 2018-04-04 | Regression test for #46314 | Valentine Valyaeff | -0/+53 |
| 2018-04-04 | Formatting | lloydmeta | -1/+13 |
| 2018-04-04 | Add a test for the fix to issue #43058 | lloydmeta | -0/+26 |
| 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-12 | address code review comments | gaurikholkar | -2/+2 |
| 2018-03-11 | fix tidy issues | gaurikholkar | -1/+1 |
| 2018-03-11 | add ui test for E0594 | gaurikholkar | -0/+31 |
| 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 |