summary refs log tree commit diff
path: root/src/librustc_feature
AgeCommit message (Expand)AuthorLines
2019-12-15Auto merge of #67216 - ecstatic-morse:const-loop, r=oli-obkbors-0/+14
2019-12-14Auto merge of #67224 - nikomatsakis:revert-stabilization-of-never-type, r=cen...bors-2/+3
2019-12-14Revert "Stabilize the `never_type`, written `!`."Niko Matsakis-2/+3
2019-12-13Document `Features::enabled`ecstatic-morse-0/+3
2019-12-13Use correct nightly version for featureDylan MacKenzie-1/+1
2019-12-13Replace `Index` impl with `enabled` methodDylan MacKenzie-6/+2
2019-12-13Improve message when active feature indexing panicsDylan MacKenzie-1/+1
2019-12-13Add feature gate for `const_loop`Dylan MacKenzie-0/+3
2019-12-13Get active features dynamically by their `Symbol`Dylan MacKenzie-0/+12
2019-12-13Require stable/unstable annotations for the constness of all stable functions...Oliver Scherer-0/+2
2019-12-13Reuse the `staged_api` feature for `rustc_const_unstable`Oliver Scherer-8/+2
2019-12-07Auto merge of #65881 - anp:implicit-caller-location, r=eddyb,oli-obkbors-1/+0
2019-12-06Rollup merge of #66606 - christianpoveda:mut-refs-in-const-fn, r=oli-obkMazdak Farrokhzad-0/+3
2019-12-05Remove #[track_caller] from incomplete features list.Adam Perry-1/+0
2019-12-03Check intrinsics for callability in const fnsMahmut Bulut-4/+0
2019-12-02Rename feature gateChristian Poveda-1/+1
2019-12-02Add feature gate for &mut in const fnsChristian Poveda-0/+3
2019-12-02Rollup merge of #66245 - tmiasko:cfg-sanitize, r=oli-obkRalf Jung-0/+4
2019-12-01rustc_plugin: Remove support for plugin argumentsVadim Petrochenkov-1/+1
2019-12-01Conditional compilation for sanitizersTomasz Miąsko-0/+4
2019-11-30derive(Default) for FeaturesMazdak Farrokhzad-12/+2
2019-11-30move GateIssue to rustc_feature & simplify emit_feature_errMazdak Farrokhzad-2/+32
2019-11-30update rustc_feature crate docsMazdak Farrokhzad-8/+6
2019-11-30move UnstableFeatures -> rustc_featureMazdak Farrokhzad-0/+34
2019-11-30builtin_attrs.rs -> rustc_featureMazdak Farrokhzad-0/+603
2019-11-30move Stability to rustc_featureMazdak Farrokhzad-0/+8
2019-11-30introduce crate rustc_feature and move active, accepted, and removed to itMazdak Farrokhzad-0/+1008