| Age | Commit message (Expand) | Author | Lines |
| 2018-07-26 | For some reason, on my linux box, using `-Zverbose` here is causing a linker ... | Felix S. Klock II | -1/+1 |
| 2018-06-19 | NLL: Updates to diagnostic output in `test/ui`. | Felix S. Klock II | -1/+1 |
| 2018-06-18 | Auto merge of #51248 - fabric-and-ink:newtype_index_debrujin, r=nikomatsakis | bors | -15/+15 |
| 2018-06-14 | Fix typo DebrujinIndex -> DebruijnIndex | Fabian Drinck | -15/+15 |
| 2018-06-14 | Add DEBUG_FORMAT for DebruijnIndex | Fabian Drinck | -15/+15 |
| 2018-06-14 | Declare DebruijnIndex via newtype_index macro | Fabian Drinck | -15/+15 |
| 2018-06-09 | update some tests affected by some of the prior tweaks | Niko Matsakis | -8/+6 |
| 2018-05-31 | Register outlives predicates from queries the right way around. | Matthew Jasper | -0/+75 |
| 2018-05-28 | change to 0-based indices | Niko Matsakis | -15/+15 |
| 2018-05-17 | Auto merge of #50593 - nikomatsakis:nll-no-location, r=nikomatsakis | bors | -14/+100 |
| 2018-05-16 | Remove empty files | Jane Lusby | -0/+0 |
| 2018-05-10 | fix nll reference harder | Niko Matsakis | -14/+14 |
| 2018-05-10 | WIP patch test stderr | Niko Matsakis | -7/+49 |
| 2018-05-09 | ignore the point where the outlives requirement was added | Niko Matsakis | -8/+52 |
| 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 |