| Age | Commit message (Expand) | Author | Lines |
| 2017-05-02 | Auto merge of #40851 - oli-obk:multisugg, r=jonathandturner | bors | -10/+7 |
| 2017-04-28 | Auto merge of #41542 - petrochenkov:objpars2, r=nikomatsakis | bors | -2/+2 |
| 2017-04-28 | Auto merge of #41508 - michaelwoerister:generic-path-remapping, r=alexcrichton | bors | -26/+26 |
| 2017-04-27 | Auto merge of #37860 - giannicic:defaultimpl, r=nagisa | bors | -7/+27 |
| 2017-04-26 | support `default impl` for specialization | Gianni Ciccarelli | -9/+6 |
| 2017-04-26 | Implement a file-path remapping feature in support of debuginfo and reproduci... | Michael Woerister | -26/+26 |
| 2017-04-25 | Parse trait object types starting with a lifetime bound | Vadim Petrochenkov | -2/+2 |
| 2017-04-25 | Add ui tests | Guillaume Gomez | -7/+4 |
| 2017-04-25 | Improve E0178 suggestion placement | Oliver Schneider | -4/+5 |
| 2017-04-25 | Address PR comments | Oliver Schneider | -3/+1 |
| 2017-04-25 | Update affected tests | Oliver Schneider | -3/+1 |
| 2017-04-25 | support `default impl` for specialization | Gianni Ciccarelli | -3/+11 |
| 2017-04-24 | Remove strip prefix | Guillaume Gomez | -16/+2 |
| 2017-04-24 | Add tests for module suggestions | Guillaume Gomez | -15/+28 |
| 2017-04-24 | Fix invalid module suggestion | Guillaume Gomez | -13/+20 |
| 2017-04-24 | support `default impl` for specialization | Gianni Ciccarelli | -7/+22 |
| 2017-04-21 | Move parse_remaining_bounds into a separate function | Vadim Petrochenkov | -20/+21 |
| 2017-04-21 | Fix issue with single question mark or paren | Vadim Petrochenkov | -23/+28 |
| 2017-04-21 | syntax: Support parentheses around trait bounds | Vadim Petrochenkov | -4/+25 |
| 2017-04-17 | Auto merge of #41282 - arielb1:missing-impl-item, r=petrochenkov | bors | -68/+99 |
| 2017-04-17 | libsyntax/parse: improve associated item error reporting | Ariel Ben-Yehuda | -68/+99 |
| 2017-04-17 | Auto merge of #41345 - frewsxcv:rollup, r=frewsxcv | bors | -1/+5 |
| 2017-04-17 | Adjust description | alexey zabelin | -1/+1 |
| 2017-04-15 | move NtVis enum variant to stave off comment rot | Alex Burka | -1/+1 |
| 2017-04-15 | parse interpolated visibility tokens | Alex Burka | -0/+2 |
| 2017-04-15 | update :vis implementation to current rust | Alex Burka | -1/+1 |
| 2017-04-15 | Implementation of the `vis` macro matcher. | Daniel Keep | -0/+2 |
| 2017-04-13 | Address the PR review | alexey zabelin | -2/+2 |
| 2017-04-12 | Fix old docs | alexey zabelin | -2/+2 |
| 2017-04-12 | Rollup merge of #41087 - estebank:tuple-float-index, r=arielb1 | Tim Neumann | -3/+3 |
| 2017-04-10 | Point at only one char on `Span::next_point` | Esteban Küber | -2/+4 |
| 2017-04-07 | Merge branch 'master' into ty-placeholder | Esteban Küber | -28/+88 |
| 2017-04-05 | Rollup merge of #41050 - jseyfried:fix_derive_parsing, r=petrochenkov | Corey Farwell | -0/+20 |
| 2017-04-05 | Rollup merge of #40815 - estebank:issue-40006, r=GuillaumeGomez | Ariel Ben-Yehuda | -15/+42 |
| 2017-04-05 | Use proper span for tuple index parsed as float | Esteban Küber | -3/+3 |
| 2017-04-04 | Merge branch 'master' into issue-32540 | Esteban Küber | -456/+422 |
| 2017-04-03 | Fix bug parsing `#[derive]` macro invocations. | Jeffrey Seyfried | -0/+20 |
| 2017-04-03 | Merge branch 'master' into issue-40006 | Esteban Küber | -457/+423 |
| 2017-04-02 | Introduce `TyErr` independent from `TyInfer` | Esteban Küber | -1/+24 |
| 2017-03-31 | Auto merge of #40620 - laumann:slash-in-diagnostics-path, r=BurntSushi | bors | -4/+5 |
| 2017-03-30 | port the match code to use `CoerceMany` | Niko Matsakis | -0/+1 |
| 2017-03-30 | Replace hardcoded forward slash with path::MAIN_SEPARATOR | Thomas Jespersen | -4/+5 |
| 2017-03-30 | Improve `Path` spans. | Jeffrey Seyfried | -48/+60 |
| 2017-03-29 | Refactor how spans are combined in the parser. | Jeffrey Seyfried | -377/+321 |
| 2017-03-29 | Merge `ExpnId` and `SyntaxContext`. | Jeffrey Seyfried | -5/+1 |
| 2017-03-27 | Fix unittests | Esteban Küber | -1/+1 |
| 2017-03-27 | Simplify error output | Esteban Küber | -11/+6 |
| 2017-03-27 | Fix various useless derefs and slicings | Oliver Schneider | -3/+3 |
| 2017-03-25 | Improve wording and spans for unexpected token | Esteban Küber | -6/+19 |
| 2017-03-24 | Point at last valid token on failed `expect_one_of` | Esteban Küber | -14/+14 |