| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2017-01-17 | AST/HIR: Merge ObjectSum and PolyTraitRef | Vadim Petrochenkov | -32/+83 |
| 2017-01-16 | AST/HIR: Replace Path with Type in WhereEqPredicate | Vadim Petrochenkov | -14/+15 |
| 2017-01-16 | Rename ExprKind::Vec to Array in HIR and HAIR. | Scott Olson | -10/+10 |
| 2017-01-15 | Mark the pushpop_unsafe feature as "removed" | est31 | -4/+1 |
| 2017-01-15 | Remove the safe_suggestion feature | est31 | -3/+0 |
| 2017-01-12 | Auto merge of #38814 - Ralith:cfg-fields, r=jseyfried | bors | -19/+113 |
| 2017-01-11 | syntax: struct field attributes and cfg | Benjamin Saunders | -19/+113 |
| 2017-01-10 | Deprecate `#[unsafe_destructor_blind_to_params]` | Andrew Paseltiner | -3/+3 |
| 2017-01-08 | Auto merge of #38679 - alexcrichton:always-deny-warnings, r=nrc | bors | -1/+1 |
| 2017-01-06 | Auto merge of #38792 - jseyfried:improve_macros_11_diagnostics, r=nikomatsakis | bors | -7/+7 |
| 2017-01-03 | Fold all spans in the AST. | Jeffrey Seyfried | -7/+7 |
| 2017-01-02 | rustc: Stabilize the `proc_macro` feature | Alex Crichton | -10/+3 |
| 2017-01-01 | Auto merge of #38692 - estebank:remove-try-from-pprust, r=petrochenkov | bors | -857/+857 |
| 2016-12-30 | Further and hopefully final Windows fixes | Simonas Kazlauskas | -1/+10 |
| 2016-12-30 | Feature gate: 1.16.0 instead of 1.15.0 | est31 | -1/+1 |
| 2016-12-30 | Fix LEB128 to work with the stage1 | Simonas Kazlauskas | -2/+2 |
| 2016-12-30 | Cleanup FIXMEs | Simonas Kazlauskas | -22/+0 |
| 2016-12-30 | Feature gate the 128 bit types | Simonas Kazlauskas | -0/+15 |
| 2016-12-30 | Such large. Very 128. Much bits. | Simonas Kazlauskas | -22/+52 |
| 2016-12-29 | Remove not(stage0) from deny(warnings) | Alex Crichton | -1/+1 |
| 2016-12-29 | Rollup merge of #38559 - japaric:ptx2, r=alexcrichton | Alex Crichton | -1/+18 |
| 2016-12-29 | Use `?` instead of `try!` macro in `print::pprust` | Esteban Küber | -857/+857 |