| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2019-07-22 | Add test to check that assignments to projections do not kill too many loans | lqd | -0/+101 |
| 2019-07-22 | Add test checking various assignments are accepted in Polonius | lqd | -0/+88 |
| 2019-07-22 | Make both polonius loans tests check-pass | lqd | -2/+2 |
| 2019-07-22 | Rename test so that both "kills-loans" tests match names | lqd | -1/+2 |
| 2019-07-22 | Add test extracted from rand, checking that StorageDead kills loans | lqd | -0/+28 |
| 2019-07-22 | Bless output of test nll/return-ref-mut-issue-46557.rs for Polonius | lqd | -0/+15 |
| 2019-07-22 | Polonius facts: kill loans on Call terminators and StorageDead | lqd | -0/+24 |
| 2019-07-22 | Create a dedicated polonius test folder | lqd | -0/+0 |
| 2019-07-22 | Bless output of test nll/get_default.rs for Polonius | lqd | -0/+15 |
| 2019-07-22 | Bless output of test nll/loan_ends_mid_block_pair.rs for Polonius | lqd | -0/+38 |
| 2019-07-17 | normalize use of backticks in compiler messages for librustc/lint | Samy Kacimi | -1/+1 |
| 2019-07-09 | Regression test for issue 42574. | Felix S. Klock II | -0/+39 |
| 2019-07-05 | Rollup merge of #62133 - petrochenkov:norustc, r=eddyb | Mazdak Farrokhzad | -11/+2 |
| 2019-07-03 | Migrate compile-pass annotations to build-pass | Yuki Okushi | -41/+41 |
| 2019-06-30 | Make sure `#[rustc_doc_only_macro]` and other rustc attributes are registered | Vadim Petrochenkov | -11/+2 |
| 2019-06-25 | Fix incorrect double assignment in MIR for while loops | Matthew Jasper | -0/+11 |
| 2019-06-23 | Auto merge of #61778 - petrochenkov:pass, r=Mark-Simulacrum | bors | -3/+2 |
| 2019-06-21 | Add test checking our behavior for assigning over a `ConstIndex` projection. | Felix S. Klock II | -0/+59 |
| 2019-06-21 | Add test that our handling of projections hasn't gone too far: | Felix S. Klock II | -0/+52 |
| 2019-06-16 | compiletest: Remove `skip-codegen` | Vadim Petrochenkov | -3/+2 |
| 2019-06-07 | Rollup merge of #61332 - kennethbgoodin:borrowck-remove-asterisk-suggestion, ... | Mazdak Farrokhzad | -11/+11 |
| 2019-06-06 | Make sure constructors functions are type checked correctly | Matthew Jasper | -0/+127 |
| 2019-06-04 | Rollup merge of #61488 - matthewjasper:fix-nll-typeck-ices, r=pnkfelix | Pietro Albini | -0/+205 |