| Age | Commit message (Expand) | Author | Lines |
| 2019-12-06 | add subset relations test using polonius | Remy Rakic | -0/+44 |
| 2019-12-06 | bless polonius output due to lacking the 'static special-casing | Remy Rakic | -0/+60 |
| 2019-12-06 | bless polonius output of test ui/nll/outlives-suggestion-simple.rs | Remy Rakic | -0/+121 |
| 2019-12-06 | Auto merge of #66911 - eddyb:nicer-rustc_regions, r=matthewjasper | bors | -307/+99 |
| 2019-12-03 | Include a span in more `expected...found` notes | Aaron Hill | -24/+56 |
| 2019-11-30 | rustc_mir: use nicer path printing for #[rustc_regions] NLL tests. | Eduard-Mihai Burtescu | -307/+99 |
| 2019-11-30 | rustc: don't just show raw DefIndex's in BrNamed's fmt::Debug impl. | Eduard-Mihai Burtescu | -20/+20 |
| 2019-11-25 | Tweak move error due to non-Copy | Esteban Küber | -12/+2 |
| 2019-11-21 | Auto merge of #66389 - estebank:type-err-labels, r=petrochenkov | bors | -2/+2 |
| 2019-11-19 | Rollup merge of #66155 - GuillaumeGomez:long-err-explanation-E0594, r=Dylan-DPC | Mazdak Farrokhzad | -2/+8 |
| 2019-11-18 | Auto merge of #58281 - mark-i-m:synthesis, r=estebank | bors | -0/+451 |
| 2019-11-18 | Specific labels when referring to "expected" and "found" types | Esteban Küber | -2/+2 |
| 2019-11-18 | Update ui tests | Guillaume Gomez | -2/+8 |
| 2019-11-11 | Evaluate borrow and struct expressions in `into` | Matthew Jasper | -2/+2 |
| 2019-11-07 | Rollup merge of #66087 - tmiasko:ui-mode, r=Centril | Mazdak Farrokhzad | -25/+25 |
| 2019-11-05 | rustc: remove "GlobalMetaData" dead code from hir::map::definitions. | Eduard-Mihai Burtescu | -104/+104 |
| 2019-11-04 | Use check-pass in ui tests where appropriate | Tomasz Miąsko | -25/+25 |
| 2019-10-27 | update tests | Mark Mansi | -183/+95 |
| 2019-10-27 | add test for complex suggestions | Mark Mansi | -0/+128 |
| 2019-10-27 | implement outlive suggestions | Mark Mansi | -0/+411 |
| 2019-10-26 | Rollup merge of #65773 - estebank:sugg-whitespace, r=Centril | Mazdak Farrokhzad | -0/+1 |
| 2019-10-24 | Fix more `ReEmpty` ICEs | Matthew Jasper | -2/+20 |
| 2019-10-24 | Increase spacing for suggestions in diagnostics | Esteban Küber | -0/+1 |
| 2019-10-14 | Rollup merge of #65292 - JohnTitor:add-backticks, r=varkor,Centril | Mazdak Farrokhzad | -15/+15 |
| 2019-10-13 | Auto merge of #65099 - pnkfelix:issue-63154-needed-more-normalize, r=nagisa | bors | -0/+34 |
| 2019-10-11 | Print lifetimes with backticks | Yuki Okushi | -15/+15 |
| 2019-10-07 | update ui tests | Guillaume Gomez | -0/+5 |
| 2019-10-07 | Update src/test/ui/nll/issue-63154-normalize.rs
| Felix S Klock II | -1/+1 |
| 2019-10-04 | Regression test for #63154. | Felix S. Klock II | -0/+34 |
| 2019-10-04 | Rollup merge of #64749 - matthewjasper:liveness-opt, r=nikomatsakis | Mazdak Farrokhzad | -32/+15 |
| 2019-10-02 | Make lifetimes in constants live at the point of use | Matthew Jasper | -0/+8 |
| 2019-10-02 | Calculate liveness for the same locals with and without -Zpolonius | Matthew Jasper | -32/+7 |
| 2019-10-01 | Improve HRTB error span when -Zno-leak-check is used | Aaron Hill | -0/+42 |
| 2019-09-26 | remove feature(nll) in more cases. | Mazdak Farrokhzad | -62/+41 |
| 2019-09-26 | remove feature(nll) from #27868 test. | Mazdak Farrokhzad | -3/+1 |
| 2019-09-26 | remove feature(nll) from #31567 test. | Mazdak Farrokhzad | -3/+1 |
| 2019-09-26 | Adjust & --bless tests due to no longer downgrading NLL errors on 2015. | Mazdak Farrokhzad | -3/+1 |
| 2019-09-25 | Rollup merge of #64428 - GuillaumeGomez:error-explanation-E0524, r=Centril | Mazdak Farrokhzad | -1/+1 |
| 2019-09-21 | update ui tests | Guillaume Gomez | -1/+1 |
| 2019-09-12 | update ui tests | Guillaume Gomez | -0/+5 |
| 2019-09-09 | Auto merge of #63118 - Centril:stabilize-bind-by-move, r=matthewjasper | bors | -15/+11 |
| 2019-09-08 | Update test stderr with results of enabling unused lints | Mark Rousskov | -8/+7 |
| 2019-09-08 | Update tests wrt. bind_by_by_move_pattern_guards stabilization. | Mazdak Farrokhzad | -15/+11 |
| 2019-09-06 | Fixed grammar/style in error messages and reblessed tests. | Alexander Regueiro | -53/+53 |
| 2019-08-31 | Kill borrows from assignments after generating new borrows | Matthew Jasper | -0/+20 |
| 2019-07-30 | Remove 'feature(nll)' from bind_by_move_pattern_guards tests. | Mazdak Farrokhzad | -40/+47 |
| 2019-07-27 | tests: Move run-pass tests without naming conflicts to ui | Vadim Petrochenkov | -0/+204 |
| 2019-07-22 | fix tidy | lqd | -1/+1 |
| 2019-07-22 | Bless output of test nll/loan_ends_mid_block_pair.rs for Polonius, again | lqd | -24/+1 |
| 2019-07-22 | issue-46589 passes in Polonius and fails in NLL, duplicate it and manually ch... | lqd | -1/+39 |