| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2017-02-04 | note wording: lint implied by lint group, not lint group implies lint | Zack M. Davis | -3/+3 |
| 2017-02-04 | note individual lint name set via lint group attribute in notes | Zack M. Davis | -1/+7 |
| 2017-02-02 | Auto merge of #39384 - wesleywiser:fix_fixmes, r=alexcrichton | bors | -18/+16 |
| 2017-02-02 | Auto merge of #39116 - mgattozzi:better-string-message, r=nrc | bors | -0/+51 |
| 2017-01-31 | Removes FIXMEs related to #22405 | Wesley Wiser | -18/+16 |
| 2017-01-30 | Merge ty::TyBox into ty::TyAdt | Vadim Petrochenkov | -1/+1 |
| 2017-01-28 | Add clearer error message using `&str + &str` | Michael Gattozzi | -0/+51 |
| 2017-01-26 | Point to immutable arg/fields when trying to use as &mut | Esteban Küber | -15/+17 |
| 2017-01-20 | Rollup merge of #39168 - estebank:multiline-candidate, r=petrochenkov | Alex Crichton | -1/+1 |
| 2017-01-20 | Auto merge of #38955 - estebank:highlighted-diags, r=nikomatsakis | bors | -7/+7 |
| 2017-01-18 | Use multiline Diagnostic for candidate in other module | Esteban Küber | -1/+1 |
| 2017-01-18 | Auto merge of #38168 - estebank:help-E0034, r=nrc | bors | -0/+269 |
| 2017-01-17 | Teach Diagnostics to highlight text | Esteban Küber | -7/+7 |