| Age | Commit message (Expand) | Author | Lines |
| 2018-03-26 | Stabilize i128_type | Mark Mansi | -1/+1 |
| 2018-03-26 | Stabilize conservative_impl_trait | Taylor Cramer | -1/+1 |
| 2018-03-25 | Rollup merge of #49046 - Zoxc:error-summary, r=michaelwoerister | kennytm | -16/+18 |
| 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 | -11/+12 |
| 2018-03-14 | test for putting back check on json | Guillaume Gomez | -59/+84 |
| 2018-03-07 | rustc: Migrate to `termcolor` crate from `term` | Alex Crichton | -161/+129 |
| 2018-03-02 | Replace Rc with Lrc for shared data | John Kåre Alsaker | -11/+11 |
| 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-02-02 | Remove dead code | Manish Goregaokar | -24/+0 |
| 2018-02-01 | Auto merge of #47540 - Manishearth:suggestion, r=nrc | bors | -0/+53 |
| 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 | -7/+41 |
| 2018-01-30 | Rollup merge of #47780 - varkor:cross-file-errors-line-col, r=estebank | kennytm | -2/+16 |
| 2018-01-29 | Toggle span highlighting on `-Zteach` | Esteban Küber | -8/+15 |
| 2018-01-29 | Add approximate suggestions for rustfix | Manish Goregaokar | -0/+53 |
| 2018-01-28 | Highlight code on diagnostics when underlined | Esteban Küber | -1/+28 |
| 2018-01-27 | Improve formatting of else block | varkor | -1/+3 |
| 2018-01-27 | Auto merge of #47690 - estebank:for-block-277, r=nikomatsakis | bors | -0/+1 |
| 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 | -2/+14 |
| 2018-01-26 | Merge branch 'explain' of https://github.com/estebank/rust into rollup | Alex Crichton | -1/+23 |
| 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-23 | Avoid underflow in render_source_line | Ryan Cumming | -0/+4 |
| 2018-01-22 | Only emit expanded diagnostic information once | Esteban Küber | -1/+15 |
| 2018-01-18 | Rollup merge of #47407 - gaurikholkar:master, r=estebank | kennytm | -2/+2 |
| 2018-01-14 | Auto merge of #47274 - Manishearth:rustdoc-span, r=QuietMisdreavus | bors | -2/+3 |
| 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/+3 |
| 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 | -15/+9 |
| 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 | -1/+7 |
| 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-06 | Auto merge of #45953 - estebank:tab-4, r=nikomatsakis | bors | -3/+14 |
| 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 |
| 2017-11-24 | Display `\t` in diagnostics code as four spaces | Esteban Küber | -3/+14 |
| 2017-11-24 | Fix underline in suggestions | Esteban Küber | -1/+1 |
| 2017-11-22 | Rollup merge of #46052 - oli-obk:rendered_diagnostics_in_json, r=petrochenkov | kennytm | -1/+1 |