| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2017-06-15 | Position span label correctly when it isn't last | Esteban Küber | -2/+5 |
| 2017-06-12 | External spans: address review. | Inokentiy Babushkin | -8/+5 |
| 2017-06-11 | Suggest non-ambiguous comparison after cast | Esteban Küber | -0/+4 |
| 2017-06-11 | Added consumption logic for external sources in FileMap | Inokentiy Babushkin | -7/+10 |
| 2017-06-11 | Improved lazy external source loading and inserted calls. | Inokentiy Babushkin | -2/+5 |
| 2017-06-10 | Added external crates' sources to FileMap. | Inokentiy Babushkin | -0/+1 |
| 2017-06-04 | Auto merge of #42362 - estebank:type, r=arielb1 | bors | -0/+8 |
| 2017-06-04 | Show trait method signature when impl differs | Esteban Küber | -0/+8 |
| 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 |