| Age | Commit message (Expand) | Author | Lines |
| 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-05-01 | libsyntax/pp: replace manual ring buffer with a VecDeque | Georg Brandl | -52/+19 |
| 2016-05-01 | libsyntax/pp: minor modernizations | Georg Brandl | -40/+32 |
| 2016-04-30 | Auto merge of #32846 - jseyfried:allow_unconfigured_gated_expanded_items, r=nrc | bors | -3/+1 |
| 2016-04-28 | Rollup merge of #33218 - oli-obk:interned_str_cmp, r=nikomatsakis | Steve Klabnik | -3/+25 |
| 2016-04-28 | Auto merge of #33161 - jseyfried:parse_tuple_struct_field_vis, r=nikomatsakis | bors | -7/+38 |
| 2016-04-27 | Auto merge of #32791 - LeoTestard:feature-gate-clean, r=nikomatsakis | bors | -579/+462 |
| 2016-04-27 | Make some fatal lexer errors recoverable | mitaa | -67/+108 |
| 2016-04-26 | allow InternedString to be compared to &str directly | Oliver Schneider | -3/+25 |
| 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 | -665/+401 |
| 2016-04-24 | Remove some old code from libsyntax | Vadim Petrochenkov | -59/+14 |
| 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 | -83/+83 |
| 2016-04-24 | syntax: Merge keywords and remaining special idents in one list | Vadim Petrochenkov | -162/+111 |
| 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 | -148/+100 |
| 2016-04-24 | syntax: Get rid of token::IdentStyle | Vadim Petrochenkov | -179/+107 |
| 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 | -22/+52 |
| 2016-04-22 | Remove some useless code. | Leo Testard | -37/+15 |
| 2016-04-22 | Remove the MacroVisitor pass. | Leo Testard | -109/+51 |
| 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 | Generate the features structure and arrays with new macros. | Leo Testard | -421/+196 |
| 2016-04-21 | Rewrite the feature-gate checks to use a structure instead of a list of strings. | Leo Testard | -223/+411 |
| 2016-04-21 | add more characters easily inputtable with CJK IMEs | Wang Xuerui | -0/+16 |
| 2016-04-21 | pacify the merciless acrichto (somewhat) | Niko Matsakis | -8/+6 |
| 2016-04-21 | port compiletest to use JSON output | Niko Matsakis | -122/+226 |
| 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 | -7/+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 | -23/+50 |
| 2016-04-16 | Rollup merge of #32945 - durka:rfc1494, r=pnkfelix | Manish Goregaokar | -0/+1 |
| 2016-04-16 | Rollup merge of #32929 - LeoTestard:featureck-comment, r=GuillaumeGomez | Manish Goregaokar | -2/+2 |
| 2016-04-16 | Rollup merge of #32923 - jseyfried:fix_hygiene, r=nrc | Manish Goregaokar | -8/+9 |
| 2016-04-14 | Improve message for raw pointer missing mut and const | David Tolnay | -2/+2 |
| 2016-04-14 | Feature gate `pub(restricted)` | Jeffrey Seyfried | -0/+15 |
| 2016-04-14 | Parse `pub(restricted)` | Jeffrey Seyfried | -16/+25 |
| 2016-04-14 | Visit visibilities in the ast visitor's `walk_*` functions | Jeffrey Seyfried | -4/+7 |
| 2016-04-14 | Add a span to the `Crate` variant of `ast::Visibility` | Jeffrey Seyfried | -3/+3 |
| 2016-04-13 | implement RFC amendment 1494 | Alex Burka | -0/+1 |
| 2016-04-13 | Update a comment to reflect changes in tidy checks. | Leo Testard | -2/+2 |
| 2016-04-13 | Fixes #32922, a macro hygiene bug | Jeffrey Seyfried | -8/+9 |
| 2016-04-12 | Bare raw pointers have been disallowed forever | David Tolnay | -3/+2 |
| 2016-04-12 | Remove unused trait imports | Seo Sanghyeon | -7/+0 |