about summary refs log tree commit diff
path: root/compiler/rustc_feature/src
AgeCommit message (Expand)AuthorLines
2025-01-20Rollup merge of #135237 - dianne:match-2024-cleanup, r=Nadrieril许杰友 Jieyou Xu (Joe)-4/+5
2025-01-17Auto merge of #135047 - Flakebi:amdgpu-kernel-cc, r=workingjubileebors-0/+2
2025-01-16Rollup merge of #134754 - frank-king:feature/import_trait_associated_function...Matthias Krüger-0/+2
2025-01-16Implement `use` associated items of traitsFrank King-0/+2
2025-01-16Add gpu-kernel calling conventionFlakebi-0/+2
2025-01-15allowed_through_unstable_modules: support showing a deprecation message when ...Ralf Jung-1/+1
2025-01-13Rollup merge of #135245 - Enselic:no-set-env, r=davidtwcoMatthias Krüger-7/+21
2025-01-10mir_transform: implement forced inliningDavid Wood-0/+4
2025-01-09Fix typo in `#[coroutine]` gating errorNoah Lev-1/+1
2025-01-08update version placeholdersPietro Albini-15/+15
2025-01-08rustc_feature: Avoid unsafe `std::env::set_var()` in `UnstableFeatures` testsMartin Nordholts-7/+21
2025-01-07make experimental pattern typing features mutually exclusivedianne-4/+5
2025-01-06Rollup merge of #131830 - hoodmane:emscripten-wasm-eh, r=workingjubileeJacob Pratt-0/+3
2025-01-06Add support for wasm exception handling to Emscripten targetHood Chatham-0/+3
2025-01-06Add `kl` and `widekl` target features, and the feature gateSayantan Chakraborty-0/+2
2025-01-04Rollup merge of #135046 - RalfJung:rustc_box_intrinsic, r=compiler-errorsJubilee-5/+0
2025-01-04rustc_intrinsic: support functions without body; they are implicitly marked a...Ralf Jung-1/+1
2025-01-03turn rustc_box into an intrinsicRalf Jung-5/+0
2024-12-23Revert "Auto merge of #130766 - clarfonthey:stable-coverage-attribute, r=wesl...Zalathar-4/+5
2024-12-20split up `#[rustc_deny_explicit_impl]` attributeLukas Markeffsky-1/+10
2024-12-18Stabilize `#[diagnostic::do_not_recommend]`Georg Semmler-5/+4
2024-12-18Re-export more `rustc_span::symbol` things from `rustc_span`.Nicholas Nethercote-6/+5
2024-12-16Stabilize #[coverage] attributeltdk-5/+4
2024-12-15Add m68k_target_featureTaiki Endo-0/+1
2024-12-14(Re-)Implement impl_trait_in_bindingsMichael Goulet-3/+2
2024-12-13Auto merge of #134269 - matthiaskrgr:rollup-fkshwux, r=matthiaskrgrbors-0/+2
2024-12-13Auto merge of #133099 - RalfJung:forbidden-hardfloat-features, r=workingjubileebors-0/+1
2024-12-13Rollup merge of #134140 - compiler-errors:unsafe-binders-ast, r=oli-obkMatthias Krüger-0/+2
2024-12-13Stabilize async closuresMichael Goulet-2/+2
2024-12-12Add unwrap_unsafe_binder and wrap_unsafe_binder macro operatorsMichael Goulet-0/+2
2024-12-11forbid toggling x87 and fpregs on hard-float targetsRalf Jung-0/+1
2024-12-10Add feature gate, not working yetMichael Goulet-0/+2
2024-12-09Introduce `default_field_values` featureEsteban Küber-0/+3
2024-12-08Rollup merge of #133424 - Nadrieril:guard-patterns-parsing, r=fee1-deadMatthias Krüger-0/+2
2024-12-06Remove polymorphizationBen Kimock-4/+0
2024-12-04Auto merge of #133818 - matthiaskrgr:rollup-iav1wq7, r=matthiaskrgrbors-2/+7
2024-12-03Remove generic_associated_types_extended feature gateMichael Goulet-2/+7
2024-12-02Gate async fn trait bound modifier on async_trait_boundsMichael Goulet-0/+2
2024-11-30Rollup merge of #116161 - Soveu:varargs2, r=cjgillot许杰友 Jieyou Xu (Joe)-3/+3
2024-11-27Stabilize `extended_varargs_abi_support`Soveu-3/+3
2024-11-27replace placeholder versionBoxy-6/+6
2024-11-25Rollup merge of #131664 - taiki-e:s390x-asm-vreg-inout, r=AmanieuMatthias Krüger-0/+2
2024-11-24add `guard_patterns` unstable feature, without unstable book chapter for nowMax Niederman-0/+2
2024-11-24Make asm_goto_with_outputs a separate feature gateGary Guo-0/+2
2024-11-24Make s390x non-clobber-only vector register support unstableTaiki Endo-0/+2
2024-11-23Auto merge of #132915 - veluca93:unsafe-fields, r=jswrennbors-0/+2
2024-11-22Check drop is trivial before checking ty needs dropMichael Goulet-1/+1
2024-11-22Gate const drop behind const_destruct feature, and fix const_precise_live_dro...Michael Goulet-0/+2
2024-11-21Implement the unsafe-fields RFC.Luca Versari-0/+2
2024-11-21Rollup merge of #130236 - yaahc:unstable-feature-usage, r=estebankMatthias Krüger-0/+50