| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2017-11-20 | address review comments | Alex Burka | -26/+52 |
| 2017-11-20 | The end of a span can be *before* the first char in a line | Oliver Schneider | -1/+1 |
| 2017-11-19 | use -Z flag instead of env var | Alex Burka | -23/+36 |
| 2017-11-19 | add UI test | Alex Burka | -3/+6 |
| 2017-11-19 | show macro backtrace with env var | Alex Burka | -13/+47 |
| 2017-11-16 | Remove left over dead code from suggestion diagnostic refactoring | Oliver Schneider | -60/+26 |
| 2017-11-09 | Auto merge of #45741 - oli-obk:refactor_suggestions, r=estebank | bors | -118/+108 |
| 2017-11-06 | Do not highlight surrounding whitespace | Oliver Schneider | -6/+7 |
| 2017-11-04 | Auto merge of #45711 - tirr-c:unicode-span, r=estebank | bors | -7/+7 |
| 2017-11-03 | Refactor internal suggestion API | Oliver Schneider | -122/+111 |
| 2017-11-03 | Display spans correctly when there are non-half-width characters | Wonwoo Choi | -7/+7 |
| 2017-11-02 | Make the difference between lint codes and error codes explicit | Oliver Schneider | -30/+38 |
| 2017-11-02 | Report lint names in json diagnostics | Oliver Schneider | -1/+2 |
| 2017-10-26 | Auto merge of #45519 - michaelwoerister:dedup-errors, r=arielb1 | bors | -9/+35 |
| 2017-10-25 | Auto merge of #44636 - GuillaumeGomez:little-error-msg, r=michaelwoerister | bors | -131/+165 |
| 2017-10-25 | librustc_errors: Don't emit the same error message twice. | Michael Woerister | -9/+35 |
| 2017-10-24 | Update docs for Diagnostic::span_suggestion(s) | Oliver Schneider | -0/+2 |
| 2017-10-20 | Add short message-format | Guillaume Gomez | -131/+165 |
| 2017-09-29 | fix comment typo, `CodeSuggestion` path in doc comment | Zack M. Davis | -3/+3 |
| 2017-09-07 | Fix mispositioned error indicators | est31 | -10/+7 |
| 2017-08-30 | Rollup merge of #44125 - SergioBenitez:master, r=nrc | Alex Crichton | -1/+14 |
| 2017-08-30 | Auto merge of #43968 - petrochenkov:span2, r=michaelwoerister | bors | -17/+13 |
| 2017-08-30 | Make fields of `Span` private | Vadim Petrochenkov | -17/+13 |
| 2017-08-29 | Rollup merge of #43778 - topecongiro:handler-reset-err-count, r=arielb1 | Ariel Ben-Yehuda | -0/+6 |
| 2017-08-28 | Initial diagnostic API for proc-macros. | Sergio Benitez | -1/+14 |
| 2017-08-27 | Additional libc cleanup | Tatsuyuki Ishi | -1/+2 |
| 2017-08-26 | Auto merge of #44081 - est31:master, r=eddyb | bors | -1/+3 |
| 2017-08-26 | Auto merge of #44071 - alexcrichton:no-cycles, r=nikomatsakis | bors | -12/+26 |
| 2017-08-25 | rustc_errors: Add the ability to delay as bugs | Alex Crichton | -12/+26 |
| 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-25 | Fix a byte/char confusion issue in the error emitter | est31 | -1/+3 |