about summary refs log tree commit diff
path: root/src/libsyntax/feature_gate.rs
AgeCommit message (Expand)AuthorLines
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-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
2016-11-20Refactor away `ast::Attribute_`.Jeffrey Seyfried-1/+1
2016-11-17Add feature `use_extern_macros`.Jeffrey Seyfried-0/+2
2016-11-16rustc: Implement #[link(cfg(..))] and crt-staticAlex Crichton-0/+3
2016-11-10Rollup merge of #37661 - brson:qmarkstab, r=nikomatsakisEduard-Mihai Burtescu-1/+1
2016-11-10syntax: don't fake a block around closures' bodies during parsing.Eduard Burtescu-5/+4
2016-11-09Rollup merge of #37614 - keeperofdakeys:proc_macro, r=jseyfriedEduard-Mihai Burtescu-4/+6
2016-11-09question_mark was stabilized in 1.13Brian Anderson-1/+1
2016-11-08Partially stabilize RFC 1506 "Clarify relationships between ADTs"Vadim Petrochenkov-18/+17
2016-11-08Auto merge of #36843 - petrochenkov:dotstab, r=nikomatsakisbors-15/+2
2016-11-08Rename KNOWN_ATTRS to BUILT_ATTRS, and create KNOWN_ATTRSJosh Driver-4/+6
2016-11-05Fix tests from the rollupAlex Crichton-1/+1
2016-11-05Merge branch 'selfgate' of https://github.com/petrochenkov/rust into rollupAlex Crichton-0/+3
2016-11-03Add feature gate for Self and associated types in struct expressions and patt...Vadim Petrochenkov-0/+3
2016-11-03Stabilize `..` in tuple (struct) patternsVadim Petrochenkov-15/+2
2016-10-31rustc: Add knowledge of Windows subsystems.Alex Crichton-0/+9
2016-10-27Auto merge of #37128 - nrc:depr-attr, r=@alexcrichtonbors-48/+116
2016-10-26Auto merge of #11994 - eddyb:struct-literal-field-shorthand, r=nrcbors-0/+11
2016-10-27review changesNick Cameron-8/+23
2016-10-27Implement field shorthands in struct literal expressions.Eduard Burtescu-0/+11
2016-10-27Deprecate custom_deriveNick Cameron-1/+6
2016-10-27deprecate no_debugNick Cameron-1/+1