| Age | Commit message (Expand) | Author | Lines |
| 2017-03-04 | Fix description of closure coercion feature | est31 | -2/+1 |
| 2017-03-02 | Rollup merge of #40129 - abonander:proc_macro_bang, r=jseyfried | Corey Farwell | -0/+5 |
| 2017-03-02 | Rollup merge of #40110 - benschreiber:nostackcheck, r=brson | Corey Farwell | -7/+19 |
| 2017-03-02 | Add support for x86-interrupt calling convention | Philipp Oppermann | -0/+7 |
| 2017-02-28 | Implement function-like procedural macros ( `#[proc_macro]`) | Austin Bonander | -0/+5 |
| 2017-02-25 | removed unneeded comment blocks | Ben Schreiber | -5/+0 |
| 2017-02-25 | teach rustc about remove_stable_features and removed no-stack-chech feature. ... | Ben Schreiber | -7/+24 |
| 2017-02-25 | Rollup merge of #40027 - cramertj:stabilize_static_recursion, r=nrc | Eduard-Mihai Burtescu | -3/+2 |
| 2017-02-25 | Rollup merge of #40025 - est31:master, r=eddyb | Eduard-Mihai Burtescu | -0/+7 |
| 2017-02-23 | Feature gate | est31 | -0/+7 |
| 2017-02-21 | Stabilize static_recursion | Taylor Cramer | -3/+2 |
| 2017-02-21 | Create "The Unstable Book" | Steve Klabnik | -2/+7 |
| 2017-02-15 | Stabilize field init shorthand | est31 | -7/+2 |
| 2017-02-09 | Auto merge of #39265 - est31:master, r=petrochenkov | bors | -3/+2 |
| 2017-02-08 | Rollup merge of #38699 - japaric:lsan, r=alexcrichton | Corey Farwell | -0/+10 |
| 2017-02-08 | sanitizer support | Jorge Aparicio | -0/+10 |
| 2017-02-08 | Stabilize static in const | est31 | -3/+2 |
| 2017-02-07 | Change deprecation warning to indicate custom derive support was removed from... | Jordi Polo | -4/+3 |
| 2017-02-05 | Rollup merge of #39552 - zackmdavis:more_struct_aliases_stabilization_version... | Corey Farwell | -1/+1 |
| 2017-02-05 | Rollup merge of #39454 - abonander:proc_macro_tracking_issue, r=jseyfried | Corey Farwell | -1/+1 |
| 2017-02-04 | correct version in which more_struct_aliases was/will be stable | Zack M. Davis | -1/+1 |
| 2017-02-04 | Auto merge of #38426 - vadimcn:nobundle, r=alexcrichton | bors | -0/+3 |
| 2017-02-01 | Change tracking issue for `proc_macro` feature to #38356 | Austin Bonander | -1/+1 |
| 2017-01-27 | Auto merge of #39282 - petrochenkov:selfstab, r=nikomatsakis | bors | -4/+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 | -1/+8 |
| 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-20 | Rollup merge of #38842 - abonander:proc_macro_attribute, r=jseyfried | Alex Crichton | -6/+61 |
| 2017-01-19 | Feature gate | Vadim Chugunov | -0/+3 |
| 2017-01-19 | Auto merge of #38465 - japaric:msp430-interrupt, r=eddyb | bors | -0/+7 |
| 2017-01-19 | Rollup merge of #38970 - apasel422:may-dangle, r=pnkfelix | Guillaume Gomez | -3/+3 |
| 2017-01-19 | add exclusive range patterns under a feature gate | Oliver Schneider | -1/+8 |
| 2017-01-18 | calling convention for MSP430 interrupts | Jorge Aparicio | -0/+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 | -3/+57 |
| 2017-01-15 | Mark the pushpop_unsafe feature as "removed" | est31 | -3/+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 | -0/+3 |
| 2017-01-11 | syntax: struct field attributes and cfg | Benjamin Saunders | -0/+3 |
| 2017-01-10 | Deprecate `#[unsafe_destructor_blind_to_params]` | Andrew Paseltiner | -3/+3 |
| 2017-01-02 | rustc: Stabilize the `proc_macro` feature | Alex Crichton | -9/+3 |
| 2016-12-30 | Further and hopefully final Windows fixes | Simonas Kazlauskas | -1/+8 |
| 2016-12-30 | Feature gate: 1.16.0 instead of 1.15.0 | est31 | -1/+1 |
| 2016-12-30 | Feature gate the 128 bit types | Simonas Kazlauskas | -0/+15 |
| 2016-12-26 | PTX support | Jorge Aparicio | -1/+16 |
| 2016-12-20 | Create check_ref method to allow to check coercion with & types | Guillaume Gomez | -6/+0 |
| 2016-12-20 | Fix coercion ICE | Guillaume Gomez | -1/+2 |
| 2016-12-20 | Add safe_suggestion attribute | Guillaume Gomez | -0/+9 |
| 2016-12-07 | Auto merge of #38191 - oli-obk:clippy_is_sad, r=eddyb | bors | -14/+14 |