about summary refs log tree commit diff
path: root/src/libsyntax/feature_gate.rs
AgeCommit message (Expand)AuthorLines
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
2017-04-07hack: add a linker_flavor feature gateJorge Aparicio-0/+3
2017-04-07Auto merge of #39987 - japaric:used, r=arielb1bors-0/+8
2017-04-05document the implementation a bit moreJorge Aparicio-2/+2
2017-04-05add an #[used] attributeJorge Aparicio-0/+8
2017-04-01rustc: Stabilize the `#![windows_subsystem]` attributeAlex Crichton-9/+3
2017-03-29Merge `ExpnId` and `SyntaxContext`.Jeffrey Seyfried-13/+7
2017-03-27Fix various useless derefs and slicingsOliver Schneider-5/+4
2017-03-20Rollup merge of #40556 - cramertj:stabilize-pub-restricted, r=petrochenkovCorey Farwell-14/+3
2017-03-19Rollup merge of #40441 - tschottdorf:promotable-rfc, r=eddybCorey Farwell-0/+3
2017-03-19Auto merge of #40346 - jseyfried:path_and_tokenstream_attr, r=nrcbors-14/+18
2017-03-15Stabilize pub(restricted)Taylor Cramer-14/+3
2017-03-14Add feature toggle for rvalue-static-promotion RFCTobias Schottdorf-0/+3
2017-03-14Liberalize attributes.Jeffrey Seyfried-0/+4
2017-03-14Refactor `Attribute` to use `Path` and `TokenStream` instead of `MetaItem`.Jeffrey Seyfried-14/+14
2017-03-11Add catch expr to AST and disallow catch as a struct nameTaylor Cramer-0/+6
2017-03-04Fix description of closure coercion featureest31-2/+1
2017-03-02Rollup merge of #40129 - abonander:proc_macro_bang, r=jseyfriedCorey Farwell-0/+5
2017-03-02Rollup merge of #40110 - benschreiber:nostackcheck, r=brsonCorey Farwell-7/+19
2017-03-02Add support for x86-interrupt calling conventionPhilipp Oppermann-0/+7
2017-02-28Implement function-like procedural macros ( `#[proc_macro]`)Austin Bonander-0/+5
2017-02-25removed unneeded comment blocksBen Schreiber-5/+0
2017-02-25teach rustc about remove_stable_features and removed no-stack-chech feature. ...Ben Schreiber-7/+24
2017-02-25Rollup merge of #40027 - cramertj:stabilize_static_recursion, r=nrcEduard-Mihai Burtescu-3/+2
2017-02-25Rollup merge of #40025 - est31:master, r=eddybEduard-Mihai Burtescu-0/+7
2017-02-23Feature gateest31-0/+7
2017-02-21Stabilize static_recursionTaylor Cramer-3/+2
2017-02-21Create "The Unstable Book"Steve Klabnik-2/+7
2017-02-15Stabilize field init shorthandest31-7/+2
2017-02-09Auto merge of #39265 - est31:master, r=petrochenkovbors-3/+2
2017-02-08Rollup merge of #38699 - japaric:lsan, r=alexcrichtonCorey Farwell-0/+10
2017-02-08sanitizer supportJorge Aparicio-0/+10
2017-02-08Stabilize static in constest31-3/+2
2017-02-07Change deprecation warning to indicate custom derive support was removed from...Jordi Polo-4/+3
2017-02-05Rollup merge of #39552 - zackmdavis:more_struct_aliases_stabilization_version...Corey Farwell-1/+1
2017-02-05Rollup merge of #39454 - abonander:proc_macro_tracking_issue, r=jseyfriedCorey Farwell-1/+1
2017-02-04correct version in which more_struct_aliases was/will be stableZack M. Davis-1/+1
2017-02-04Auto merge of #38426 - vadimcn:nobundle, r=alexcrichtonbors-0/+3
2017-02-01Change tracking issue for `proc_macro` feature to #38356Austin Bonander-1/+1
2017-01-27Auto merge of #39282 - petrochenkov:selfstab, r=nikomatsakisbors-4/+2
2017-01-26Auto merge of #39075 - est31:remove_reflect, r=nikomatsakisbors-5/+1