| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2018-07-14 | Deny bare trait objects in src/librustc_errors | ljedrz | -3/+3 |
| 2018-06-30 | Fortify dummy span checking | Vadim Petrochenkov | -8/+8 |
| 2018-06-11 | Remove highlighting from secondary messages | Esteban Küber | -4/+10 |
| 2018-06-03 | Also prevent overflow in debug builds | Oliver Schneider | -1/+1 |
| 2018-05-31 | Make short-error format GNU compatible | Guillaume Gomez | -1/+1 |
| 2018-05-24 | Account for negative offsets in suggestions | Esteban Küber | -15/+20 |
| 2018-05-24 | Underline multiple suggested replacements in the same line | Esteban Küber | -18/+47 |
| 2018-04-07 | Update based on RangeBounds trait being moved to libcore. | Steven Malis | -2/+2 |
| 2018-03-15 | Require the code mapper to be thread-safe | John Kåre Alsaker | -7/+5 |
| 2018-03-14 | test for putting back check on json | Guillaume Gomez | -54/+35 |
| 2018-03-07 | rustc: Migrate to `termcolor` crate from `term` | Alex Crichton | -151/+106 |
| 2018-03-02 | Replace Rc with Lrc for shared data | John Kåre Alsaker | -7/+7 |
| 2018-02-26 | Fix rebase | Vadim Petrochenkov | -2/+3 |
| 2018-02-26 | Anonymize remaining line numbers at line starts | Vadim Petrochenkov | -9/+12 |
| 2018-02-26 | Support flag `-Z ui-testing` for tweaking diagnostic output for UI tests | Vadim Petrochenkov | -3/+21 |
| 2018-02-25 | Reduce error codes length when too much are thrown | Guillaume Gomez | -2/+5 |
| 2018-02-25 | Add rustc --explain back | Guillaume Gomez | -7/+43 |
| 2018-01-31 | Auto merge of #47900 - kennytm:rollup, r=kennytm | bors | -0/+4 |
| 2018-02-01 | Rollup merge of #47677 - etaoins:avoid-underflow-in-rennder-source-line, r=es... | kennytm | -0/+4 |
| 2018-01-31 | Auto merge of #45752 - estebank:highlight-primary, r=nikomatsakis | bors | -6/+19 |
| 2018-01-30 | Rollup merge of #47780 - varkor:cross-file-errors-line-col, r=estebank | kennytm | -1/+14 |
| 2018-01-29 | Toggle span highlighting on `-Zteach` | Esteban Küber | -7/+14 |
| 2018-01-28 | Highlight code on diagnostics when underlined | Esteban Küber | -1/+7 |
| 2018-01-27 | Improve formatting of else block | varkor | -1/+3 |
| 2018-01-26 | Don't add "in this macro invocation" label to desugared spans | Esteban Küber | -0/+1 |
| 2018-01-26 | Add line numbers and columns to error messages spanning multiple files | varkor | -1/+12 |
| 2018-01-23 | Avoid underflow in render_source_line | Ryan Cumming | -0/+4 |
| 2018-01-18 | Rollup merge of #47407 - gaurikholkar:master, r=estebank | kennytm | -2/+2 |
| 2018-01-13 | add ui test | Gauri | -1/+1 |
| 2018-01-13 | fix mispositioned span | Gauri | -1/+1 |
| 2018-01-10 | Use correct line offsets for doctests (fixes #45868) | Manish Goregaokar | -2/+2 |
| 2017-12-14 | When attempting to write str with single quote suggest double quotes | Esteban Küber | -1/+5 |
| 2017-12-14 | Use PathBuf instead of String where applicable | Oliver Schneider | -5/+11 |
| 2017-12-14 | Auto merge of #46605 - estebank:macro-backtrace-spans, r=pnkfelix | bors | -53/+49 |
| 2017-12-09 | Resolve type on return type suggestion | Esteban Küber | -1/+1 |
| 2017-12-09 | Use spans for -Z external-macro-backtrace | Esteban Küber | -53/+49 |
| 2017-12-01 | Auto merge of #45997 - estebank:pub-ident, r=nikomatsakis | bors | -1/+1 |
| 2017-11-26 | mention nightly in -Z external-macro-backtrace note | Alex Burka | -1/+2 |