| Age | Commit message (Expand) | Author | Lines |
| 2019-06-04 | Simplify source_string and block-format methods | Philipp Hansch | -14/+13 |
| 2019-06-04 | Print to stderr and bless | Philipp Hansch | -1/+4 |
| 2019-06-04 | Add new diagnostic writer using annotate-snippet library | Philipp Hansch | -2/+216 |
| 2019-05-28 | librustc_errors: Move annotation collection to own impl | Philipp Hansch | -167/+174 |
| 2019-05-23 | Rollup merge of #61073 - phansch:remove_unused_annotation_style, r=matthewjasper | Mazdak Farrokhzad | -2/+1 |
| 2019-05-23 | librustc_errors: Remove unused annotation style `OldSchoolNoteText` | Philipp Hansch | -2/+1 |
| 2019-05-21 | Make -Zemit-artifact-notifications also emit the artifact type | Jeremy Fitzhardinge | -3/+3 |
| 2019-05-10 | Remove hir::ExprKind::If and replace it with lowering to hir::ExprKind::Match. | Mazdak Farrokhzad | -0/+12 |
| 2019-05-07 | rustc: rename -Z emit-directives to -Z emit-artifact-notifications and simpli... | Eduard-Mihai Burtescu | -15/+11 |
| 2019-05-02 | introduce unescape module | Aleksey Kladov | -1/+1 |
| 2019-04-30 | In JSON output, emit a directive after metadata is generated. | Nicholas Nethercote | -8/+22 |
| 2019-04-22 | Fix #58270, fix off-by-one error in error diagnostics. | Xavier Denis | -0/+10 |
| 2019-04-18 | hide `--explain` hint if error has no extended info | Andy Russell | -10/+14 |
| 2019-04-17 | Auto merge of #60034 - rasendubi:fix-comments, r=Centril | bors | -6/+6 |
| 2019-04-17 | Promote regular comments to rustdoc comments | Alexey Shmalko | -6/+6 |
| 2019-04-17 | Rollup merge of #59128 - oli-obk:colorful_json, r=mark-i-m,eddyb | Mazdak Farrokhzad | -12/+55 |
| 2019-04-17 | Deny `internal` in stage0 | Mateusz Mikuła | -1/+1 |
| 2019-04-09 | Do not render ascii colors to buffers | Oliver Scherer | -1/+1 |
| 2019-04-03 | Deny internal lints on non conflicting crates | flip1995 | -0/+1 |
| 2019-04-02 | Rename `colorful-json` to `json-rendered` and make it a selection instead of ... | Oliver Scherer | -2/+37 |
| 2019-04-02 | Emit ansi color codes in the `rendered` field of json diagnostics | Oliver Scherer | -10/+18 |
| 2019-03-31 | Rollup merge of #58805 - fabric-and-ink:redundant_import, r=petrochenkov | Mazdak Farrokhzad | -1/+1 |
| 2019-03-31 | Rollup merge of #59574 - JohnTitor:distinguish-error-vs-warning, r=Centril | Mazdak Farrokhzad | -3/+14 |
| 2019-03-31 | Distinguish depending on error level | Yuki OKUSHI | -3/+14 |
| 2019-03-30 | Remove redundant imports | Fabian Drinck | -1/+1 |
| 2019-03-28 | Fix MultilineAnnotation field name | Esteban Küber | -1/+1 |
| 2019-03-28 | Add comemnts clarifying logic | Esteban Küber | -0/+5 |
| 2019-03-28 | review comments | Esteban Küber | -3/+3 |
| 2019-03-27 | Account for fully overlapping multiline annotations | Esteban Küber | -13/+47 |
| 2019-03-23 | Tweak unsupported negative trait bounds message | Esteban Küber | -1/+1 |
| 2019-03-12 | Stabilize Range*::contains. | Steven Malis | -1/+0 |
| 2019-03-07 | fix bad logic | Esteban Küber | -3/+4 |
| 2019-03-07 | Keep current behavior while accepting error count | Esteban Küber | -8/+18 |
| 2019-03-06 | Make `-Z treat-err-as-bug` take a number of errors to be emitted | Esteban Küber | -10/+19 |
| 2019-02-24 | Use ? in some macros | Taiki Endo | -3/+3 |
| 2019-02-14 | Rollup merge of #58296 - estebank:hidden-suggestion, r=oli-obk | Mazdak Farrokhzad | -37/+221 |
| 2019-02-12 | Auto merge of #58341 - alexreg:cosmetic-2-doc-comments, r=steveklabnik | bors | -7/+7 |
| 2019-02-11 | Use hidden suggestions for unused imports lint | Esteban Küber | -3/+49 |
| 2019-02-11 | Add way to completely hide suggestion from cli output | Esteban Küber | -3/+47 |
| 2019-02-11 | Never inline HideCodeAlways suggestions | Esteban Küber | -1/+4 |
| 2019-02-11 | Expose hidden snippet suggestions | Esteban Küber | -0/+43 |
| 2019-02-11 | Add way to hide suggestion snippet window from cli output | Esteban Küber | -36/+84 |
| 2019-02-10 | rustc: doc comments | Alexander Regueiro | -7/+7 |
| 2019-02-10 | Revert removed #![feature(nll)] | Taiki Endo | -0/+1 |
| 2019-02-09 | Auto merge of #57944 - estebank:unclosed-delim-the-quickening, r=oli-obk | bors | -2/+2 |
| 2019-02-07 | Remove images' url to make it work even without internet connection | Guillaume Gomez | -3/+1 |
| 2019-02-07 | Deduplicate mismatched delimiter errors | Esteban Küber | -2/+2 |
| 2019-02-07 | librustc_errors => 2018 | Taiki Endo | -45/+37 |
| 2019-01-26 | remove `_with_applicability` from suggestion fns | Andy Russell | -156/+57 |
| 2019-01-26 | document `Applicability` | Andy Russell | -2/+18 |