about summary refs log tree commit diff
path: root/src/libsyntax/feature_gate.rs
AgeCommit message (Expand)AuthorLines
2017-09-19Auto merge of #44026 - QuietMisdreavus:trimmed-std, r=steveklabnikbors-0/+6
2017-09-13honor #[rustc_const_unstable] attributesAlex Burka-0/+6
2017-09-13Auto merge of #44456 - eddyb:stable-drop-const, r=nikomatsakisbors-3/+2
2017-09-10Rollup merge of #44262 - alexcrichton:repr-128-gate, r=nikomatsakisGuillaume Gomez-0/+3
2017-09-09Stabilize drop_types_in_const.Eduard-Mihai Burtescu-3/+2
2017-09-05add feature gate doc_masked and testsQuietMisdreavus-0/+6
2017-09-01rustc: Separately feature gate repr(i128)Alex Crichton-0/+3
2017-09-01Fix arm visitorMatt Ickstadt-0/+1
2017-09-01Implement RFC 1925Matt Ickstadt-0/+11
2017-08-29Auto merge of #44111 - zackmdavis:feature_attr_error_span, r=nikomatsakisbors-23/+19
2017-08-28feature error span on attr. for fn_must_use, SIMD/align, macro reëxportZack M. Davis-23/+19
2017-08-28Merge branch 'master' of https://github.com/rust-lang/rust into genJohn Kåre Alsaker-13/+70
2017-08-22fn_must_use soft feature-gate warning on methods too, not only functionsZack M. Davis-1/+11
2017-08-22"soft" (warn instead of error) feature-gate for #[must_use] on functionsZack M. Davis-10/+50
2017-08-22correct comment re feature-checking toolingZack M. Davis-2/+2
2017-08-22hard feature-gate for #[must_use] on functionsZack M. Davis-1/+8
2017-08-17Merge remote-tracking branch 'origin/master' into genAlex Crichton-3/+2
2017-08-16Stabilize rvalue promotion to 'static.Eduard-Mihai Burtescu-3/+2
2017-08-16Merge remote-tracking branch 'origin/master' into genAlex Crichton-2/+2
2017-08-15use field init shorthand EVERYWHEREZack M. Davis-2/+2
2017-08-14Merge remote-tracking branch 'origin/master' into genAlex Crichton-0/+28
2017-08-13Auto merge of #43348 - kennytm:fix-24658-doc-every-platform, r=alexcrichtonbors-0/+13
2017-08-12syntax: #[allow_internal_unsafe] bypasses the unsafe_code lint in macros.Eduard-Mihai Burtescu-0/+15
2017-08-10Merge remote-tracking branch 'origin/master' into genAlex Crichton-1/+1
2017-08-10Implemented #[doc(cfg(...))].kennytm-0/+13
2017-08-09extended information for E0554 feature attributes only work on nightliesZack M. Davis-1/+1
2017-07-28Remove support for `gen arg`Alex Crichton-5/+0
2017-07-28Generator literal supportJohn Kåre Alsaker-0/+14
2017-07-25Stabilize the `compile_error_macro` featureAlex Crichton-4/+2
2017-07-10Auto merge of #43109 - pnkfelix:fix-link_args-gate, r=nikomatsakisbors-7/+6
2017-07-10Fix feature gate for `#[link_args(..)]` attribute so that it will fireFelix S. Klock II-7/+6
2017-07-06remove associated_consts feature gateSean McArthur-14/+3
2017-07-06Auto merge of #42727 - alexcrichton:allocators-new, r=eddybbors-7/+17
2017-07-05rustc: Implement the #[global_allocator] attributeAlex Crichton-7/+17
2017-07-05Merge remote-tracking branch 'origin/master' into proc_macro_apiAlex Crichton-0/+14
2017-06-29Give a tracking-issue number for unsized tuple coercion.Masaki Hara-1/+1
2017-06-29Move unsized_tuple_coercion behind a feature gate.Masaki Hara-0/+6
2017-06-26Implement `quote!` and other `proc_macro` API.Jeffrey Seyfried-11/+17
2017-06-24Add a feature gate for the `#[allow_fail]` attributePaul Woolcock-1/+8
2017-06-24add `allow_fail` test attributePaul Woolcock-0/+1
2017-06-19Add compile_error!Wesley Wiser-0/+4
2017-06-15Remove struct_field_attributes feature gateWonwoo Choi-3/+2
2017-06-04Merge branch 'profiling' of github.com:whitequark/rust into profilingMarco Castelluccio-0/+11
2017-05-27Rollup merge of #42207 - Nashenas88:remove_fragment_info, r=eddybMark Simulacrum-6/+0
2017-05-27Auto merge of #42162 - est31:closure-to-fn-coercion, r=aturonbors-6/+2
2017-05-27Stabilize unions with `Copy` fields and no destructorVadim Petrochenkov-6/+0
2017-05-26Auto merge of #42058 - froydnj:thiscall-support, r=nikomatsakisbors-0/+7
2017-05-25Auto merge of #40847 - jseyfried:decl_macro, r=nrcbors-1/+9
2017-05-25Remove irrelevant tests and unused testing attributePaul Faria-6/+0
2017-05-25Stabilize non capturing closure to fn coercionest31-6/+2