about summary refs log tree commit diff
path: root/src/libsyntax/feature_gate.rs
AgeCommit message (Expand)AuthorLines
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-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
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