about summary refs log tree commit diff
path: root/src/libsyntax/feature_gate.rs
AgeCommit message (Expand)AuthorLines
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
2015-04-02Revise logic to match `rustc::session::config::get_unstable_features_setting`Felix S. Klock II-8/+2
2015-04-02Do not suggest `#![feature(...)]` if we are in beta or stable channel.Felix S. Klock II-0/+12
2015-04-01rollup merge of #23860: nikomatsakis/copy-requires-cloneAlex Crichton-1/+1
2015-04-01rollup merge of #23945: pnkfelix/gate-u-negateAlex Crichton-0/+6
2015-04-01rollup merge of #23948: nikomatsakis/feature-gate-rust-abiAlex Crichton-3/+9
2015-04-01added unary_negate feature gate.Felix S. Klock II-0/+6
2015-04-01Feature gate rust-call ABI.Niko Matsakis-3/+9
2015-04-01Fallout in libsyntaxNiko Matsakis-1/+1
2015-04-01Implement the changes to coherence such that we consider a type to beNiko Matsakis-0/+6
2015-03-31rollup merge of #23288: alexcrichton/issue-19470Alex Crichton-17/+0
2015-03-31Test fixes and rebase conflicts, round 2Alex Crichton-11/+0
2015-03-31Test fixes and rebase conflicts, round 1Alex Crichton-1/+1
2015-03-31rustc: Remove old_orphan_check entirelyAlex Crichton-17/+0
2015-03-29Port of pcwalton removal of `#[unsafe_destructor]` check.Felix S. Klock II-12/+6
2015-03-27rollup merge of #23794: brson/slicegateAlex Crichton-0/+8
2015-03-27Feature gate *all* slice patterns. #23121Brian Anderson-0/+8
2015-03-27rollup merge of #23749: alexcrichton/remove-old-impl-checkAlex Crichton-11/+0
2015-03-27rollup merge of #23741: alexcrichton/remove-int-uintAlex Crichton-65/+6
2015-03-27rollup merge of #23761: alexcrichton/remove-phaseAlex Crichton-1/+0
2015-03-27rollup merge of #23752: alexcrichton/remove-should-failAlex Crichton-1/+0
2015-03-26rustc: Remove old #[phase] and #[plugin]Alex Crichton-1/+0
2015-03-26Implement `Reflect` trait with a variant on the standard OIBITNiko Matsakis-1/+6
2015-03-26syntax: Remove support for #[should_fail]Alex Crichton-1/+0
2015-03-26rustc: Remove support for old_impl_checkAlex Crichton-11/+0
2015-03-25rustc: Remove support for int/uintAlex Crichton-65/+6
2015-03-23rollup merge of #23506: alexcrichton/remove-some-deprecated-thingsAlex Crichton-2/+0
2015-03-20Feature gate defaulted traitsFlavio Percoco-0/+7
2015-03-18rustc: Remove some long deprecated features:Alex Crichton-2/+0
2015-03-13Add an "allocator" attribute to mark functions as allocatorsBjörn Steinbrink-0/+3
2015-03-09remove uses of as_slice where deref coercions can be usedRicho Healey-2/+2
2015-03-06Make #[derive(Anything)] into sugar for #[derive_Anything]Keegan McAllister-0/+14
2015-03-06Check gated attributes before and after macro expansionKeegan McAllister-37/+38
2015-03-06Auto merge of #22899 - huonw:macro-stability, r=alexcrichtonbors-8/+34
2015-03-06Run feature-gating on the final AST passed to the compiler.Huon Wilson-5/+9
2015-03-06Add more debugging to syntax::feature_gate.Huon Wilson-2/+6
2015-03-06Add #[allow_internal_unstable] to track stability for macros better.Huon Wilson-1/+19
2015-03-05Rollup merge of #22764 - ivanradanov:fileline_help, r=huonwManish Goregaokar-2/+2
2015-03-03Change span_help calls to fileline_help where appropriateIvan Radanov Ivanov-2/+2
2015-03-03Rollup merge of #22876 - Florob:const, r=nikomatsakisManish Goregaokar-2/+2
2015-03-03Rollup merge of #22960 - huonw:static-assert, r=huonwManish Goregaokar-2/+5
2015-03-03Feature gate `#[static_assert]`.Huon Wilson-2/+5
2015-03-03Add cfg_attr to known attributesManish Goregaokar-0/+1
2015-03-02Use `const`s instead of `static`s where appropriateFlorian Zeitz-2/+2
2015-02-25Whitelist #[should_panic]Steven Fackler-0/+1