| Age | Commit message (Expand) | Author | Lines |
| 2017-07-25 | Point at path segment on module not found | Esteban Küber | -0/+21 |
| 2017-07-20 | Use the macro structure spans instead of the invocation | Esteban Küber | -0/+30 |
| 2017-07-17 | Change some helps to suggestions | Oliver Schneider | -2/+2 |
| 2017-07-08 | Remove more anonymous trait method parameters | Vadim Petrochenkov | -10/+10 |
| 2017-07-07 | Auto merge of #42809 - seanmonstar:stable-associated-consts, r=nikomatsakis | bors | -42/+40 |
| 2017-07-06 | Only underline suggestion if it is not the only code being shown | Esteban Küber | -1/+1 |
| 2017-07-06 | Add extra whitespace for suggestions | Esteban Küber | -0/+4 |
| 2017-07-06 | Make suggestion include the line number | Esteban Küber | -2/+2 |
| 2017-07-06 | remove associated_consts feature gate | Sean McArthur | -42/+40 |
| 2017-07-02 | report the total number of errors on compilation failure | Ariel Ben-Yehuda | -2/+2 |
| 2017-07-02 | Revert "Change error count messages" | Ariel Ben-Yehuda | -78/+78 |
| 2017-06-26 | make lint on-by-default/implied-by messages appear only once | Zack M. Davis | -4/+2 |
| 2017-06-12 | Add E0608 | Guillaume Gomez | -1/+1 |
| 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 |