| Age | Commit message (Expand) | Author | Lines |
| 2017-06-05 | Auto merge of #42383 - estebank:candidate-newline, r=arielb1 | bors | -6/+8 |
| 2017-06-04 | Separate suggestion in a `help` and a `note` | Esteban Küber | -2/+4 |
| 2017-06-02 | Use multiline note for trait suggestion | Esteban Küber | -4/+4 |
| 2017-06-01 | Auto merge of #42281 - eddyb:well-adjusted, r=nikomatsakis | bors | -8/+3 |
| 2017-05-31 | Use callsite's span for macro calls on suggestion | Esteban Küber | -0/+19 |
| 2017-06-01 | tests: fix fallout from changing the span of binop errors. | Eduard-Mihai Burtescu | -8/+3 |
| 2017-05-30 | Add new error code | Guillaume Gomez | -1/+1 |
| 2017-05-27 | Add new error codes and update tests | Guillaume Gomez | -95/+95 |
| 2017-05-24 | Rollup merge of #42150 - citizen428:feature/error-count-messages, r=Mark-Simu... | Mark Simulacrum | -78/+78 |
| 2017-05-24 | Change error count messages | Michael Kohl | -78/+78 |
| 2017-05-17 | Add better error message when == operator is badly used | Guillaume Gomez | -2/+2 |
| 2017-05-10 | Example usage of multiple suggestions | Oliver Schneider | -2/+2 |
| 2017-05-05 | Move logic to `is_representable` instead of climbing HIR | Esteban Küber | -22/+21 |
| 2017-05-04 | Only point at the fields that cause infinite size | Esteban Küber | -9/+6 |
| 2017-05-04 | Point at fields that make the type recursive | Esteban Küber | -0/+67 |
| 2017-05-02 | Auto merge of #40851 - oli-obk:multisugg, r=jonathandturner | bors | -8/+4 |
| 2017-04-25 | Point at variable moved by closure | Esteban Küber | -16/+35 |
| 2017-04-25 | Rebase and address comments | Oliver Schneider | -1/+1 |
| 2017-04-25 | Address PR comments | Oliver Schneider | -3/+4 |
| 2017-04-25 | Simplify a suggestion for str addition | Oliver Schneider | -3/+1 |
| 2017-04-25 | Update affected tests | Oliver Schneider | -7/+4 |
| 2017-04-21 | Rollup merge of #41435 - estebank:issue-33884, r=nikomatsakis | Corey Farwell | -0/+39 |
| 2017-04-21 | Rollup merge of #37658 - GuillaumeGomez:ref_suggestion, r=nikomatsakis,eddyb | Corey Farwell | -10/+5 |
| 2017-04-21 | Update ui test | Guillaume Gomez | -10/+5 |
| 2017-04-20 | Reduce visual clutter of multiline start when possible | Esteban Küber | -50/+34 |
| 2017-04-20 | Add test for issue 33884 | Esteban Küber | -0/+39 |
| 2017-04-20 | Rollup merge of #41214 - estebank:less-multiline, r=petrochenkov | Corey Farwell | -0/+63 |
| 2017-04-12 | Add a way to get shorter spans until `char` for pointing at defs | Esteban Küber | -0/+63 |
| 2017-04-10 | Auto merge of #40565 - estebank:binops-help, r=arielb1 | bors | -5/+1 |
| 2017-04-10 | Explicit help message for binop type missmatch | Esteban Küber | -5/+1 |
| 2017-04-09 | Auto merge of #41136 - estebank:multiline, r=jonathandturner | bors | -10/+13 |
| 2017-04-09 | Always show end line of multiline annotations | Esteban Küber | -10/+13 |
| 2017-04-07 | Merge branch 'master' into ty-placeholder | Esteban Küber | -3/+3 |
| 2017-04-02 | Introduce `TyErr` independent from `TyInfer` | Esteban Küber | -0/+69 |
| 2017-03-27 | borrowck: consolidate `mut` suggestions | Ariel Ben-Yehuda | -6/+9 |
| 2017-03-20 | Rollup merge of #40556 - cramertj:stabilize-pub-restricted, r=petrochenkov | Corey Farwell | -9/+7 |
| 2017-03-19 | Auto merge of #40346 - jseyfried:path_and_tokenstream_attr, r=nrc | bors | -2/+2 |
| 2017-03-17 | Rollup merge of #40433 - mattico:test-issue-29595, r=estebank | Corey Farwell | -0/+29 |
| 2017-03-15 | Stabilize pub(restricted) | Taylor Cramer | -9/+7 |
| 2017-03-14 | Liberalize attributes. | Jeffrey Seyfried | -2/+2 |
| 2017-03-13 | Add test for issue #29595 | Matt Ickstadt | -0/+29 |
| 2017-03-10 | Rollup merge of #40287 - estebank:label-overlap, r=nrc | Alex Crichton | -0/+27 |
| 2017-03-10 | Rollup merge of #40092 - sinkuu:fix_suggestion_index, r=pnkfelix | Alex Crichton | -0/+27 |
| 2017-03-10 | Fix incorrect span label formatting | Esteban Küber | -0/+27 |
| 2017-03-10 | Point to enclosing block/fn on nested unsafe | Esteban Küber | -0/+182 |
| 2017-03-06 | Clean up "pattern doesn't bind x" messages | Esteban Küber | -0/+64 |
| 2017-02-28 | walk the bodies "in order" by traversing the crate | Niko Matsakis | -8/+8 |
| 2017-02-25 | rustc_typeck: rework coherence to be almost completely on-demand. | Eduard-Mihai Burtescu | -9/+9 |
| 2017-02-25 | Fix suggestion span error with a line containing non-ASCIIs | sinkuu | -0/+27 |
| 2017-02-09 | change span_notes to notes in E0368/E0369 | Alex Burka | -10/+2 |