summary refs log tree commit diff
path: root/src/libsyntax/feature_gate.rs
AgeCommit message (Expand)AuthorLines
2015-09-13Add an attribute to mark function as unwindingBjörn Steinbrink-0/+4
2015-09-08Auto merge of #28246 - huonw:lang-tracking-issues, r=alexcrichtonbors-90/+117
2015-09-08Allow tracking issues for lang features.Huon Wilson-90/+117
2015-09-06add MIR code (unused thus far)Niko Matsakis-3/+10
2015-09-03Add an intital HIR and lowering stepNick Cameron-0/+2
2015-08-31Auto merge of #28007 - Ms2ger:FnKind, r=nrcbors-6/+6
2015-08-29Handle gateage of built-in attributes seperatelyJonas Schievink-117/+125
2015-08-26Rename FnKind variants and stop re-exporting them from the visit module.Ms2ger-6/+6
2015-08-17Rename `simd_basics` feature gate to `repr_simd`.Huon Wilson-6/+3
2015-08-17Create "platform-intrinsic" ABI for SIMD/platform intrinsics.Huon Wilson-4/+13
2015-08-17feature gate `cfg(target_feature)`.Huon Wilson-0/+60
2015-08-17Implement `repr(simd)` as an alias for `#[simd]`.Huon Wilson-0/+20
2015-08-14rustc: Allow changing the default allocatorAlex Crichton-0/+4
2015-08-10syntax: Add a new unstable #[linked_from] attributeAlex Crichton-0/+5
2015-08-10Auto merge of #27338 - alexcrichton:remove-morestack, r=brsonbors-1/+3
2015-08-10Remove morestack supportAlex Crichton-1/+3
2015-08-06Auto merge of #27296 - jroesch:type-macros, r=huonwbors-0/+6
2015-08-04Address final nitsJared Roesch-2/+4
2015-08-04Add feature gateJared Roesch-2/+6
2015-08-03syntax: Implement #![no_core]Alex Crichton-0/+5
2015-07-29Feature gate associated type defaultsBrian Anderson-1/+8
2015-07-29FormattingBrian Anderson-1/+2
2015-07-28remove `get_ident` and `get_name`, make `as_str` soundOliver Schneider-1/+1
2015-07-25Add omitted trailing commaJared Roesch-1/+1
2015-07-25Add feature gateJared Roesch-2/+7
2015-07-24Add static_recursion feature gate.Eli Friedman-0/+6
2015-07-22Add feature-gates for desugaring-based `box` and placement-`in`.Felix S. Klock II-1/+56
2015-07-22Hack for "unsafety hygiene" -- `push_unsafe!` and `pop_unsafe!`.Felix S. Klock II-0/+11
2015-07-05Feature-gate #[prelude_import].Eduard Burtescu-1/+5
2015-06-18Make a better error message for using #[feature] on stable rustBrian Anderson-1/+38
2015-06-17Remove unused emit_feature_warn functionBrian Anderson-12/+0
2015-06-10Removed many pointless calls to *iter() and iter_mut()Joshua Landau-1/+1
2015-06-03Remove #[static_assert]Steve Klabnik-5/+0
2015-05-29Add feature-gate to calling const fnNiko Matsakis-3/+6
2015-05-24Auto merge of #25609 - nikomatsakis:const-fn, r=pnkfelixbors-2/+28
2015-05-24Auto merge of #25168 - Manishearth:register_attr, r=eddybbors-13/+31
2015-05-21Make various fixes:Niko Matsakis-0/+26
2015-05-21syntax: parse `const fn` for free functions and inherent methods.Eduard Burtescu-2/+2
2015-05-18syntax: Remove unused `packed` attributeklutzy-1/+0
2015-05-13address more review commentsManish Goregaokar-1/+6
2015-05-07Add support for registering attributes with rustc in pluginsManish Goregaokar-13/+26
2015-04-28Register new snapshotsTamir Duberstein-6/+0
2015-04-27Auto merge of #23606 - quantheory:associated_const, r=nikomatsakisbors-0/+28
2015-04-23Feature-gate associated constants.Sean Patrick Santos-0/+28
2015-04-24Add ')' in `advaced_slice_patterns` error messageLuke Gallagher-1/+1
2015-04-24Add missing '\' for `custom_derive` error messageLuke Gallagher-1/+1
2015-04-16Fix some documentation typosLuke Gallagher-1/+1
2015-04-15Auto merge of #24436 - fhahn:fix-small-typo, r=steveklabnikbors-1/+1
2015-04-14Remove superfluous `the` from `custom_attribute` feature gate messageFlorian Hahn-1/+1
2015-04-14Expose visibility for fns in syntax::visitNick Cameron-3/+3