| Age | Commit message (Expand) | Author | Lines |
| 2017-04-21 | Added feature gate, updated error messages and tests. | Cameron Hart | -0/+8 |
| 2017-04-20 | Stabilize RFC 1506 - clarified ADT kinds | Matthew | -25/+3 |
| 2017-04-18 | Add top level sections to the Unstable Book. | Corey Farwell | -3/+0 |
| 2017-04-15 | satisfy completely useless tidy check | Alex Burka | -1/+1 |
| 2017-04-15 | feature gate :vis matcher | Alex Burka | -0/+6 |
| 2017-04-14 | Put overlapping impls behind feature gate, add tests | Sean Griffin | -0/+3 |
| 2017-04-12 | Add global_asm tests | A.J. Gardner | -1/+1 |
| 2017-04-12 | First attempt at global_asm! macro | A.J. Gardner | -0/+6 |
| 2017-04-10 | Auto merge of #40018 - japaric:ld, r=alexcrichton | bors | -0/+3 |
| 2017-04-07 | pub(restricted) didn't make it into 1.17 | est31 | -1/+1 |
| 2017-04-07 | hack: add a linker_flavor feature gate | Jorge Aparicio | -0/+3 |
| 2017-04-07 | Auto merge of #39987 - japaric:used, r=arielb1 | bors | -0/+8 |
| 2017-04-05 | document the implementation a bit more | Jorge Aparicio | -2/+2 |
| 2017-04-05 | add an #[used] attribute | Jorge Aparicio | -0/+8 |
| 2017-04-01 | rustc: Stabilize the `#![windows_subsystem]` attribute | Alex Crichton | -9/+3 |
| 2017-03-29 | Merge `ExpnId` and `SyntaxContext`. | Jeffrey Seyfried | -13/+7 |
| 2017-03-27 | Fix various useless derefs and slicings | Oliver Schneider | -5/+4 |
| 2017-03-20 | Rollup merge of #40556 - cramertj:stabilize-pub-restricted, r=petrochenkov | Corey Farwell | -14/+3 |
| 2017-03-19 | Rollup merge of #40441 - tschottdorf:promotable-rfc, r=eddyb | Corey Farwell | -0/+3 |
| 2017-03-19 | Auto merge of #40346 - jseyfried:path_and_tokenstream_attr, r=nrc | bors | -14/+18 |
| 2017-03-15 | Stabilize pub(restricted) | Taylor Cramer | -14/+3 |
| 2017-03-14 | Add feature toggle for rvalue-static-promotion RFC | Tobias Schottdorf | -0/+3 |
| 2017-03-14 | Liberalize attributes. | Jeffrey Seyfried | -0/+4 |
| 2017-03-14 | Refactor `Attribute` to use `Path` and `TokenStream` instead of `MetaItem`. | Jeffrey Seyfried | -14/+14 |
| 2017-03-11 | Add catch expr to AST and disallow catch as a struct name | Taylor Cramer | -0/+6 |
| 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 |