| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2017-11-24 | Fix underline in suggestions | Esteban Küber | -1/+1 |
| 2017-11-20 | address review comments | Alex Burka | -8/+8 |
| 2017-11-19 | use -Z flag instead of env var | Alex Burka | -21/+30 |
| 2017-11-19 | add UI test | Alex Burka | -3/+6 |
| 2017-11-19 | show macro backtrace with env var | Alex Burka | -13/+46 |
| 2017-11-16 | Remove left over dead code from suggestion diagnostic refactoring | Oliver Schneider | -42/+23 |
| 2017-11-09 | Auto merge of #45741 - oli-obk:refactor_suggestions, r=estebank | bors | -31/+36 |
| 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 | -35/+39 |
| 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 | -11/+8 |
| 2017-11-02 | Report lint names in json diagnostics | Oliver Schneider | -1/+2 |
| 2017-10-20 | Add short message-format | Guillaume Gomez | -130/+164 |
| 2017-09-29 | fix comment typo, `CodeSuggestion` path in doc comment | Zack M. Davis | -1/+1 |
| 2017-08-30 | Make fields of `Span` private | Vadim Petrochenkov | -6/+6 |
| 2017-08-25 | Fix a byte/char confusion issue in the error emitter | est31 | -1/+3 |
| 2017-08-17 | Rollup merge of #43891 - Fourchaux:master, r=steveklabnik | Corey Farwell | -1/+1 |
| 2017-08-15 | use field init shorthand EVERYWHERE | Zack M. Davis | -4/+4 |
| 2017-08-15 | Fix typos & us spellings | Fourchaux | -1/+1 |
| 2017-07-23 | Auto merge of #43096 - estebank:ascription-help, r=nikomatsakis | bors | -2/+3 |
| 2017-07-18 | reorder span labels | gaurikholkar | -2/+13 |
| 2017-07-17 | Add flag to hide code on inline suggestions | Esteban Küber | -2/+3 |
| 2017-07-17 | Change some helps to suggestions | Oliver Schneider | -1/+1 |
| 2017-07-06 | Remove unused code from librustc_errors | Kevin Mehall | -10/+2 |
| 2017-07-06 | Only underline suggestion if it is not the only code being shown | Esteban Küber | -12/+11 |
| 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-06-24 | Suggest removal of semicolon (instead of being help) | Esteban Küber | -1/+6 |