| Age | Commit message (Expand) | Author | Lines |
| 2017-02-05 | Rollup merge of #39453 - nrc:save-path, r=nikomatsakis | Corey Farwell | -0/+1 |
| 2017-02-03 | Bump version, upgrade bootstrap | Alex Crichton | -4/+0 |
| 2017-02-02 | save-analysis: be more paranoid about generated paths | Nick Cameron | -0/+1 |
| 2017-01-31 | use suggestions instead of helps with code in them | Oliver Schneider | -4/+23 |
| 2017-01-27 | Rollup merge of #39335 - cramertj:cramertj/can_begin_expr_fix, r=petrochenkov | Alex Crichton | -1/+23 |
| 2017-01-26 | Fix can_begin_expr keyword behavior | Taylor Cramer | -1/+23 |
| 2017-01-27 | Auto merge of #39158 - petrochenkov:bounds, r=nikomatsakis | bors | -433/+300 |
| 2017-01-26 | Better comments for FIXMEs | Vadim Petrochenkov | -2/+2 |
| 2017-01-25 | Auto merge of #35712 - oli-obk:exclusive_range_patterns, r=nikomatsakis | bors | -12/+31 |
| 2017-01-24 | parser: Permit trailing +'s in bound lists | Vadim Petrochenkov | -11/+3 |
| 2017-01-24 | Improve some expected/found error messages from parser | Vadim Petrochenkov | -12/+49 |
| 2017-01-24 | Refactor parsing of generic arguments/parameters and where clauses | Vadim Petrochenkov | -433/+271 |
| 2017-01-24 | Auto merge of #39173 - jseyfried:tokenstream, r=nrc | bors | -19/+10 |
| 2017-01-24 | Add an option to the parser so cfg'ed out modules can still be parsed | Nick Cameron | -1/+5 |
| 2017-01-23 | Remove `open_span` and `close_span` from `Delimited`. | Jeffrey Seyfried | -18/+9 |
| 2017-01-22 | Refactor `TokenStream`. | Jeffrey Seyfried | -1/+1 |
| 2017-01-20 | Rollup merge of #39179 - petrochenkov:objparen, r=eddyb | Alex Crichton | -2/+9 |
| 2017-01-20 | Rollup merge of #39118 - jseyfried:token_tree_based_parser, r=nrc | Alex Crichton | -308/+276 |
| 2017-01-19 | Fix regression in parsing of trait object types | Vadim Petrochenkov | -2/+9 |
| 2017-01-19 | add exclusive range patterns under a feature gate | Oliver Schneider | -12/+31 |
| 2017-01-17 | Fix fallout in `rustdoc`. | Jeffrey Seyfried | -3/+3 |
| 2017-01-17 | Remove the lookahead buffer. | Jeffrey Seyfried | -37/+14 |
| 2017-01-17 | Auto merge of #39110 - petrochenkov:sum, r=eddyb | bors | -58/+110 |
| 2017-01-17 | Avoid interpolated token trees. | Jeffrey Seyfried | -20/+6 |
| 2017-01-17 | Refactor the parser to consume token trees. | Jeffrey Seyfried | -174/+20 |
| 2017-01-17 | Introduce `string_reader.parse_all_token_trees()`. | Jeffrey Seyfried | -15/+184 |
| 2017-01-17 | Give the `StringReader` a `sess: &ParseSess`. | Jeffrey Seyfried | -58/+51 |
| 2017-01-17 | Rename ObjectSum into TraitObject in AST/HIR | Vadim Petrochenkov | -2/+2 |
| 2017-01-17 | Remove field `tokens_consumed` of `Parser`. | Jeffrey Seyfried | -3/+0 |
| 2017-01-17 | syntax: Rename parse_ty -> parse_ty_no_plus, parse_ty_sum -> parse_ty | Vadim Petrochenkov | -37/+41 |
| 2017-01-17 | Use resizable Vec instead of P<[T]> in AST | Vadim Petrochenkov | -19/+19 |
| 2017-01-17 | AST/HIR: Merge ObjectSum and PolyTraitRef | Vadim Petrochenkov | -4/+52 |
| 2017-01-16 | Rename ExprKind::Vec to Array in HIR and HAIR. | Scott Olson | -3/+3 |
| 2017-01-11 | syntax: struct field attributes and cfg | Benjamin Saunders | -3/+10 |
| 2016-12-30 | Such large. Very 128. Much bits. | Simonas Kazlauskas | -3/+9 |
| 2016-12-24 | Auto merge of #38268 - withoutboats:parse_where_higher_rank_hack, r=eddyb | bors | -0/+17 |
| 2016-12-22 | Refactor how global paths are represented (for both ast and hir). | Jeffrey Seyfried | -14/+12 |
| 2016-12-19 | Optimize `ast::PathSegment`. | Jeffrey Seyfried | -70/+23 |
| 2016-12-17 | Auto merge of #38279 - KalitaAlexey:issue-8521, r=jseyfried | bors | -1/+1 |
| 2016-12-17 | Auto merge of #38205 - jseyfried:fix_module_directory_regression, r=eddyb | bors | -9/+10 |
| 2016-12-16 | Allow path fragments to be parsed as type parameter bounds in macro expansion | Kalita Alexey | -1/+1 |
| 2016-12-12 | Auto merge of #38049 - frewsxcv:libunicode, r=alexcrichton | bors | -1/+1 |
| 2016-12-09 | Fix mistake. | Without Boats | -1/+1 |
| 2016-12-09 | Improve error message. | Without Boats | -1/+1 |
| 2016-12-09 | Prevent where < ident > from parsing. | Without Boats | -0/+17 |
| 2016-12-07 | macros: fix the expected paths for a non-inline module matched by an `item` f... | Jeffrey Seyfried | -9/+10 |
| 2016-12-06 | annotate stricter lifetimes on LateLintPass methods to allow them to forward ... | Oliver Schneider | -2/+2 |
| 2016-11-30 | Rename 'librustc_unicode' crate to 'libstd_unicode'. | Corey Farwell | -1/+1 |
| 2016-11-25 | Support `?Sized` in where clauses | Vadim Petrochenkov | -27/+10 |
| 2016-11-22 | Auto merge of #37487 - goffrie:break, r=nikomatsakis | bors | -5/+15 |