| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 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 |
| 2016-04-12 | Auto merge of #32804 - alexcrichton:stabilize-1.9, r=brson | bors | -7/+8 |
| 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-11 | std: Stabilize APIs for the 1.9 release | Alex Crichton | -7/+8 |
| 2016-04-10 | Auto merge of #32806 - brson:fix-features, r=alexcrichton | bors | -2/+2 |
| 2016-04-09 | Remove redundant call to `expand_item_multi_modifier` | Jeffrey Seyfried | -3/+1 |
| 2016-04-07 | Set the version number for stabilization of braced_empty_structs | Brian Anderson | -2/+2 |
| 2016-04-07 | Auto merge of #32016 - nikomatsakis:incr-comp-save, r=mw | bors | -0/+8 |
| 2016-04-06 | Rollup merge of #32727 - matklad:fix-comment, r=alexcrichton | Steve Klabnik | -6/+6 |
| 2016-04-06 | add code to persist graph and for unit-testing | Niko Matsakis | -0/+8 |