about summary refs log tree commit diff
path: root/compiler/rustc_feature/src
AgeCommit message (Expand)AuthorLines
2023-11-30Enable link-arg link kind inside of #[link] attributezetanumbers-0/+3
2023-11-29Rollup merge of #118157 - Nadrieril:never_pat-feature-gate, r=compiler-errorsMatthias Krüger-1/+3
2023-11-29Add `never_patterns` feature gateNadrieril-1/+3
2023-11-26Cut code size for feature hashingMark Rousskov-2/+10
2023-11-23Add an experimental feature gate for function delegationVadim Petrochenkov-0/+2
2023-11-23Rollup merge of #118167 - RalfJung:unadjusted-abi-is-internal, r=petrochenkovMatthias Krüger-1/+1
2023-11-22also make 'core_intrinsics' internalRalf Jung-1/+3
2023-11-22Stabilize RFC3324 dyn upcasting coercionUrgau-3/+3
2023-11-22make the 'abi_unadjusted' feature internalRalf Jung-1/+1
2023-11-21lib features ending in '_internals?' are internalRalf Jung-6/+12
2023-11-15Bump cfg(bootstrap)sMark Rousskov-3/+3
2023-11-15Substitute version placeholdersMark Rousskov-5/+5
2023-11-05Auto merge of #117537 - GKFX:offset-of-enum-feature, r=cjgillotbors-0/+2
2023-11-04Remove support for compiler plugins.Nicholas Nethercote-21/+4
2023-11-03Feature gate enums in offset_ofGeorge Bateman-0/+2
2023-11-01Stabilize C string literalsJohn Millikin-2/+2
2023-10-27Feature gate `gen` blocks, even in 2024 editionOli Scherer-0/+2
2023-10-24Rollup merge of #116943 - heiher:target-features, r=wesleywiserMatthias Krüger-0/+1
2023-10-24compiler: Add target features for LoongArchWANG Rui-0/+1
2023-10-23Let's see what those opaque types actually areMichael Goulet-0/+1
2023-10-23Fix suggestion for renamed coroutines featureYotam Ofek-1/+1
2023-10-20Re-add `generators` as a removed feature and point to the new feature nameOli Scherer-0/+4
2023-10-20s/generator/coroutine/Oli Scherer-7/+7
2023-10-16docs: add Rust logo to more compiler cratesMichael Howell-0/+3
2023-10-16Rename `ACTIVE_FEATURES` as `UNSTABLE_FEATURES`.Nicholas Nethercote-180/+178
2023-10-16Remove `rustc_feature::State`.Nicholas Nethercote-68/+42
2023-10-14Auto merge of #115822 - compiler-errors:stabilize-rpitit, r=jackh726bors-4/+4
2023-10-14Auto merge of #116407 - Mark-Simulacrum:bootstrap-bump, r=onur-ozkanbors-6/+6
2023-10-13Stabilize AFIT and RPITITMichael Goulet-4/+4
2023-10-05Use a closure when setting `State::Active`.Nicholas Nethercote-6/+1
2023-10-05Use `declared_features` to avoid two lookups.Nicholas Nethercote-4/+2
2023-10-05Add two setter functions to `Features`.Nicholas Nethercote-0/+15
2023-10-05Rename `Features::active_features`.Nicholas Nethercote-6/+9
2023-10-05Merge `STABLE_REMOVED_FEATURES` list into `REMOVED_FEATURES`.Nicholas Nethercote-26/+6
2023-10-05Streamline `find_lang_feature_issue`.Nicholas Nethercote-15/+14
2023-10-05Split `declare_features!`.Nicholas Nethercote-6/+9
2023-10-05Remove `set!` macro.Nicholas Nethercote-10/+9
2023-10-05Remove unused `Span` from the `set` function in `State::Active`.Nicholas Nethercote-6/+6
2023-10-03Bump version placeholdersMark Rousskov-6/+6
2023-10-01Auto merge of #115670 - Zoxc:outline-panic-macro-1, r=Mark-Simulacrumbors-0/+4
2023-09-29Auto merge of #113301 - Be-ing:stabilize_bundle_whole-archive, r=petrochenkovbors-2/+2
2023-09-28Auto merge of #115659 - compiler-errors:itp, r=cjgillotbors-2/+2
2023-09-27Auto merge of #116093 - RalfJung:link_llvm_intrinsics, r=oli-obkbors-3/+3
2023-09-25Gate and validate #[rustc_safe_intrinsic]León Orell Valerian Liehr-1/+4
2023-09-23also make platform_intrinsics internalRalf Jung-2/+2
2023-09-23make link_llvm_intrinsics feature internalRalf Jung-1/+1
2023-09-17Auto merge of #114452 - weiznich:feature/diagnostic_on_unimplemented, r=compi...bors-1/+1
2023-09-16Auto merge of #110800 - GuillaumeGomez:custom_code_classes_in_docs, r=t-rustdocbors-0/+2
2023-09-16Auto merge of #114494 - est31:extend_useless_ptr_null_checks, r=jackh726bors-0/+4
2023-09-15Implement custom classes for rustdoc code blocks with `custom_code_classes_in...Guillaume Gomez-0/+2