| Age | Commit message (Expand) | Author | Lines |
| 2019-10-24 | Increase spacing for suggestions in diagnostics | Esteban Küber | -0/+2 |
| 2019-10-11 | Print lifetimes with backticks | Yuki Okushi | -2/+2 |
| 2019-10-04 | Rollup merge of #64749 - matthewjasper:liveness-opt, r=nikomatsakis | Mazdak Farrokhzad | -239/+0 |
| 2019-10-02 | Calculate liveness for the same locals with and without -Zpolonius | Matthew Jasper | -239/+0 |
| 2019-10-01 | regression test for 64453 borrow check error. | Felix S. Klock II | -0/+58 |
| 2019-09-26 | add test for #53432. | Mazdak Farrokhzad | -0/+22 |
| 2019-09-26 | Adjust & --bless tests due to no longer downgrading NLL errors on 2015. | Mazdak Farrokhzad | -509/+20 |
| 2019-09-25 | Rollup merge of #64428 - GuillaumeGomez:error-explanation-E0524, r=Centril | Mazdak Farrokhzad | -9/+8 |
| 2019-09-21 | update ui tests | Guillaume Gomez | -9/+8 |
| 2019-09-19 | Rollup merge of #64601 - grovesNL:two-backticks, r=jonas-schievink | Mazdak Farrokhzad | -1/+1 |
| 2019-09-18 | Fix backticks in documentation | Joshua Groves | -1/+1 |
| 2019-09-17 | Bless output of test borrowck/return-local-binding-from-desugaring.rs for Pol... | lqd | -0/+16 |
| 2019-09-09 | Auto merge of #63118 - Centril:stabilize-bind-by-move, r=matthewjasper | bors | -29/+5 |
| 2019-09-08 | Update test stderr with results of enabling unused lints | Mark Rousskov | -4/+4 |
| 2019-09-08 | Update tests wrt. bind_by_by_move_pattern_guards stabilization. | Mazdak Farrokhzad | -29/+5 |
| 2019-09-06 | Rollup merge of #64202 - alexreg:rush-pr-1, r=Centril | Mazdak Farrokhzad | -181/+181 |
| 2019-09-06 | Refuse to downgrade NLL errors on Rust >= 2018. | Mazdak Farrokhzad | -10/+11 |
| 2019-09-06 | Fixed grammar/style in error messages and reblessed tests. | Alexander Regueiro | -181/+181 |
| 2019-08-24 | Don't unwrap the result of `span_to_snippet` | Matthew Jasper | -0/+45 |
| 2019-08-06 | Rollup merge of #63230 - tmandry:disallow-possibly-uninitialized, r=Centril | Mazdak Farrokhzad | -0/+49 |
| 2019-08-05 | Make use of possibly uninitialized data a hard error | Tyler Mandry | -0/+49 |
| 2019-07-30 | Add tests for #27282, #31287 as hard errors. | Mazdak Farrokhzad | -0/+50 |
| 2019-07-30 | borrowck-migrate-to-nll: use #38899 for testing. | Mazdak Farrokhzad | -30/+32 |
| 2019-07-30 | borrowck-mutate-in-guard: update test. | Mazdak Farrokhzad | -61/+8 |
| 2019-07-28 | Rollup merge of #63051 - estebank:borrow-ice, r=matthewjasper | Mazdak Farrokhzad | -0/+45 |
| 2019-07-28 | borrowck-describe-lvalue: --bless --compare-mode=nll. | Mazdak Farrokhzad | -8/+8 |
| 2019-07-28 | --bless tests due to new subslice syntax. | Mazdak Farrokhzad | -22/+22 |
| 2019-07-28 | Use new 'p @ ..' syntax in tests. | Mazdak Farrokhzad | -20/+20 |
| 2019-07-27 | review comments | Esteban Küber | -19/+34 |
| 2019-07-27 | Avoid ICE when referencing desugared local binding in borrow error | Esteban Küber | -0/+30 |
| 2019-07-27 | tests: Move run-pass tests with naming conflicts to ui | Vadim Petrochenkov | -0/+341 |
| 2019-07-27 | tests: Move run-pass tests without naming conflicts to ui | Vadim Petrochenkov | -0/+709 |
| 2019-07-22 | Bless output of test borrowck/promote-ref-mut-in-let-issue-46557.rs for Polo... | lqd | -0/+59 |
| 2019-07-22 | Bless output of test borrowck/two-phase-surprise-no-conflict.rs for Polonius | lqd | -0/+148 |
| 2019-07-22 | Bless output of test borrowck/borrowck-escaping-closure-error-2.rs for Polonius | lqd | -0/+16 |
| 2019-07-22 | Ignore two-phase-reservation-sharing-interference-2.rs in Polonius compare mode | lqd | -12/+13 |
| 2019-07-22 | Ignore test issue-45983 in the polonius compare mode | lqd | -3/+4 |
| 2019-07-22 | Ignore NLL migrate mode test in the Polonius compare-mode | lqd | -2/+3 |
| 2019-07-17 | normalize use of backticks in compiler messages for librustc/lint | Samy Kacimi | -3/+3 |
| 2019-07-13 | Auto merge of #62468 - rust-lang:mutable-overloaded-operators, r=estebank | bors | -73/+95 |
| 2019-07-10 | Rollup merge of #62465 - matthewjasper:never-type-storage, r=pnkfelix | Mazdak Farrokhzad | -0/+14 |
| 2019-07-09 | Auto merge of #62233 - matthewjasper:exit-arm-scopes, r=pnkfelix | bors | -0/+21 |
| 2019-07-07 | Add help message for mutation though overloaded place operators | Matthew Jasper | -73/+95 |
| 2019-07-07 | Only omit StorageLive/Dead for variable that are never initialized | Matthew Jasper | -0/+14 |
| 2019-07-06 | Exit arm scopes correctly in the HIR CFG | Matthew Jasper | -0/+21 |
| 2019-07-06 | normalize use of backticks/lowercase in compiler messages for librustc_mir | Samy Kacimi | -2/+2 |
| 2019-07-06 | Make WhileTrue into an EarlyLintPass lint. | Mazdak Farrokhzad | -1/+9 |
| 2019-07-03 | Migrate compile-pass annotations to build-pass | Yuki Okushi | -1/+1 |
| 2019-06-13 | Create fewer basic blocks in match MIR lowering | Matthew Jasper | -7/+7 |
| 2019-06-04 | Remove asterisk suggestion for move errors in borrowck | Kenny Goodin | -5/+5 |