| Age | Commit message (Expand) | Author | Lines |
| 2016-05-02 | Nit: address various style nits | Niko Matsakis | -5/+10 |
| 2016-05-02 | Nit: do not use RLK | Niko Matsakis | -12/+14 |
| 2016-05-02 | Nit: do not import variants from Style | Niko Matsakis | -24/+23 |
| 2016-05-02 | Do not import variants from RenderedLineKind | Niko Matsakis | -12/+12 |
| 2016-05-02 | Nit: comments should be uppercase letter | Niko Matsakis | -4/+4 |
| 2016-05-02 | refactor the Emitter trait | Niko Matsakis | -98/+74 |
| 2016-05-02 | change errors from Yellow to Magenta | Niko Matsakis | -1/+1 |
| 2016-05-02 | WIP factor out RudimentaryEmitter | Niko Matsakis | -16/+31 |
| 2016-05-02 | replace fileline_{help,note} with {help,note} | Niko Matsakis | -29/+26 |
| 2016-05-02 | thread tighter span for closures around | Niko Matsakis | -3/+3 |
| 2016-05-02 | refactor to use new snippet code and model | Niko Matsakis | -723/+335 |
| 2016-05-02 | adapt JSON to new model | Niko Matsakis | -119/+83 |
| 2016-05-02 | revamp MultiSpan and introduce new snippet code | Niko Matsakis | -135/+1428 |
| 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 | 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 | 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 |