| Age | Commit message (Expand) | Author | Lines |
| 2017-01-28 | Fix typos in libsyntax/tokenstream.rs | Ömer Sinan Ağacan | -1/+1 |
| 2017-01-27 | Rollup merge of #39335 - cramertj:cramertj/can_begin_expr_fix, r=petrochenkov | Alex Crichton | -1/+23 |
| 2017-01-27 | Auto merge of #39282 - petrochenkov:selfstab, r=nikomatsakis | bors | -4/+2 |
| 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-26 | Auto merge of #39075 - est31:remove_reflect, r=nikomatsakis | bors | -5/+1 |
| 2017-01-25 | Auto merge of #35712 - oli-obk:exclusive_range_patterns, r=nikomatsakis | bors | -22/+67 |
| 2017-01-25 | Stabilize Self and associated types in struct expressions and patterns | Vadim Petrochenkov | -4/+2 |
| 2017-01-24 | Remove Reflect | est31 | -5/+1 |
| 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 #39214 - estebank:fix-labels-without-msg, r=nikomatsakis | bors | -0/+388 |
| 2017-01-24 | Auto merge of #39173 - jseyfried:tokenstream, r=nrc | bors | -827/+219 |
| 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 | -47/+35 |
| 2017-01-22 | Refactor `TokenStream`. | Jeffrey Seyfried | -781/+185 |
| 2017-01-22 | Auto merge of #39060 - jseyfried:improve_unused, r=nrc | bors | -4/+0 |
| 2017-01-22 | Remove unused `extern crate`s. | Jeffrey Seyfried | -4/+0 |
| 2017-01-21 | syntax: remove abi::Os and abi::Architecture | Wang Xuerui | -48/+0 |
| 2017-01-20 | Fix multiple labels when some don't have message | Esteban Küber | -0/+388 |
| 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 | -428/+339 |
| 2017-01-20 | Rollup merge of #38842 - abonander:proc_macro_attribute, r=jseyfried | Alex Crichton | -9/+88 |
| 2017-01-20 | Auto merge of #38955 - estebank:highlighted-diags, r=nikomatsakis | bors | -10/+10 |
| 2017-01-19 | Feature gate | Vadim Chugunov | -0/+3 |
| 2017-01-19 | Auto merge of #38465 - japaric:msp430-interrupt, r=eddyb | bors | -0/+9 |
| 2017-01-19 | Rollup merge of #38970 - apasel422:may-dangle, r=pnkfelix | Guillaume Gomez | -3/+3 |
| 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 | -22/+67 |
| 2017-01-18 | calling convention for MSP430 interrupts | Jorge Aparicio | -0/+9 |
| 2017-01-18 | Auto merge of #39019 - nikomatsakis:issue-38919, r=eddyb | bors | -1/+1 |
| 2017-01-17 | tolerate `None` return from `get_line` | Niko Matsakis | -1/+1 |
| 2017-01-17 | Teach Diagnostics to highlight text | Esteban Küber | -10/+10 |
| 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 | -134/+172 |
| 2017-01-17 | Avoid interpolated token trees. | Jeffrey Seyfried | -37/+9 |
| 2017-01-17 | Clean up `ext::tt::transcribe`. | Jeffrey Seyfried | -74/+35 |
| 2017-01-17 | Refactor the parser to consume token trees. | Jeffrey Seyfried | -197/+52 |
| 2017-01-17 | Introduce `string_reader.parse_all_token_trees()`. | Jeffrey Seyfried | -22/+187 |
| 2017-01-17 | Give the `StringReader` a `sess: &ParseSess`. | Jeffrey Seyfried | -74/+58 |
| 2017-01-17 | Rename ObjectSum into TraitObject in AST/HIR | Vadim Petrochenkov | -7/+7 |
| 2017-01-16 | Fix `feature_gate::find_lang_feature_issue()` to not use `unwrap()` | Austin Bonander | -3/+4 |
| 2017-01-16 | Implement `#[proc_macro_attribute]` | Austin Bonander | -6/+84 |
| 2017-01-17 | Auto merge of #39090 - solson:exprkind-array, r=eddyb | bors | -10/+10 |
| 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 | -40/+44 |
| 2017-01-17 | Use resizable Vec instead of P<[T]> in AST | Vadim Petrochenkov | -50/+32 |