| Age | Commit message (Expand) | Author | Lines |
| 2019-07-11 | syntax: Make def-site span mandatory in ExpnInfo/MacroBacktrace/DiagnosticSpa... | Vadim Petrochenkov | -33/+31 |
| 2019-07-03 | Remove needless lifetimes | Jeremy Stucki | -1/+1 |
| 2019-06-26 | Fix clippy::print_with_newline | Igor Matuszewski | -2/+2 |
| 2019-06-10 | librustc_errors: Add some more documentation | Philipp Hansch | -0/+9 |
| 2019-06-05 | librustc_errors: Rename AnnotateRs -> AnnotateSnippet | Philipp Hansch | -2/+2 |
| 2019-06-04 | Add new diagnostic writer using annotate-snippet library | Philipp Hansch | -2/+4 |
| 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 | -1/+1 |
| 2019-05-23 | librustc_errors: Remove unused annotation style `OldSchoolNoteText` | Philipp Hansch | -1/+1 |
| 2019-05-21 | Make -Zemit-artifact-notifications also emit the artifact type | Jeremy Fitzhardinge | -1/+1 |
| 2019-05-07 | rustc: rename -Z emit-directives to -Z emit-artifact-notifications and simpli... | Eduard-Mihai Burtescu | -3/+5 |
| 2019-04-30 | In JSON output, emit a directive after metadata is generated. | Nicholas Nethercote | -2/+6 |
| 2019-04-22 | Fix #58270, fix off-by-one error in error diagnostics. | Xavier Denis | -0/+10 |
| 2019-04-09 | Do not render ascii colors to buffers | Oliver Scherer | -1/+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 #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-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/+40 |
| 2019-02-14 | Rollup merge of #58296 - estebank:hidden-suggestion, r=oli-obk | Mazdak Farrokhzad | -32/+64 |
| 2019-02-11 | Use hidden suggestions for unused imports lint | Esteban Küber | -1/+3 |
| 2019-02-11 | Add way to completely hide suggestion from cli output | Esteban Küber | -1/+3 |
| 2019-02-11 | Never inline HideCodeAlways suggestions | Esteban Küber | -1/+4 |
| 2019-02-11 | Add way to hide suggestion snippet window from cli output | Esteban Küber | -31/+56 |
| 2019-02-10 | rustc: doc comments | Alexander Regueiro | -3/+3 |
| 2019-02-09 | Auto merge of #57944 - estebank:unclosed-delim-the-quickening, r=oli-obk | bors | -2/+2 |
| 2019-02-07 | Deduplicate mismatched delimiter errors | Esteban Küber | -2/+2 |
| 2019-02-07 | librustc_errors => 2018 | Taiki Endo | -9/+7 |
| 2019-01-20 | Remove unnecessary dummy span checks | Esteban Küber | -1/+1 |
| 2018-12-25 | Remove licenses | Mark Rousskov | -10/+0 |
| 2018-12-12 | Bump to 1.33.0 | Alex Crichton | -1/+1 |
| 2018-12-07 | Rollup merge of #56516 - frewsxcv:frewsxcv-eq, r=Mark-Simulacrum | kennytm | -3/+3 |
| 2018-12-04 | adds DocTest filename variant, refactors doctest_offset out of source_map, fi... | Matthew Russo | -3/+4 |
| 2018-12-04 | Replace usages of `..i + 1` ranges with `..=i`. | Corey Farwell | -3/+3 |
| 2018-11-08 | rustc: Request ansi colors if stderr isn't a tty | Alex Crichton | -1/+7 |
| 2018-10-29 | Rename other occs of (Code/File)Map to Source(Map/File) #51574 | David Lavati | -28/+28 |
| 2018-08-28 | Use FxHash{Map,Set} instead of the default Hash{Map,Set} everywhere in rustc. | Eduard-Mihai Burtescu | -3/+3 |
| 2018-08-23 | use String::new() instead of String::from(""), "".to_string(), "".to_owned() ... | Matthias Krüger | -3/+3 |
| 2018-08-19 | mv filemap source_file | Donato Sciarra | -1/+1 |
| 2018-08-19 | mv FileMap SourceFile | Donato Sciarra | -4/+4 |
| 2018-08-19 | mv CodeMap SourceMap | Donato Sciarra | -4/+4 |
| 2018-08-07 | Avoid unnecessary pattern matching against Option and Result | ljedrz | -1/+1 |
| 2018-07-29 | Auto merge of #52764 - sinkuu:cleanup, r=nikomatsakis | bors | -6/+2 |
| 2018-07-27 | Use slices where a vector is not necessary | ljedrz | -5/+5 |
| 2018-07-27 | Remove unnecessary `.collect()` | Shotaro Yamada | -3/+1 |
| 2018-07-27 | Use str::repeat | Shotaro Yamada | -3/+1 |
| 2018-07-25 | Improve readability in a few sorts | ljedrz | -5/+3 |
| 2018-07-21 | Auto merge of #51485 - estebank:dehighlight-secondary-msgs, r=GuillaumeGomez | bors | -4/+10 |