| 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-07 | Auto merge of #33333 - birkenfeld:issue-30318, r=Manishearth | bors | -1/+4 |
| 2016-05-06 | Auto merge of #33311 - birkenfeld:issue33262, r=nrc | bors | -9/+2 |
| 2016-05-05 | Auto merge of #33128 - xen0n:more-confusing-unicode-chars, r=nagisa | bors | -6/+53 |
| 2016-05-03 | parser: show a helpful note on unexpected inner comment | Georg Brandl | -1/+4 |
| 2016-05-03 | Rollup merge of #33343 - birkenfeld:issue-32214, r=Manishearth | Manish Goregaokar | -5/+1 |
| 2016-05-03 | Rollup merge of #33334 - birkenfeld:issue29088, r=Manishearth | Manish Goregaokar | -5/+4 |
| 2016-05-02 | replace fileline_{help,note} with {help,note} | Niko Matsakis | -19/+17 |
| 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-02 | lexer: do not display char confusingly in error message | Georg Brandl | -5/+4 |
| 2016-05-01 | parser: fix suppression of syntax errors in range RHS | Georg Brandl | -9/+2 |
| 2016-04-28 | Rollup merge of #33218 - oli-obk:interned_str_cmp, r=nikomatsakis | Steve Klabnik | -0/+22 |
| 2016-04-28 | Auto merge of #33161 - jseyfried:parse_tuple_struct_field_vis, r=nikomatsakis | bors | -7/+38 |
| 2016-04-27 | Make some fatal lexer errors recoverable | mitaa | -66/+103 |
| 2016-04-26 | allow InternedString to be compared to &str directly | Oliver Schneider | -0/+22 |
| 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 | -491/+292 |
| 2016-04-24 | Remove some old code from libsyntax | Vadim Petrochenkov | -3/+3 |
| 2016-04-24 | syntax: Make `is_path_start` precise and improve some error messages about un... | Vadim Petrochenkov | -35/+62 |
| 2016-04-24 | syntax: Check paths in visibilities for type parameters | Vadim Petrochenkov | -74/+61 |
| 2016-04-24 | syntax: Merge keywords and remaining special idents in one list | Vadim Petrochenkov | -137/+89 |
| 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 | -127/+76 |
| 2016-04-24 | syntax: Get rid of token::IdentStyle | Vadim Petrochenkov | -98/+59 |
| 2016-04-24 | syntax: Don't rely on token::IdentStyle in the parser | Vadim Petrochenkov | -131/+53 |
| 2016-04-24 | thread tighter span for closures around | Niko Matsakis | -3/+6 |
| 2016-04-21 | add more confusable CJK square bracket aliases | Wang Xuerui | -0/+12 |
| 2016-04-21 | correct aliases for square brackets | Wang Xuerui | -6/+8 |
| 2016-04-21 | add confusable space characters | Wang Xuerui | -0/+17 |
| 2016-04-21 | add more characters easily inputtable with CJK IMEs | Wang Xuerui | -0/+16 |
| 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 | -2/+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 | -2/+0 |