summary refs log tree commit diff
path: root/compiler/rustc_feature/src
AgeCommit message (Expand)AuthorLines
2025-02-17update version placeholdersJosh Stone-13/+13
2025-02-13Auto merge of #136965 - jhpratt:rollup-bsnqvmf, r=jhprattbors-1/+3
2025-02-13Rollup merge of #136948 - workingjubilee:split-off-extern-system-varargs, r=c...Jacob Pratt-1/+3
2025-02-13Implement RFC 3624 supertrait_item_shadowingMichael Goulet-0/+2
2025-02-12Split out the `extern_system_varargs` featureJubilee Young-1/+3
2025-02-12Rollup merge of #134090 - veluca93:stable-tf11, r=oli-obkJacob Pratt-2/+2
2025-02-11Revert "Stabilize `extended_varargs_abi_support`"Jubilee Young-3/+3
2025-02-11Rollup merge of #136584 - oli-obk:pattern-types-generic, r=BoxyUwUMatthias Krüger-0/+2
2025-02-07Rollup merge of #134367 - WaffleLapkin:trait_upcasting_as_a_treat, r=compiler...Matthias Krüger-3/+3
2025-02-07Rollup merge of #136191 - klensy:const_a, r=compiler-errorsMatthias Krüger-4/+4
2025-02-06stabilize `feature(trait_upcasting)`Waffle Lapkin-3/+3
2025-02-06Prevent generic pattern types from being used in libstdOli Scherer-0/+2
2025-02-05Rollup merge of #128045 - pnkfelix:rustc-contracts, r=oli-obkLeón Orell Valerian Liehr-0/+7
2025-02-04Rollup merge of #136167 - pitaj:new_range, r=NadrierilJacob Pratt-0/+2
2025-02-04Rollup merge of #134814 - sayantn:keylocker, r=oli-obkMatthias Krüger-0/+2
2025-02-03Rename rustc_contract to contractCelina G. Val-5/+5
2025-02-03Separate contract feature gates for the internal machineryFelix S. Klock II-0/+4
2025-02-03Contracts core intrinsics.Felix S. Klock II-0/+3
2025-02-02rustc_allowed_through_unstable_modules: require deprecation messageRalf Jung-1/+1
2025-01-30implement unstable `new_range` featurePeter Jaszkowiak-0/+2
2025-01-30Rework rustc_dump_vtableMichael Goulet-1/+1
2025-01-28replaces few consts with statics to reduce readonly sectionklensy-4/+4
2025-01-27Stabilize target_feature_11Caleb Zulawski-2/+2
2025-01-25Rollup merge of #134300 - RalfJung:remove-dead-attrs, r=chenyukangMatthias Krüger-6/+0
2025-01-25Auto merge of #128657 - clubby789:optimize-none, r=fee1-dead,WaffleLapkinbors-1/+1
2025-01-23Implement `optimize(none)` attributeclubby789-1/+1
2025-01-22Refactor dyn-compatibility error and suggestionsTaylor Cramer-2/+2
2025-01-21remove long-deprecated no-op attributes no_start and crate_idRalf Jung-6/+0
2025-01-21Auto merge of #134299 - RalfJung:remove-start, r=compiler-errorsbors-5/+3
2025-01-21remove support for the #[start] attributeRalf Jung-5/+3
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