about summary refs log tree commit diff
path: root/src/libsyntax/feature_gate.rs
AgeCommit message (Expand)AuthorLines
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
2017-01-25Auto merge of #35712 - oli-obk:exclusive_range_patterns, r=nikomatsakisbors-1/+8
2017-01-25Stabilize Self and associated types in struct expressions and patternsVadim Petrochenkov-4/+2
2017-01-24Remove Reflectest31-5/+1
2017-01-20Rollup merge of #38842 - abonander:proc_macro_attribute, r=jseyfriedAlex Crichton-6/+61
2017-01-19Feature gateVadim Chugunov-0/+3
2017-01-19Auto merge of #38465 - japaric:msp430-interrupt, r=eddybbors-0/+7
2017-01-19Rollup merge of #38970 - apasel422:may-dangle, r=pnkfelixGuillaume Gomez-3/+3
2017-01-19add exclusive range patterns under a feature gateOliver Schneider-1/+8
2017-01-18calling convention for MSP430 interruptsJorge Aparicio-0/+7
2017-01-16Fix `feature_gate::find_lang_feature_issue()` to not use `unwrap()`Austin Bonander-3/+4
2017-01-16Implement `#[proc_macro_attribute]`Austin Bonander-3/+57
2017-01-15Mark the pushpop_unsafe feature as "removed"est31-3/+1
2017-01-15Remove the safe_suggestion featureest31-3/+0
2017-01-12Auto merge of #38814 - Ralith:cfg-fields, r=jseyfriedbors-0/+3
2017-01-11syntax: struct field attributes and cfgBenjamin Saunders-0/+3
2017-01-10Deprecate `#[unsafe_destructor_blind_to_params]`Andrew Paseltiner-3/+3
2017-01-02rustc: Stabilize the `proc_macro` featureAlex Crichton-9/+3
2016-12-30Further and hopefully final Windows fixesSimonas Kazlauskas-1/+8
2016-12-30Feature gate: 1.16.0 instead of 1.15.0est31-1/+1
2016-12-30Feature gate the 128 bit typesSimonas Kazlauskas-0/+15
2016-12-26PTX supportJorge Aparicio-1/+16
2016-12-20Create check_ref method to allow to check coercion with & typesGuillaume Gomez-6/+0
2016-12-20Fix coercion ICEGuillaume Gomez-1/+2
2016-12-20Add safe_suggestion attributeGuillaume Gomez-0/+9
2016-12-07Auto merge of #38191 - oli-obk:clippy_is_sad, r=eddybbors-14/+14