about summary refs log tree commit diff
path: root/compiler/rustc_feature
AgeCommit message (Expand)AuthorLines
2025-04-13Rollup merge of #139001 - folkertdev:naked-function-rustic-abi, r=traviscross...Jacob Pratt-0/+2
2025-04-13error on unsafe attributes in pre-2024 editionsFolkert de Vries-9/+24
2025-04-09replace version placeholderBoxy-8/+8
2025-04-07Add `naked_functions_rustic_abi` feature gateFolkert de Vries-0/+2
2025-04-07Rollup merge of #139455 - Skgland:remove_rust-intrinsic_ABI, r=oli-obkStuart Cook-1/+1
2025-04-06update docsBennet Bleßmann-1/+1
2025-04-04fixup! Implement `super let`.Mara Bos-1/+1
2025-04-03Stabilize `cfg_boolean_literals`clubby789-2/+2
2025-04-03Rollup merge of #139080 - m-ou-se:super-let-gate, r=traviscrossMatthias Krüger-0/+2
2025-04-02Mark super_let feature as incomplete.Mara Bos-1/+1
2025-04-02Rollup merge of #138003 - sayantn:new-amx, r=AmanieuStuart Cook-0/+1
2025-04-01Auto merge of #138492 - lcnr:rm-inline_const_pat, r=oli-obkbors-2/+3
2025-03-31hygiene: Rename semi-transparent to semi-opaqueVadim Petrochenkov-1/+1
2025-03-30Remove attribute `#[rustc_error]`Vadim Petrochenkov-3/+3
2025-03-28Add the feature gate for the `super let` experiment.Mara Bos-0/+2
2025-03-26expand: Leave traces when expanding `cfg` attributesVadim Petrochenkov-4/+8
2025-03-23Stabilize precise_capturing_in_traitsMichael Goulet-2/+2
2025-03-21Rollup merge of #138717 - jdonszelmann:pin-macro, r=WaffleLapkinMatthias Krüger-0/+8
2025-03-21Rollup merge of #138570 - folkertdev:naked-function-target-feature-gate, r=Am...Matthias Krüger-0/+2
2025-03-21remove `feature(inline_const_pat)`lcnr-2/+3
2025-03-20Auto merge of #138515 - petrochenkov:cfgtrace, r=nnethercotebors-0/+8
2025-03-19add rustc_macro_edition_2021Jana Dönszelmann-0/+8
2025-03-17expand: Leave traces when expanding `cfg_attr` attributesVadim Petrochenkov-0/+8
2025-03-17Stabilize asm_gotoGary Guo-2/+2
2025-03-16add `naked_functions_target_feature` unstable featureFolkert de Vries-0/+2
2025-03-12Rollup merge of #138331 - nnethercote:use-RUSTC_LINT_FLAGS-more, r=onur-ozkan...Matthias Krüger-1/+0
2025-03-11Rollup merge of #138300 - RalfJung:unqualified-local-imports, r=jieyouxuJakub Beránek-1/+1
2025-03-11Remove `#![warn(unreachable_pub)]` from all `compiler/` crates.Nicholas Nethercote-1/+0
2025-03-10Revert "Use workspace lints for crates in `compiler/` #138084"许杰友 Jieyou Xu (Joe)-3/+1
2025-03-10add tracking issue for unqualified_local_importsRalf Jung-1/+1
2025-03-09Rollup merge of #138084 - nnethercote:workspace-lints, r=jieyouxuMatthias Krüger-1/+3
2025-03-08Remove `#![warn(unreachable_pub)]` from all `compiler/` crates.Nicholas Nethercote-1/+0
2025-03-08Specify rust lints for `compiler/` crates via Cargo.Nicholas Nethercote-0/+3
2025-03-07Rollup merge of #134797 - spastorino:ergonomic-ref-counting-1, r=nikomatsakisMatthias Krüger-0/+2
2025-03-06Make feature flag incompleteSantiago Pastorino-1/+1
2025-03-06Add ergonomic_clones feature flagSantiago Pastorino-0/+2
2025-03-06Rollup merge of #138081 - eholk:yield-feature, r=oli-obkMichael Goulet-0/+1
2025-03-06Rollup merge of #137827 - yaahc:timestamp-metrics, r=estebankMichael Goulet-1/+15
2025-03-06Add the yield_expr featureEric Holk-0/+1
2025-03-05Rollup merge of #137728 - Darksonn:no-tuple-unsize, r=oli-obk许杰友 Jieyou Xu (Joe)-2/+2
2025-03-05Add the `movrs` target feature and `movrs_target_feature` feature gatesayantn-0/+1
2025-03-04Auto merge of #135186 - camelid:const-path-multi, r=BoxyUwUbors-0/+7
2025-03-04Auto merge of #135695 - Noratrieb:elf-raw-dylib, r=bjorn3bors-0/+2
2025-03-04mgca: Lower all const paths as `ConstArgKind::Path`Noah Lev-0/+7
2025-03-04List the feature in removed.rsAlice Ryhl-0/+2
2025-03-03Add timestamp to unstable feature usage metricsJane Losare-Lusby-1/+15
2025-03-03Rollup merge of #132388 - frank-king:feature/where-cfg, r=petrochenkovMatthias Krüger-0/+2
2025-03-01Implment `#[cfg]` and `#[cfg_attr]` in `where` clausesFrank King-0/+2
2025-02-28Introduce `feature(generic_const_parameter_types)`Boxy-0/+2
2025-02-27Delete tuple unsizingAlice Ryhl-2/+0