about summary refs log tree commit diff
path: root/compiler/rustc_feature/src/active.rs
AgeCommit message (Expand)AuthorLines
2022-02-24Remove in-band lifetimesMichael Goulet-2/+0
2022-02-19Rollup merge of #93658 - cchiw:issue-77443-fix, r=joshtriplettMatthias Krüger-2/+0
2022-02-17Rollup merge of #93337 - Amanieu:asm_tracking, r=tmiaskoMatthias Krüger-4/+4
2022-02-16Destabilize cfg(target_has_atomic_load_store = ...)Mark Rousskov-0/+2
2022-02-14Update unsafe_pin_internals unstable version.Mara Bos-1/+1
2022-02-14Mark `unsafe_pin_internals` as `incomplete`.Daniel Henry-Mantilla-0/+3
2022-02-10updating the feature-gate listing and do not require the feature-gate to use ...Charisee-2/+0
2022-02-10Rollup merge of #93824 - Amanieu:stable_cfg_target_has_atomic, r=davidtwcoMatthias Krüger-2/+2
2022-02-09Rollup merge of #91504 - cynecx:used_retain, r=nikicMatthias Krüger-0/+2
2022-02-09Stabilize cfg_target_has_atomicAmanieu d'Antras-2/+2
2022-02-09Add tracking issueNikita Popov-1/+1
2022-02-07Rollup merge of #93682 - PatchMixolydic:where-in-the-world-is-const_fn_trait_...Mara Bos-1/+1
2022-02-07Rollup merge of #93416 - name1e5s:chore/remove_allow_fail, r=m-ou-seMara Bos-2/+0
2022-02-07add tests and fix commentscynecx-2/+2
2022-02-06`#[used(linker)]` attribute (https://github.com/dtolnay/linkme/issues/41)cynecx-0/+2
2022-02-06Fix tracking issue for `const_fn_trait_bound`Ruby Lazuli-1/+1
2022-01-31Move overlap_mode into trait level attribute + feature flagSantiago Pastorino-0/+3
2022-01-28remove allow_fail test flagyuhaixin.hx-2/+0
2022-01-26Update tracking issue numbers for inline assembly sub-featuresAmanieu d'Antras-4/+4
2022-01-18Formally implement let chainsCaio-1/+1
2022-01-17Add term to ExistentialProjectionkadmin-0/+2
2021-12-14Stabilize `destructuring_assignment`Jacob Pratt-2/+0
2021-12-10remove feature gate and cleanup codeEllen-6/+0
2021-12-03add `unwind_asm` feature gate for `may_unwind` optioncynecx-0/+2
2021-11-24Rollup merge of #90420 - GuillaumeGomez:rustdoc-internals-feature, r=camelidGuillaume Gomez-4/+2
2021-11-24Create rustdoc_internals feature gateGuillaume Gomez-4/+2
2021-11-22`#![feature(inline_const)]` is no longer incompleteGary Guo-1/+1
2021-11-22Split inline const to two feature gatesGary Guo-0/+2
2021-11-15Alphabetize language featuresJacob Pratt-479/+324
2021-11-15Stabilize format_args_captureJosh Triplett-3/+0
2021-11-13Auto merge of #89551 - jhpratt:stabilize-const_raw_ptr_deref, r=oli-obkbors-3/+0
2021-11-07Add features gates for experimental asm featuresAmanieu d'Antras-0/+9
2021-11-06Stabilize `const_raw_ptr_deref` for `*const T`Jacob Pratt-3/+0
2021-11-02Rollup merge of #90502 - GuillaumeGomez:split-doc-cfg-feature, r=jyn514Matthias Krüger-0/+3
2021-11-02Rollup merge of #90472 - joshtriplett:clarify-feature-acceptance, r=jyn514Matthias Krüger-1/+5
2021-11-02Split doc_cfg and doc_auto_cfg featuresGuillaume Gomez-0/+3
2021-11-02Add link to documentation about feature gatesJosh Triplett-0/+3
2021-11-01Clarify what to do with accepted feature gatesJosh Triplett-1/+2
2021-10-30stabilize `relaxed_struct_unsize`lcnr-3/+0
2021-10-23Rollup merge of #89730 - crlf0710:type_changing_feature, r=jackh726Matthias Krüger-0/+4
2021-10-22add feature flag for `type_changing_struct_update`Charles Lew-0/+4
2021-10-14Revert "Stabilize `arbitrary_enum_discriminant`"Mark Rousskov-0/+3
2021-10-08Add feature gate to non_exhaustive_omitted_patterns lintDevin Ragotzy-0/+3
2021-10-06Clean up code a bit:Guillaume Gomez-1/+1
2021-10-05Add test case for `doc_cfg_hide` feature gateJoshua Nelson-3/+3
2021-10-05Allow adding a set of cfg's to hide from being implicitly doc(cfg)'dWim Looman-0/+3
2021-10-04Stabilize `const_panic`Jacob Pratt-3/+0
2021-09-24Stabilize `feature(macro_attributes_in_derive_output)`Vadim Petrochenkov-3/+0
2021-09-22Support `#[track_caller]` on closures and generatorsAaron Hill-0/+2
2021-09-22Auto merge of #88865 - guswynn:must_not_suspend, r=oli-obkbors-0/+4