| Age | Commit message (Expand) | Author | Lines |
| 2020-01-19 | review comments | Esteban Küber | -2/+2 |
| 2020-01-19 | When encountering an expected named lifetime and none are present, suggest ad... | Esteban Küber | -2/+14 |
| 2020-01-19 | When encountering an undefined named lifetime, point to where it can be | Esteban Küber | -4/+62 |
| 2020-01-09 | Update tests | Vadim Petrochenkov | -2/+92 |
| 2020-01-05 | Add backticks to various diagnostics | varkor | -2/+2 |
| 2019-12-30 | Add error code explanation for E0477 | Donough Liu | -0/+2 |
| 2019-12-03 | Include a span in more `expected...found` notes | Aaron Hill | -51/+127 |
| 2019-11-27 | Simplify `mem_categorization` | Matthew Jasper | -1/+1 |
| 2019-11-21 | Point at type in `let` assignment on type errors | Esteban Küber | -6/+18 |
| 2019-11-21 | Auto merge of #66389 - estebank:type-err-labels, r=petrochenkov | bors | -46/+46 |
| 2019-11-18 | Auto merge of #58281 - mark-i-m:synthesis, r=estebank | bors | -0/+128 |
| 2019-11-18 | review comments: tweak prefix strings | Esteban Küber | -6/+6 |
| 2019-11-18 | Specific labels when referring to "expected" and "found" types | Esteban Küber | -40/+40 |
| 2019-11-13 | Rollup merge of #66186 - GuillaumeGomez:long-err-explanation-E0623, r=Dylan-DPC | Yuki Okushi | -3/+19 |
| 2019-11-07 | Update ui tests | Guillaume Gomez | -3/+19 |
| 2019-11-04 | Use check-pass in ui tests where appropriate | Tomasz Miąsko | -1/+1 |
| 2019-11-02 | Update error annotations in tests that successfully compile | Tomasz Miąsko | -3/+3 |
| 2019-10-27 | update tests | Mark Mansi | -24/+120 |
| 2019-10-27 | implement outlive suggestions | Mark Mansi | -0/+32 |
| 2019-10-11 | Print lifetimes with backticks | Yuki Okushi | -78/+78 |
| 2019-10-07 | update ui tests | Guillaume Gomez | -3/+23 |
| 2019-10-03 | typo: fix typo in E0392 | Ben Boeckel | -1/+1 |
| 2019-10-02 | review comment | Esteban Küber | -1/+1 |
| 2019-09-30 | Reword E0392 slightly | Esteban Küber | -1/+1 |
| 2019-09-22 | On obligation errors point at the unfulfilled binding when possible | Esteban Küber | -6/+6 |
| 2019-09-12 | update ui tests | Guillaume Gomez | -1/+5 |
| 2019-08-21 | Introduce `term-size` dependency and consider term width when trimming | Esteban Küber | -4/+4 |
| 2019-08-21 | Strip code to the left and right in diagnostics for long lines | Esteban Küber | -4/+4 |
| 2019-08-19 | Cherry-pick src/test changes with Centril's changes | sd234678 | -11/+7 |
| 2019-08-16 | Bless tests with --compare-mode=nll | sd234678 | -7/+7 |
| 2019-08-16 | Update stderr files with --bless | sd234678 | -38/+38 |
| 2019-08-16 | Remove meaningless comments in src/test | sd234678 | -15/+0 |
| 2019-07-27 | tests: Move run-pass tests with naming conflicts to ui | Vadim Petrochenkov | -0/+19 |
| 2019-07-27 | tests: Move run-pass tests without naming conflicts to ui | Vadim Petrochenkov | -0/+1594 |
| 2019-07-17 | normalize use of backticks in compiler messages for librustc/lint | Samy Kacimi | -1/+1 |
| 2019-07-03 | Migrate compile-pass annotations to build-pass | Yuki Okushi | -19/+19 |
| 2019-05-29 | Update ui test suite to use dyn | memoryruins | -192/+192 |
| 2019-05-12 | Change compare mode to use -Zborrowck=mir | Matthew Jasper | -0/+1091 |
| 2019-04-25 | Rollup merge of #60160 - xldenis:fix-overlapping-zero-width-annotation, r=est... | Mazdak Farrokhzad | -3/+1 |
| 2019-04-22 | Fix #58270, fix off-by-one error in error diagnostics. | Xavier Denis | -3/+1 |
| 2019-04-22 | Remove double trailing newlines | varkor | -1/+0 |
| 2019-04-22 | update tests for migrate mode by default | Matthew Jasper | -1190/+369 |
| 2019-04-19 | Rollup merge of #60052 - varkor:unused-parameter-diagnostic, r=estebank | Mazdak Farrokhzad | -1/+1 |
| 2019-04-18 | Update tests | varkor | -1/+1 |
| 2019-04-18 | hide `--explain` hint if error has no extended info | Andy Russell | -56/+14 |
| 2019-03-25 | When moving out of a for loop head, suggest borrowing it in nll mode | Esteban Küber | -5/+4 |
| 2019-03-17 | Updated UI test output to remove test annotations for revisions | Mathias Blikstad | -17/+17 |
| 2019-03-15 | rustc: print elided regions as '_ instead of nothing, and use a separate chec... | Eduard-Mihai Burtescu | -2/+2 |
| 2019-03-11 | Update tests that don't run on my platform | Vadim Petrochenkov | -32/+0 |
| 2019-03-11 | Update NLL tests | Vadim Petrochenkov | -25/+25 |