| Age | Commit message (Expand) | Author | Lines |
| 2017-05-27 | Rollup merge of #42207 - Nashenas88:remove_fragment_info, r=eddyb | Mark Simulacrum | -6/+0 |
| 2017-05-27 | Auto merge of #42162 - est31:closure-to-fn-coercion, r=aturon | bors | -6/+2 |
| 2017-05-27 | Stabilize unions with `Copy` fields and no destructor | Vadim Petrochenkov | -6/+0 |
| 2017-05-26 | Auto merge of #42058 - froydnj:thiscall-support, r=nikomatsakis | bors | -0/+7 |
| 2017-05-25 | Auto merge of #40847 - jseyfried:decl_macro, r=nrc | bors | -1/+9 |
| 2017-05-25 | Remove irrelevant tests and unused testing attribute | Paul Faria | -6/+0 |
| 2017-05-25 | Stabilize non capturing closure to fn coercion | est31 | -6/+2 |
| 2017-05-25 | Declarative macros 2.0 without hygiene. | Jeffrey Seyfried | -1/+9 |
| 2017-05-24 | add thiscall calling convention support | Nathan Froyd | -0/+7 |
| 2017-05-23 | Stabilize in 1.19 | Matthew | -38/+31 |
| 2017-05-23 | Rollup merge of #42016 - pietroalbini:stabilize/loop_break_value, r=nikomatsakis | Corey Farwell | -7/+2 |
| 2017-05-20 | Auto merge of #42111 - ollie27:stab, r=Mark-Simulacrum | bors | -1/+1 |
| 2017-05-20 | Correct some stability versions | Oliver Middleton | -1/+1 |
| 2017-05-17 | Stabilize the loop_break_value feature | Pietro Albini | -7/+2 |
| 2017-05-15 | adressed comments by @kennytm and @petrochenkov | Andre Bogus | -4/+3 |
| 2017-05-12 | Fix some clippy warnings in libsyntax | Andre Bogus | -27/+20 |
| 2017-04-26 | support `default impl` for specialization | Gianni Ciccarelli | -7/+4 |
| 2017-04-24 | support `default impl` for specialization | Gianni Ciccarelli | -1/+10 |
| 2017-04-22 | Resolve merge conflict | matthewjasper | -0/+8 |
| 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 |