| Age | Commit message (Expand) | Author | Lines |
| 2018-03-25 | Rollup merge of #49046 - Zoxc:error-summary, r=michaelwoerister | kennytm | -16/+18 |
| 2018-03-24 | Make queries thread safe. Remove the query stack and make queries point to th... | John Kåre Alsaker | -17/+8 |
| 2018-03-16 | Always print `aborting due to n previous error(s)` and only print it once for... | John Kåre Alsaker | -16/+18 |
| 2018-03-15 | Require the code mapper to be thread-safe | John Kåre Alsaker | -4/+7 |
| 2018-03-14 | test for putting back check on json | Guillaume Gomez | -4/+47 |
| 2018-03-07 | rustc: Migrate to `termcolor` crate from `term` | Alex Crichton | -10/+21 |
| 2018-03-02 | Replace Rc with Lrc for shared data | John Kåre Alsaker | -4/+4 |
| 2018-02-01 | Auto merge of #47540 - Manishearth:suggestion, r=nrc | bors | -0/+6 |
| 2018-01-29 | Toggle span highlighting on `-Zteach` | Esteban Küber | -1/+1 |
| 2018-01-29 | Add approximate suggestions for rustfix | Manish Goregaokar | -0/+6 |
| 2018-01-26 | Merge branch 'explain' of https://github.com/estebank/rust into rollup | Alex Crichton | -0/+18 |
| 2018-01-26 | Do not capture stderr in the compiler. Instead just panic silently for fatal ... | John Kåre Alsaker | -1/+15 |
| 2018-01-25 | Add description to field and method | Esteban Küber | -0/+8 |
| 2018-01-22 | Only emit expanded diagnostic information once | Esteban Küber | -0/+10 |
| 2018-01-14 | Auto merge of #47274 - Manishearth:rustdoc-span, r=QuietMisdreavus | bors | -0/+1 |
| 2018-01-10 | Use correct line offsets for doctests (fixes #45868) | Manish Goregaokar | -0/+1 |
| 2018-01-08 | Clean emitted diagnostics when `reset_err_count` is called. | Rafael Fernández López | -2/+6 |
| 2018-01-03 | Only bump error count when we are sure that the diagnostic is not a repetition. | Rafael Fernández López | -0/+3 |
| 2017-12-21 | Make err_count thread safe | John Kåre Alsaker | -8/+10 |
| 2017-12-14 | When attempting to write str with single quote suggest double quotes | Esteban Küber | -0/+1 |
| 2017-11-20 | address review comments | Alex Burka | -18/+44 |
| 2017-11-19 | use -Z flag instead of env var | Alex Burka | -1/+5 |
| 2017-11-16 | Remove left over dead code from suggestion diagnostic refactoring | Oliver Schneider | -14/+0 |
| 2017-11-03 | Refactor internal suggestion API | Oliver Schneider | -77/+55 |
| 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 |