| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2017-08-24 | rustc: Capture diagnostics from all queries | Alex Crichton | -6/+30 |
| 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 | -34/+6 |
| 2017-08-21 | Auto merge of #43929 - oli-obk:use_placement, r=nrc | bors | -2/+4 |
| 2017-08-19 | rustc: Remove some dead code | Vadim Petrochenkov | -34/+6 |
| 2017-08-18 | Add an additional empty line between the suggested `use` and the next item | Oliver Schneider | -2/+4 |
| 2017-08-17 | Rollup merge of #43891 - Fourchaux:master, r=steveklabnik | Corey Farwell | -5/+5 |
| 2017-08-15 | use field init shorthand EVERYWHERE | Zack M. Davis | -18/+18 |
| 2017-08-15 | Fix typos & us spellings | Fourchaux | -5/+5 |
| 2017-07-31 | fix `-Z treat-err-as-bug` | Ariel Ben-Yehuda | -10/+7 |
| 2017-07-23 | Auto merge of #43096 - estebank:ascription-help, r=nikomatsakis | bors | -2/+27 |
| 2017-07-18 | reorder span labels | gaurikholkar | -2/+13 |
| 2017-07-17 | Add flag to hide code on inline suggestions | Esteban Küber | -2/+27 |
| 2017-07-17 | Change some helps to suggestions | Oliver Schneider | -1/+13 |
| 2017-07-06 | Remove unused code from librustc_errors | Kevin Mehall | -22/+4 |
| 2017-07-06 | Only underline suggestion if it is not the only code being shown | Esteban Küber | -18/+28 |
| 2017-07-06 | Add extra whitespace for suggestions | Esteban Küber | -6/+31 |
| 2017-07-06 | Make suggestion include the line number | Esteban Küber | -7/+11 |
| 2017-07-02 | Revert "Change error count messages" | Ariel Ben-Yehuda | -1/+4 |
| 2017-06-24 | Suggest removal of semicolon (instead of being help) | Esteban Küber | -1/+6 |
| 2017-06-19 | Bump version and stage0 compiler | Alex Crichton | -4/+0 |
| 2017-06-18 | Auto merge of #42593 - ibabushkin:on-demand-external-source, r=eddyb | bors | -11/+15 |
| 2017-06-16 | Auto merge of #42690 - frewsxcv:rollup, r=frewsxcv | bors | -2/+5 |