| Age | Commit message (Expand) | Author | Lines |
| 2017-04-11 | Highlight and simplify mismatched types | Esteban Küber | -17/+67 |
| 2017-04-09 | Always show end line of multiline annotations | Esteban Küber | -87/+122 |
| 2017-03-29 | Merge `ExpnId` and `SyntaxContext`. | Jeffrey Seyfried | -14/+12 |
| 2017-03-10 | Rollup merge of #40287 - estebank:label-overlap, r=nrc | Alex Crichton | -28/+34 |
| 2017-03-10 | Fix incorrect span label formatting | Esteban Küber | -28/+34 |
| 2017-02-25 | Fix suggestion span error with a line containing non-ASCIIs | sinkuu | -1/+2 |
| 2017-02-02 | store typeck lints in the `TypeckTables` | Niko Matsakis | -6/+8 |
| 2017-01-24 | Auto merge of #39214 - estebank:fix-labels-without-msg, r=nikomatsakis | bors | -30/+82 |
| 2017-01-22 | Remove unused `extern crate`s. | Jeffrey Seyfried | -7/+0 |
| 2017-01-22 | Warn on unused `#[macro_use]` imports. | Jeffrey Seyfried | -2/+0 |
| 2017-01-20 | Fix multiple labels when some don't have message | Esteban Küber | -30/+82 |
| 2017-01-17 | Teach Diagnostics to highlight text | Esteban Küber | -33/+125 |
| 2017-01-11 | Auto merge of #38916 - estebank:pad-suggestion-list, r=nikomatsakis | bors | -3/+41 |
| 2017-01-09 | Deduplicate and document logic | Esteban Küber | -6/+23 |
| 2017-01-08 | Remove magic number | Esteban Küber | -4/+4 |
| 2017-01-08 | Teach diagnostics to correct margin on multiline messages | Esteban Küber | -66/+24 |
| 2017-01-08 | Use fold instead of collect/join and add comments | Esteban Küber | -10/+39 |
| 2017-01-07 | Teach diagnostics to have correctly padded lists | Esteban Küber | -2/+36 |
| 2016-12-29 | Remove not(stage0) from deny(warnings) | Alex Crichton | -1/+1 |
| 2016-12-12 | Auto merge of #38049 - frewsxcv:libunicode, r=alexcrichton | bors | -1/+1 |
| 2016-11-30 | Update the bootstrap compiler | Alex Crichton | -1/+0 |
| 2016-11-30 | Rename 'librustc_unicode' crate to 'libstd_unicode'. | Corey Farwell | -1/+1 |
| 2016-11-23 | review comments | Esteban Küber | -106/+84 |
| 2016-11-22 | Show multiline spans in full if short enough | Esteban Küber | -108/+479 |
| 2016-11-05 | Merge branch 'new-rustbuild' into rollup | Alex Crichton | -1/+1 |
| 2016-11-02 | rustbuild: Rewrite user-facing interface | Alex Crichton | -1/+1 |
| 2016-11-01 | pacify the mercilous tidy | Niko Matsakis | -0/+20 |
| 2016-11-01 | improve early lint to use multispan from diagnostic | Niko Matsakis | -4/+4 |
| 2016-11-01 | compare-method lint | Niko Matsakis | -30/+26 |
| 2016-11-01 | retool EarlyLint to track a Diagnostic | Niko Matsakis | -0/+8 |
| 2016-11-01 | separate Diagnostic from DiagnosticBuilder | Niko Matsakis | -215/+358 |
| 2016-10-18 | run rustfmt on librustc_errors folder | Srinivas Reddy Thatiparthy | -181/+173 |
| 2016-10-12 | Stabilise `?` | Nick Cameron | -1/+1 |
| 2016-09-28 | Allow supplying an error destination via the compiler driver | Nick Cameron | -2/+4 |
| 2016-09-24 | Rollup merge of #36498 - jonathandturner:macro_std_lib, r=nikomatsakis | Guillaume Gomez | -1/+2 |
| 2016-09-19 | Add the ability to merge spans to codemap | Jonathan Turner | -0/+1 |
| 2016-09-16 | Auto merge of #36338 - estebank:primitive-shadow, r=jseyfried | bors | -3/+14 |
| 2016-09-15 | Specify when type parameter shadows primitive type | Esteban Küber | -3/+14 |
| 2016-09-15 | Fix wording for out-of-crate macro error | Jonathan Turner | -1/+2 |
| 2016-09-11 | Use question_mark feature in librustc_errors. | Ahmed Charles | -17/+17 |
| 2016-08-31 | Special case a few colors for Windows | Jonathan Turner | -3/+20 |
| 2016-08-25 | prevent error message interleaving on win/unix | Jonathan Turner | -2/+198 |
| 2016-08-20 | Rollup merge of #35839 - jonathandturner:error_touchup, r=Aatch | Jonathan Turner | -1/+3 |
| 2016-08-19 | Auto merge of #33922 - estebank:doc-comment, r=alexcrichton | bors | -0/+9 |
| 2016-08-19 | wording fixes in error messages | Jonathan Turner | -1/+3 |
| 2016-08-17 | Rebase. Fix mutable iteration nit. | Jonathan Turner | -1/+1 |
| 2016-08-17 | Replace local backtrace with def-use, repair std macro spans | Jonathan Turner | -41/+103 |
| 2016-08-07 | Turn on new errors, json mode. Remove duplicate unicode test | Jonathan Turner | -314/+11 |
| 2016-07-22 | rustc_errors: fix a few bugs | Ariel Ben-Yehuda | -3/+5 |
| 2016-07-15 | Nudge travis by commenting a little | Jonathan Turner | -0/+1 |