| Age | Commit message (Expand) | Author | Lines |
| 2017-11-02 | Make the difference between lint codes and error codes explicit | Oliver Schneider | -14/+18 |
| 2017-10-26 | Auto merge of #45519 - michaelwoerister:dedup-errors, r=arielb1 | bors | -6/+31 |
| 2017-10-25 | librustc_errors: Don't emit the same error message twice. | Michael Woerister | -6/+31 |
| 2017-10-20 | Add short message-format | Guillaume Gomez | -1/+1 |
| 2017-08-30 | Auto merge of #43968 - petrochenkov:span2, r=michaelwoerister | bors | -11/+7 |
| 2017-08-30 | Make fields of `Span` private | Vadim Petrochenkov | -11/+7 |
| 2017-08-29 | Rollup merge of #43778 - topecongiro:handler-reset-err-count, r=arielb1 | Ariel Ben-Yehuda | -0/+6 |
| 2017-08-27 | Additional libc cleanup | Tatsuyuki Ishi | -1/+2 |
| 2017-08-26 | Auto merge of #44071 - alexcrichton:no-cycles, r=nikomatsakis | bors | -10/+6 |
| 2017-08-25 | rustc_errors: Add the ability to delay as bugs | Alex Crichton | -10/+6 |
| 2017-08-25 | Auto merge of #43994 - tamird:remove-attributes, r=alexcrichton | bors | -3/+0 |
| 2017-08-25 | *: remove crate_{name,type} attributes | Tamir Duberstein | -3/+0 |
| 2017-08-24 | rustc: Capture diagnostics from all queries | Alex Crichton | -1/+22 |
| 2017-08-23 | Add reset_err_count() to errors::Handler | Seiichi Uchida | -0/+6 |
| 2017-08-21 | Auto merge of #43986 - petrochenkov:pubcrate3, r=pnkfelix | bors | -15/+6 |
| 2017-08-19 | rustc: Remove some dead code | Vadim Petrochenkov | -15/+6 |
| 2017-08-18 | Add an additional empty line between the suggested `use` and the next item | Oliver Schneider | -2/+4 |
| 2017-08-15 | use field init shorthand EVERYWHERE | Zack M. Davis | -4/+4 |
| 2017-07-31 | fix `-Z treat-err-as-bug` | Ariel Ben-Yehuda | -4/+1 |
| 2017-07-17 | Add flag to hide code on inline suggestions | Esteban Küber | -0/+1 |
| 2017-07-06 | Remove unused code from librustc_errors | Kevin Mehall | -2/+2 |
| 2017-07-06 | Only underline suggestion if it is not the only code being shown | Esteban Küber | -6/+17 |
| 2017-07-02 | Revert "Change error count messages" | Ariel Ben-Yehuda | -1/+4 |
| 2017-06-19 | Bump version and stage0 compiler | Alex Crichton | -4/+0 |
| 2017-06-12 | External spans: address review. | Inokentiy Babushkin | -2/+2 |
| 2017-06-11 | Added consumption logic for external sources in FileMap | Inokentiy Babushkin | -5/+6 |
| 2017-06-11 | Improved lazy external source loading and inserted calls. | Inokentiy Babushkin | -1/+1 |
| 2017-06-10 | Added external crates' sources to FileMap. | Inokentiy Babushkin | -0/+1 |
| 2017-05-31 | Use callsite's span for macro calls on suggestion | Esteban Küber | -0/+1 |
| 2017-05-30 | Add new error code | Guillaume Gomez | -0/+6 |
| 2017-05-24 | Change error count messages | Michael Kohl | -4/+1 |
| 2017-05-19 | fix some clippy warnings in librustc_errors | Andre Bogus | -2/+2 |
| 2017-05-13 | Auto merge of #41965 - Mark-Simulacrum:rollup, r=Mark-Simulacrum | bors | -31/+75 |
| 2017-05-11 | rustc: Remove #![unstable] annotation | Alex Crichton | -3/+4 |
| 2017-05-11 | Address PR reviews | Oliver Schneider | -5/+23 |
| 2017-05-10 | Example usage of multiple suggestions | Oliver Schneider | -1/+4 |
| 2017-05-10 | Refactor suggestion diagnostic API to allow for multiple suggestions | Oliver Schneider | -31/+54 |
| 2017-05-06 | Group "macro expansion" notes per call span | Esteban Küber | -3/+5 |
| 2017-05-05 | Use diagnostics for trace_macro instead of println | Esteban Küber | -0/+6 |
| 2017-05-02 | Auto merge of #40851 - oli-obk:multisugg, r=jonathandturner | bors | -0/+1 |
| 2017-04-27 | typeck: resolve type vars before calling `try_index_step` | Ariel Ben-Yehuda | -0/+3 |
| 2017-04-25 | Minimize single span suggestions into a note | Oliver Schneider | -0/+1 |
| 2017-04-11 | Highlight and simplify mismatched types | Esteban Küber | -1/+1 |
| 2017-03-29 | Merge `ExpnId` and `SyntaxContext`. | Jeffrey Seyfried | -3/+1 |
| 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 | -3/+4 |
| 2017-01-22 | Remove unused `extern crate`s. | Jeffrey Seyfried | -5/+0 |
| 2017-01-22 | Warn on unused `#[macro_use]` imports. | Jeffrey Seyfried | -2/+0 |
| 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 |