about summary refs log tree commit diff
path: root/src/libsyntax/feature_gate.rs
AgeCommit message (Expand)AuthorLines
2017-08-15use field init shorthand EVERYWHEREZack M. Davis-2/+2
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-10Implemented #[doc(cfg(...))].kennytm-0/+13
2017-08-09extended information for E0554 feature attributes only work on nightliesZack M. Davis-1/+1
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
2017-05-25Declarative macros 2.0 without hygiene.Jeffrey Seyfried-1/+9
2017-05-24add thiscall calling convention supportNathan Froyd-0/+7
2017-05-23Stabilize in 1.19Matthew-38/+31
2017-05-23Rollup merge of #42016 - pietroalbini:stabilize/loop_break_value, r=nikomatsakisCorey Farwell-7/+2
2017-05-20Auto merge of #42111 - ollie27:stab, r=Mark-Simulacrumbors-1/+1
2017-05-20Correct some stability versionsOliver Middleton-1/+1
2017-05-17Stabilize the loop_break_value featurePietro Albini-7/+2
2017-05-15adressed comments by @kennytm and @petrochenkovAndre Bogus-4/+3
2017-05-12Fix some clippy warnings in libsyntaxAndre Bogus-27/+20
2017-05-01Add profiling support, through the rustc -Z profile flag.whitequark-0/+11
2017-04-26 support `default impl` for specializationGianni Ciccarelli-7/+4
2017-04-24support `default impl` for specializationGianni Ciccarelli-1/+10
2017-04-22Resolve merge conflictmatthewjasper-0/+8
2017-04-21Added feature gate, updated error messages and tests.Cameron Hart-0/+8
2017-04-20Stabilize RFC 1506 - clarified ADT kindsMatthew-25/+3
2017-04-18Add top level sections to the Unstable Book.Corey Farwell-3/+0
2017-04-15satisfy completely useless tidy checkAlex Burka-1/+1
2017-04-15feature gate :vis matcherAlex Burka-0/+6
2017-04-14Put overlapping impls behind feature gate, add testsSean Griffin-0/+3
2017-04-12Add global_asm testsA.J. Gardner-1/+1
2017-04-12First attempt at global_asm! macroA.J. Gardner-0/+6
2017-04-10Auto merge of #40018 - japaric:ld, r=alexcrichtonbors-0/+3
2017-04-07pub(restricted) didn't make it into 1.17est31-1/+1