about summary refs log tree commit diff
path: root/compiler/rustc_feature
AgeCommit message (Expand)AuthorLines
2022-02-24Remove in-band lifetimesMichael Goulet-2/+3
2022-02-21fix names in feature(...) suggestionMario Carneiro-1/+1
2022-02-19Rollup merge of #93658 - cchiw:issue-77443-fix, r=joshtriplettMatthias Krüger-3/+2
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-2/+3
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-3/+2
2022-02-10Rollup merge of #93824 - Amanieu:stable_cfg_target_has_atomic, r=davidtwcoMatthias Krüger-6/+6
2022-02-09Rollup merge of #93753 - jeremyBanks:main-conflict, r=petrochenkovMatthias Krüger-1/+0
2022-02-09Rollup merge of #91504 - cynecx:used_retain, r=nikicMatthias Krüger-1/+3
2022-02-09Stabilize cfg_target_has_atomicAmanieu d'Antras-6/+6
2022-02-09Add tracking issueNikita Popov-1/+1
2022-02-08Remove obsolete no-op #[main] attribute from compiler.Jeremy Banks-1/+0
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-3/+2
2022-02-07add tests and fix commentscynecx-3/+3
2022-02-06`#[used(linker)]` attribute (https://github.com/dtolnay/linkme/issues/41)cynecx-1/+3
2022-02-06Fix tracking issue for `const_fn_trait_bound`Ruby Lazuli-1/+1
2022-02-01add a rustc::query_stability lintlcnr-0/+3
2022-01-31Move overlap_mode into trait level attribute + feature flagSantiago Pastorino-1/+3
2022-01-28remove allow_fail test flagyuhaixin.hx-3/+2
2022-01-27update pass_by_valuelcnr-1/+1
2022-01-26Update tracking issue numbers for inline assembly sub-featuresAmanieu d'Antras-4/+4
2022-01-25Rollup merge of #93175 - spastorino:negative-traits-coherence-new, r=nikomats...Matthias Krüger-0/+1
2022-01-21Implement stable with negative coherence modeSantiago Pastorino-0/+1
2022-01-18Formally implement let chainsCaio-1/+1
2022-01-18Auto merge of #87648 - JulianKnodt:const_eq_constrain, r=oli-obkbors-0/+2
2022-01-18Rollup merge of #92701 - ehuss:even-more-attr-validation, r=matthewjasperMatthias Krüger-2/+2
2022-01-17Add term to ExistentialProjectionkadmin-0/+2
2022-01-17Rollup merge of #92164 - WaffleLapkin:rustc_must_implement_one_of_attr, r=Aar...Matthias Krüger-0/+6
2022-01-11rustc_pass_by_value: allow types with no parameters on selfMahdi Dibaiee-1/+1
2022-01-09Mark windows_subsytem and no_builtins as crate-only attributes.Eric Huss-2/+2
2022-01-09feat: pass_by_value lint attributeMahdi Dibaiee-0/+5
2022-01-09Apply suggestions from code reviewWaffle Maybe-1/+1
2022-01-09Implement `#[rustc_must_implement_one_of]` attributeMaybe Waffle-0/+6
2021-12-14Stabilize `destructuring_assignment`Jacob Pratt-2/+2
2021-12-11update accepted feature gateEllen-2/+2
2021-12-10remove feature gate and cleanup codeEllen-6/+2
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/+8
2021-11-24Create rustdoc_internals feature gateGuillaume Gomez-4/+8
2021-11-23Rollup merge of #91140 - nbdd0121:const_typeck, r=oli-obkMatthias Krüger-1/+3
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-18Check for duplicate attributes.Eric Huss-155/+274
2021-11-18rustc: Remove `#[rustc_synthetic]`Vadim Petrochenkov-1/+0
2021-11-15Alphabetize language featuresJacob Pratt-795/+644
2021-11-15Stabilize format_args_captureJosh Triplett-3/+2
2021-11-13Auto merge of #89551 - jhpratt:stabilize-const_raw_ptr_deref, r=oli-obkbors-3/+2