summary refs log tree commit diff
path: root/src/librustc_feature/active.rs
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-0/+3
2019-12-14Revert "Stabilize the `never_type`, written `!`."Niko Matsakis-0/+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-13Reuse the `staged_api` feature for `rustc_const_unstable`Oliver Scherer-4/+0
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-01Conditional compilation for sanitizersTomasz Miąsko-0/+3
2019-11-30derive(Default) for FeaturesMazdak Farrokhzad-12/+2
2019-11-30introduce crate rustc_feature and move active, accepted, and removed to itMazdak Farrokhzad-0/+553