| Age | Commit message (Expand) | Author | Lines |
| 2019-11-25 | Auto merge of #66682 - estebank:fn-type-err, r=davidtwco | bors | -2/+2 |
| 2019-11-23 | Highlight parts of fn in type errors | Esteban Küber | -2/+2 |
| 2019-11-21 | Reorganize, bless and add tests for const control flow | Dylan MacKenzie | -2/+4 |
| 2019-11-21 | Auto merge of #66389 - estebank:type-err-labels, r=petrochenkov | bors | -2/+2 |
| 2019-11-21 | Remove `#![feature(never_type)]` from tests. | Mazdak Farrokhzad | -2/+0 |
| 2019-11-19 | Rollup merge of #66155 - GuillaumeGomez:long-err-explanation-E0594, r=Dylan-DPC | Mazdak Farrokhzad | -14/+29 |
| 2019-11-18 | Auto merge of #58281 - mark-i-m:synthesis, r=estebank | bors | -0/+2 |
| 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 | -14/+29 |
| 2019-11-13 | Bless const tests with improved diagnostics | Dylan MacKenzie | -30/+4 |
| 2019-11-13 | Rollup merge of #66186 - GuillaumeGomez:long-err-explanation-E0623, r=Dylan-DPC | Yuki Okushi | -0/+1 |
| 2019-11-11 | Evaluate borrow and struct expressions in `into` | Matthew Jasper | -2/+2 |
| 2019-11-11 | Fix soundness issue with index bounds checks | Matthew Jasper | -0/+117 |
| 2019-11-07 | Update ui tests | Guillaume Gomez | -0/+1 |
| 2019-11-04 | Use check-pass in ui tests where appropriate | Tomasz Miąsko | -1/+1 |
| 2019-10-27 | update tests | Mark Mansi | -0/+2 |
| 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 |