| Age | Commit message (Expand) | Author | Lines |
| 2017-08-15 | use field init shorthand EVERYWHERE | Zack M. Davis | -2/+2 |
| 2017-08-13 | Auto merge of #43348 - kennytm:fix-24658-doc-every-platform, r=alexcrichton | bors | -0/+13 |
| 2017-08-12 | syntax: #[allow_internal_unsafe] bypasses the unsafe_code lint in macros. | Eduard-Mihai Burtescu | -0/+15 |
| 2017-08-10 | Implemented #[doc(cfg(...))]. | kennytm | -0/+13 |
| 2017-08-09 | extended information for E0554 feature attributes only work on nightlies | Zack M. Davis | -1/+1 |
| 2017-07-25 | Stabilize the `compile_error_macro` feature | Alex Crichton | -4/+2 |
| 2017-07-10 | Auto merge of #43109 - pnkfelix:fix-link_args-gate, r=nikomatsakis | bors | -7/+6 |
| 2017-07-10 | Fix feature gate for `#[link_args(..)]` attribute so that it will fire | Felix S. Klock II | -7/+6 |
| 2017-07-06 | remove associated_consts feature gate | Sean McArthur | -14/+3 |
| 2017-07-06 | Auto merge of #42727 - alexcrichton:allocators-new, r=eddyb | bors | -7/+17 |
| 2017-07-05 | rustc: Implement the #[global_allocator] attribute | Alex Crichton | -7/+17 |
| 2017-07-05 | Merge remote-tracking branch 'origin/master' into proc_macro_api | Alex Crichton | -0/+14 |
| 2017-06-29 | Give a tracking-issue number for unsized tuple coercion. | Masaki Hara | -1/+1 |
| 2017-06-29 | Move unsized_tuple_coercion behind a feature gate. | Masaki Hara | -0/+6 |
| 2017-06-26 | Implement `quote!` and other `proc_macro` API. | Jeffrey Seyfried | -11/+17 |
| 2017-06-24 | Add a feature gate for the `#[allow_fail]` attribute | Paul Woolcock | -1/+8 |
| 2017-06-24 | add `allow_fail` test attribute | Paul Woolcock | -0/+1 |
| 2017-06-19 | Add compile_error! | Wesley Wiser | -0/+4 |
| 2017-06-15 | Remove struct_field_attributes feature gate | Wonwoo Choi | -3/+2 |
| 2017-06-04 | Merge branch 'profiling' of github.com:whitequark/rust into profiling | Marco Castelluccio | -0/+11 |
| 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-05-01 | Add profiling support, through the rustc -Z profile flag. | whitequark | -0/+11 |
| 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 |