| Age | Commit message (Expand) | Author | Lines |
| 2016-05-27 | Auto merge of #33900 - GuillaumeGomez:rollup, r=GuillaumeGomez | bors | -7/+10 |
| 2016-05-27 | Rollup merge of #33644 - petrochenkov:selfast, r=nrc | Manish Goregaokar | -61/+52 |
| 2016-05-27 | Rollup merge of #33639 - petrochenkov:dotdot, r=nmatsakis | Manish Goregaokar | -43/+26 |
| 2016-05-26 | Address review comments | Vadim Petrochenkov | -0/+4 |
| 2016-05-26 | Implement `..` in tuple (struct) patterns | Vadim Petrochenkov | -43/+22 |
| 2016-05-26 | Fix ICE on failure to parse token tree | Jeffrey Seyfried | -2/+5 |
| 2016-05-25 | parser.rs: fix typos in comments | Carlo Teubner | -5/+5 |
| 2016-05-25 | Add a new AST-only type variant `ImplicitSelf` | Vadim Petrochenkov | -17/+12 |
| 2016-05-25 | Remove ExplicitSelf from AST | Vadim Petrochenkov | -61/+57 |
| 2016-05-24 | syntax/hir: give loop labels a span | Georg Brandl | -8/+9 |
| 2016-05-14 | syntax: Refactor parsing of method declarations | Vadim Petrochenkov | -144/+102 |
| 2016-05-07 | Rollup merge of #33336 - birkenfeld:issue-27361, r=sfackler | Steve Klabnik | -1/+1 |
| 2016-05-06 | Auto merge of #33311 - birkenfeld:issue33262, r=nrc | bors | -9/+2 |
| 2016-05-03 | Rollup merge of #33343 - birkenfeld:issue-32214, r=Manishearth | Manish Goregaokar | -5/+1 |
| 2016-05-02 | replace fileline_{help,note} with {help,note} | Niko Matsakis | -11/+10 |
| 2016-05-02 | parser: change warning into an error on `T<A=B, C>` | Georg Brandl | -5/+1 |
| 2016-05-02 | parser: do not try to continue with `unsafe` on foreign fns | Georg Brandl | -1/+1 |
| 2016-05-01 | parser: fix suppression of syntax errors in range RHS | Georg Brandl | -9/+2 |
| 2016-04-25 | parse `pub(restricted)` visibilities for struct fields | Jeffrey Seyfried | -7/+38 |
| 2016-04-25 | Rollup merge of #33041 - petrochenkov:path, r=nrc,Manishearth | Manish Goregaokar | -184/+156 |
| 2016-04-24 | Remove some old code from libsyntax | Vadim Petrochenkov | -2/+2 |
| 2016-04-24 | syntax: Make `is_path_start` precise and improve some error messages about un... | Vadim Petrochenkov | -35/+57 |
| 2016-04-24 | syntax: Check paths in visibilities for type parameters | Vadim Petrochenkov | -64/+57 |
| 2016-04-24 | syntax: Don't parse idents with `parse_path` | Vadim Petrochenkov | -9/+12 |
| 2016-04-24 | syntax: Make static/super/self/Self keywords + special ident cleanup | Vadim Petrochenkov | -22/+22 |
| 2016-04-24 | syntax: Get rid of token::IdentStyle | Vadim Petrochenkov | -18/+14 |
| 2016-04-24 | syntax: Don't rely on token::IdentStyle in the parser | Vadim Petrochenkov | -69/+27 |
| 2016-04-24 | thread tighter span for closures around | Niko Matsakis | -3/+6 |
| 2016-04-17 | Rollup merge of #33044 - petrochenkov:prefix, r=eddyb | Manish Goregaokar | -111/+63 |
| 2016-04-16 | Auto merge of #32909 - sanxiyn:unused-trait-import-2, r=alexcrichton | bors | -1/+0 |
| 2016-04-17 | syntax: Parse import prefixes as paths | Vadim Petrochenkov | -111/+63 |
| 2016-04-16 | Auto merge of #32875 - jseyfried:1422_implementation, r=nikomatsakis | bors | -16/+25 |
| 2016-04-14 | Improve message for raw pointer missing mut and const | David Tolnay | -2/+2 |
| 2016-04-14 | Parse `pub(restricted)` | Jeffrey Seyfried | -16/+25 |
| 2016-04-12 | Bare raw pointers have been disallowed forever | David Tolnay | -3/+2 |
| 2016-04-12 | Remove unused trait imports | Seo Sanghyeon | -1/+0 |
| 2016-04-11 | Auto merge of #32711 - marcusklaas:try-shorthand-span-fix, r=nagisa | bors | -1/+1 |
| 2016-04-11 | Fix the span for try shorthand expressions | Marcus Klaas | -1/+1 |
| 2016-04-06 | Rollup merge of #32727 - matklad:fix-comment, r=alexcrichton | Steve Klabnik | -6/+6 |
| 2016-04-06 | Rollup merge of #32570 - eddyb:tis-but-a-front, r=nikomatsakis | Manish Goregaokar | -8/+12 |
| 2016-04-06 | Move span into `StructField` | Vadim Petrochenkov | -7/+10 |
| 2016-04-06 | Get rid of ast::StructFieldKind | Vadim Petrochenkov | -4/+4 |
| 2016-04-06 | syntax: dismantle ast_util. | Eduard Burtescu | -8/+12 |
| 2016-04-05 | Auto merge of #32688 - jseyfried:ast_groundwork_for_1422, r=pnkfelix | bors | -10/+10 |
| 2016-04-05 | Fixes bug which accepting using `super` in use statemet. | vlastachu | -5/+5 |
| 2016-04-04 | minor: update old comments | Aleksey Kladov | -6/+6 |
| 2016-04-02 | Add `Crate` and `Restricted` variants to `ast::Visibility` | Jeffrey Seyfried | -4/+4 |
| 2016-04-02 | Make `ast::Visibility` non-copyable | Jeffrey Seyfried | -6/+6 |
| 2016-03-31 | syntax: Extra diagnostics for `_` used in an identifier position | Vadim Petrochenkov | -12/+6 |
| 2016-03-28 | Auto merge of #32479 - eddyb:eof-not-even-twice, r=nikomatsakis | bors | -9/+28 |