| Age | Commit message (Expand) | Author | Lines |
| 2017-05-31 | Use callsite's span for macro calls on suggestion | Esteban Küber | -5/+4 |
| 2017-05-30 | Add new error code | Guillaume Gomez | -0/+6 |
| 2017-05-24 | Change error count messages | Michael Kohl | -4/+1 |
| 2017-05-19 | fix some clippy warnings in librustc_errors | Andre Bogus | -8/+6 |
| 2017-05-13 | Auto merge of #41965 - Mark-Simulacrum:rollup, r=Mark-Simulacrum | bors | -88/+157 |
| 2017-05-12 | Rollup merge of #41942 - tommyip:master, r=Mark-Simulacrum | Mark Simulacrum | -1/+4 |
| 2017-05-12 | Rollup merge of #41934 - est31:remove_unused_macros, r=nagisa | Mark Simulacrum | -15/+0 |
| 2017-05-12 | Fix unexpected panic with the -Z treat-err-as-bug option | Tommy Ip | -1/+4 |
| 2017-05-12 | Remove some unused macros from the rust codebase | est31 | -15/+0 |
| 2017-05-11 | rustc: Remove #![unstable] annotation | Alex Crichton | -3/+4 |
| 2017-05-11 | Address PR reviews | Oliver Schneider | -35/+54 |
| 2017-05-10 | Example usage of multiple suggestions | Oliver Schneider | -10/+23 |
| 2017-05-10 | Refactor suggestion diagnostic API to allow for multiple suggestions | Oliver Schneider | -67/+116 |
| 2017-05-08 | Rollup merge of #41520 - estebank:trace-macro, r=nikomatsakis | Corey Farwell | -0/+8 |
| 2017-05-08 | Remove need for &format!(...) or &&"" dances in `span_label` calls | Oliver Schneider | -5/+6 |
| 2017-05-06 | Group "macro expansion" notes per call span | Esteban Küber | -3/+5 |
| 2017-05-05 | Use diagnostics for trace_macro instead of println | Esteban Küber | -0/+6 |
| 2017-05-03 | Fix issue #41652. | kennytm | -2/+9 |
| 2017-05-02 | Auto merge of #40851 - oli-obk:multisugg, r=jonathandturner | bors | -23/+39 |
| 2017-04-27 | typeck: resolve type vars before calling `try_index_step` | Ariel Ben-Yehuda | -0/+3 |
| 2017-04-25 | Rebase and address comments | Oliver Schneider | -1/+1 |
| 2017-04-25 | Improve E0178 suggestion placement | Oliver Schneider | -3/+6 |
| 2017-04-25 | Address PR comments | Oliver Schneider | -1/+3 |
| 2017-04-25 | Minimize single span suggestions into a note | Oliver Schneider | -23/+34 |
| 2017-04-20 | Reduce visual clutter of multiline start when possible | Esteban Küber | -21/+68 |
| 2017-04-12 | Rollup merge of #41205 - estebank:shorter-mismatched-types-2, r=nikomatsakis | Tim Neumann | -17/+67 |
| 2017-04-11 | Highlight and simplify mismatched types | Esteban Küber | -17/+67 |
| 2017-04-09 | Always show end line of multiline annotations | Esteban Küber | -87/+122 |
| 2017-03-29 | Merge `ExpnId` and `SyntaxContext`. | Jeffrey Seyfried | -14/+12 |
| 2017-03-10 | Rollup merge of #40287 - estebank:label-overlap, r=nrc | Alex Crichton | -28/+34 |
| 2017-03-10 | Fix incorrect span label formatting | Esteban Küber | -28/+34 |
| 2017-02-25 | Fix suggestion span error with a line containing non-ASCIIs | sinkuu | -1/+2 |
| 2017-02-02 | store typeck lints in the `TypeckTables` | Niko Matsakis | -6/+8 |
| 2017-01-24 | Auto merge of #39214 - estebank:fix-labels-without-msg, r=nikomatsakis | bors | -30/+82 |
| 2017-01-22 | Remove unused `extern crate`s. | Jeffrey Seyfried | -7/+0 |
| 2017-01-22 | Warn on unused `#[macro_use]` imports. | Jeffrey Seyfried | -2/+0 |
| 2017-01-20 | Fix multiple labels when some don't have message | Esteban Küber | -30/+82 |
| 2017-01-17 | Teach Diagnostics to highlight text | Esteban Küber | -33/+125 |
| 2017-01-11 | Auto merge of #38916 - estebank:pad-suggestion-list, r=nikomatsakis | bors | -3/+41 |
| 2017-01-09 | Deduplicate and document logic | Esteban Küber | -6/+23 |
| 2017-01-08 | Remove magic number | Esteban Küber | -4/+4 |
| 2017-01-08 | Teach diagnostics to correct margin on multiline messages | Esteban Küber | -66/+24 |
| 2017-01-08 | Use fold instead of collect/join and add comments | Esteban Küber | -10/+39 |
| 2017-01-07 | Teach diagnostics to have correctly padded lists | Esteban Küber | -2/+36 |
| 2016-12-29 | Remove not(stage0) from deny(warnings) | Alex Crichton | -1/+1 |
| 2016-12-12 | Auto merge of #38049 - frewsxcv:libunicode, r=alexcrichton | bors | -1/+1 |
| 2016-11-30 | Update the bootstrap compiler | Alex Crichton | -1/+0 |
| 2016-11-30 | Rename 'librustc_unicode' crate to 'libstd_unicode'. | Corey Farwell | -1/+1 |
| 2016-11-23 | review comments | Esteban Küber | -106/+84 |
| 2016-11-22 | Show multiline spans in full if short enough | Esteban Küber | -108/+479 |