summary refs log tree commit diff
path: root/src/libsyntax/feature_gate.rs
AgeCommit message (Expand)AuthorLines
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
2016-12-06Auto merge of #37973 - vadimcn:dllimport, r=alexcrichtonbors-7/+0
2016-12-06annotate stricter lifetimes on LateLintPass methods to allow them to forward ...Oliver Schneider-14/+14
2016-12-04Auto merge of #38087 - jooert:remove_unmarked, r=petrochenkovbors-4/+3
2016-12-03Auto merge of #38079 - BurntSushi:attrtarget, r=alexcrichtonbors-0/+7
2016-12-01Remove the "linked_from" feature.Vadim Chugunov-7/+0
2016-12-02limit the length of types in monomorphizationAriel Ben-Yehuda-0/+1
2016-11-30Remove the `unmarked_api` featureJohannes Oertel-4/+3
2016-11-29Add new #[target_feature = "..."] attribute.Andrew Gallant-0/+7
2016-11-21Implement the `loop_break_value` feature.Geoffry Song-0/+7
2016-11-21Auto merge of #37824 - jseyfried:symbols, r=eddybbors-13/+12
2016-11-21Stabilize RFC 1560.Jeffrey Seyfried-3/+1
2016-11-21Use `Symbol` instead of `InternedString` in the AST, HIR, and various other p...Jeffrey Seyfried-7/+6
2016-11-20Move `syntax::util::interner` -> `syntax::symbol`, cleanup.Jeffrey Seyfried-1/+1
2016-11-20Refactor `P<ast::MetaItem>` -> `ast::MetaItem`.Jeffrey Seyfried-2/+2
2016-11-20Move `MetaItemKind`'s `Name` to a field of `MetaItem`.Jeffrey Seyfried-3/+3
2016-11-20Refactor `MetaItemKind` to use `Name`s instead of `InternedString`s.Jeffrey Seyfried-3/+3