| Age | Commit message (Expand) | Author | Lines |
| 2017-04-20 | Rollup merge of #41214 - estebank:less-multiline, r=petrochenkov | Corey Farwell | -1/+64 |
| 2017-04-18 | change note for patterns | Cengiz Can | -1/+1 |
| 2017-04-18 | fixes #40013 | Cengiz Can | -5/+72 |
| 2017-04-17 | Auto merge of #41282 - arielb1:missing-impl-item, r=petrochenkov | bors | -5/+85 |
| 2017-04-17 | libsyntax/parse: improve associated item error reporting | Ariel Ben-Yehuda | -5/+85 |
| 2017-04-12 | Rollup merge of #41205 - estebank:shorter-mismatched-types-2, r=nikomatsakis | Tim Neumann | -5/+136 |
| 2017-04-12 | Rollup merge of #41087 - estebank:tuple-float-index, r=arielb1 | Tim Neumann | -0/+26 |
| 2017-04-12 | Add a way to get shorter spans until `char` for pointing at defs | Esteban Küber | -1/+64 |
| 2017-04-11 | Highlight and simplify mismatched types | Esteban Küber | -5/+136 |
| 2017-04-11 | UI test for -Z print-fuel=foo | Austin Hicks | -0/+22 |
| 2017-04-11 | Initial attempt at implementing optimization fuel and re-enabling struct fiel... | Austin Hicks | -32/+29 |
| 2017-04-11 | Auto merge of #41174 - estebank:issue-41155, r=nikomatsakis | bors | -0/+23 |
| 2017-04-10 | Auto merge of #40565 - estebank:binops-help, r=arielb1 | bors | -5/+204 |
| 2017-04-10 | Explicit help message for binop type missmatch | Esteban Küber | -5/+204 |
| 2017-04-10 | Point at only one char on `Span::next_point` | Esteban Küber | -0/+23 |
| 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 | -7/+363 |
| 2017-04-06 | Rollup merge of #41108 - arielb1:tuple-blame, r=estebank | Corey Farwell | -1/+13 |
| 2017-04-06 | don't try to blame tuple fields for immutability | Ariel Ben-Yehuda | -1/+13 |
| 2017-04-05 | Rollup merge of #41052 - topecongiro:overlapping_inherent_impls, r=estebank | Ariel Ben-Yehuda | -0/+101 |
| 2017-04-05 | Rollup merge of #40815 - estebank:issue-40006, r=GuillaumeGomez | Ariel Ben-Yehuda | -0/+29 |
| 2017-04-05 | Use proper span for tuple index parsed as float | Esteban Küber | -0/+26 |
| 2017-04-05 | Rollup merge of #41062 - estebank:private-field, r=arielb1 | Corey Farwell | -0/+37 |
| 2017-04-04 | Do not recommend private fields called as method | Esteban Küber | -0/+37 |
| 2017-04-04 | Merge branch 'master' into issue-32540 | Esteban Küber | -22/+1761 |
| 2017-04-04 | Move 'coherence-overlapping-inherent-impl-trait' test to ui | topecongiro | -0/+26 |
| 2017-04-04 | Move 'overlapping_inherent_impls' test to ui | topecongiro | -0/+75 |
| 2017-04-03 | Merge branch 'master' into issue-40006 | Esteban Küber | -22/+1761 |
| 2017-04-02 | Introduce `TyErr` independent from `TyInfer` | Esteban Küber | -0/+69 |
| 2017-03-30 | update UI test | Niko Matsakis | -4/+0 |
| 2017-03-30 | cherry-pick over the tests I wrote for the reachability code | Niko Matsakis | -0/+1023 |
| 2017-03-30 | rework how we handle the type of loops | Niko Matsakis | -0/+33 |
| 2017-03-30 | Auto merge of #40597 - jseyfried:improve_span_expn_info, r=jseyfried | bors | -4/+1 |
| 2017-03-29 | Rollup merge of #40816 - estebank:issue-38321, r=nikomatsakis | Corey Farwell | -0/+338 |
| 2017-03-29 | Refactor how spans are combined in the parser. | Jeffrey Seyfried | -4/+1 |
| 2017-03-28 | Simplify labels and move tests to ui | Esteban Küber | -0/+338 |
| 2017-03-27 | Fix unittests | Esteban Küber | -1/+5 |
| 2017-03-27 | Simplify error output | Esteban Küber | -7/+3 |
| 2017-03-27 | fix handling of `self` | Ariel Ben-Yehuda | -9/+102 |
| 2017-03-27 | borrowck: consolidate `mut` suggestions | Ariel Ben-Yehuda | -15/+119 |
| 2017-03-25 | Improve wording and spans for unexpected token | Esteban Küber | -7/+173 |
| 2017-03-24 | Point at last valid token on failed `expect_one_of` | Esteban Küber | -3/+10 |
| 2017-03-24 | Identify missing item category in `impl`s | Esteban Küber | -0/+33 |
| 2017-03-22 | Add diagnostic for incorrect `pub (restriction)` | Esteban Küber | -0/+155 |
| 2017-03-20 | Rollup merge of #40556 - cramertj:stabilize-pub-restricted, r=petrochenkov | Corey Farwell | -29/+23 |
| 2017-03-19 | Rollup merge of #40445 - estebank:issue-18150, r=jonathandturner | Corey Farwell | -1/+3 |
| 2017-03-19 | Auto merge of #40346 - jseyfried:path_and_tokenstream_attr, r=nrc | bors | -2/+2 |
| 2017-03-17 | Rollup merge of #40500 - estebank:turbofish-help, r=pnkfelix | Corey Farwell | -0/+57 |
| 2017-03-17 | Rollup merge of #40433 - mattico:test-issue-29595, r=estebank | Corey Farwell | -0/+29 |