| Age | Commit message (Expand) | Author | Lines |
| 2017-09-19 | Auto merge of #44026 - QuietMisdreavus:trimmed-std, r=steveklabnik | bors | -0/+6 |
| 2017-09-13 | honor #[rustc_const_unstable] attributes | Alex Burka | -0/+6 |
| 2017-09-13 | Auto merge of #44456 - eddyb:stable-drop-const, r=nikomatsakis | bors | -3/+2 |
| 2017-09-10 | Rollup merge of #44262 - alexcrichton:repr-128-gate, r=nikomatsakis | Guillaume Gomez | -0/+3 |
| 2017-09-09 | Stabilize drop_types_in_const. | Eduard-Mihai Burtescu | -3/+2 |
| 2017-09-05 | add feature gate doc_masked and tests | QuietMisdreavus | -0/+6 |
| 2017-09-01 | rustc: Separately feature gate repr(i128) | Alex Crichton | -0/+3 |
| 2017-09-01 | Fix arm visitor | Matt Ickstadt | -0/+1 |
| 2017-09-01 | Implement RFC 1925 | Matt Ickstadt | -0/+11 |
| 2017-08-29 | Auto merge of #44111 - zackmdavis:feature_attr_error_span, r=nikomatsakis | bors | -23/+19 |
| 2017-08-28 | feature error span on attr. for fn_must_use, SIMD/align, macro reëxport | Zack M. Davis | -23/+19 |
| 2017-08-28 | Merge branch 'master' of https://github.com/rust-lang/rust into gen | John Kåre Alsaker | -13/+70 |
| 2017-08-22 | fn_must_use soft feature-gate warning on methods too, not only functions | Zack M. Davis | -1/+11 |
| 2017-08-22 | "soft" (warn instead of error) feature-gate for #[must_use] on functions | Zack M. Davis | -10/+50 |
| 2017-08-22 | correct comment re feature-checking tooling | Zack M. Davis | -2/+2 |
| 2017-08-22 | hard feature-gate for #[must_use] on functions | Zack M. Davis | -1/+8 |
| 2017-08-17 | Merge remote-tracking branch 'origin/master' into gen | Alex Crichton | -3/+2 |
| 2017-08-16 | Stabilize rvalue promotion to 'static. | Eduard-Mihai Burtescu | -3/+2 |
| 2017-08-16 | Merge remote-tracking branch 'origin/master' into gen | Alex Crichton | -2/+2 |
| 2017-08-15 | use field init shorthand EVERYWHERE | Zack M. Davis | -2/+2 |
| 2017-08-14 | Merge remote-tracking branch 'origin/master' into gen | Alex Crichton | -0/+28 |
| 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 | Merge remote-tracking branch 'origin/master' into gen | Alex Crichton | -1/+1 |
| 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-28 | Remove support for `gen arg` | Alex Crichton | -5/+0 |
| 2017-07-28 | Generator literal support | John Kåre Alsaker | -0/+14 |
| 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 |