| Age | Commit message (Expand) | Author | Lines |
| 2018-12-25 | Remove licenses | Mark Rousskov | -271/+26 |
| 2018-11-05 | Removed overlapping_spans.{rs,stderr,nll.stderr}. | Felix S. Klock II | -52/+0 |
| 2018-11-03 | Added tests. | Alexander Regueiro | -1/+3 |
| 2018-10-03 | Clearer later use messages for calls | Matthew Jasper | -5/+4 |
| 2018-09-12 | use structured suggestion for "missing mut" label | Andy Russell | -1/+1 |
| 2018-08-15 | Bless UI tests | ashtneoi | -4/+7 |
| 2018-08-06 | Point at correct span when missing comma in `println` | Esteban Küber | -8/+4 |
| 2018-07-31 | NLL: On "cannot move out of type" error, print original source before rewrite. | Felix S. Klock II | -1/+4 |
| 2018-07-23 | Match errors using the callsite of macro expansions | Federico Poli | -6/+6 |
| 2018-07-20 | Update tests for new NLL mutability errors | Matthew Jasper | -1/+1 |
| 2018-07-13 | Add the `amdgpu-kernel` ABI. | Richard Diamond | -1/+1 |
| 2018-06-27 | Update tests for grouped nll move errors | Matthew Jasper | -2/+4 |
| 2018-06-22 | Auto merge of #51463 - estebank:error-codes, r=nikomatsakis | bors | -2/+5 |
| 2018-06-19 | Update error code numbers | Esteban Küber | -2/+2 |
| 2018-06-19 | Add code to `invalid ABI` error | Esteban Küber | -2/+5 |
| 2018-06-19 | NLL: Updates to diagnostic output in `test/ui`. | Felix S. Klock II | -0/+3 |
| 2018-05-25 | rust-lang/rust#51025: improve test robustness so that they work under NLL too. | Felix S. Klock II | -8/+16 |
| 2018-05-11 | unary op filter, dereference hint | Roman Stoliar | -3/+1 |
| 2018-05-11 | added missing implementation hint | Roman Stoliar | -0/+2 |
| 2018-04-13 | Rename must-compile-successfully into compile-pass | Guillaume Gomez | -1/+1 |
| 2018-04-11 | Checkpoint the current status of NLL on `ui` tests via compare-mode=nll. | Felix S. Klock II | -0/+57 |
| 2018-04-11 | Workaround rust-lang/rust#49855 by forcing rustc_error in any mode, including... | Felix S. Klock II | -2/+2 |
| 2018-03-25 | Rollup merge of #49046 - Zoxc:error-summary, r=michaelwoerister | kennytm | -1/+2 |
| 2018-03-16 | Update tests | John Kåre Alsaker | -1/+2 |
| 2018-03-16 | Auto merge of #48813 - sinkuu:build_in_assert_macro, r=alexcrichton | bors | -2/+1 |
| 2018-03-16 | Rollup merge of #49037 - estebank:coherence-tweaks, r=nikomatsakis | kennytm | -1/+1 |
| 2018-03-15 | Coherence diagnostic tweaks | Esteban Küber | -1/+1 |
| 2018-03-14 | update tests | Guillaume Gomez | -13/+12 |
| 2018-03-08 | Fix test | Shotaro Yamada | -2/+1 |
| 2018-02-26 | Update UI tests | Vadim Petrochenkov | -1/+1 |
| 2018-02-26 | Update UI tests | Vadim Petrochenkov | -42/+42 |
| 2018-02-25 | Update ui tests | Guillaume Gomez | -0/+13 |
| 2017-12-19 | Point at `while true` span instead of entire block | Esteban Küber | -3/+1 |
| 2017-12-11 | Auto merge of #46608 - estebank:resolve-return, r=nikomatsakis | bors | -1/+1 |
| 2017-12-10 | Update ui tests' line numbers. | Tommy Ip | -2/+2 |
| 2017-12-10 | Add must-compile-successfully comment to appropriate ui tests. | Tommy Ip | -0/+2 |
| 2017-12-09 | Resolve type on return type suggestion | Esteban Küber | -1/+1 |
| 2017-12-06 | Auto merge of #45953 - estebank:tab-4, r=nikomatsakis | bors | -11/+11 |
| 2017-11-26 | mention nightly in -Z external-macro-backtrace note | Alex Burka | -4/+4 |
| 2017-11-24 | Display `\t` in diagnostics code as four spaces | Esteban Küber | -11/+11 |
| 2017-11-24 | Merge cfail and ui tests into ui tests | Oliver Schneider | -36/+36 |
| 2017-11-20 | address review comments | Alex Burka | -4/+4 |
| 2017-11-19 | use -Z flag instead of env var | Alex Burka | -4/+4 |
| 2017-11-19 | update UI tests | Alex Burka | -4/+4 |
| 2017-11-03 | Display spans correctly when there are non-half-width characters | Wonwoo Choi | -1/+66 |
| 2017-09-07 | Fix mispositioned error indicators | est31 | -3/+75 |
| 2017-09-05 | Print more detailed trait-ref for intercrate ambiguity. | Masaki Hara | -1/+1 |
| 2017-09-05 | Fix a very subtle mistake in a ui test. | Masaki Hara | -0/+1 |
| 2017-09-05 | Add tests for intercrate ambiguity hints. | Masaki Hara | -0/+1 |
| 2017-07-02 | Revert "Change error count messages" | Ariel Ben-Yehuda | -11/+11 |