summary refs log tree commit diff
path: root/tests/ui/feature-gates
AgeCommit message (Expand)AuthorLines
2025-07-24Mitigate `#[align]` name resolution ambiguity regression with a renameJieyou Xu-18/+22
2025-06-23Account for beta revisions when normalizing versionsJosh Stone-3/+3
2025-06-22Port `#[must_use]` to new attribute parsing infrastructureJonathan Brouwer-6/+6
2025-06-20Auto merge of #142794 - tgross35:rollup-iae7okj, r=tgross35bors-8/+8
2025-06-20Rollup merge of #142715 - folkertdev:fn-align-corrections, r=jdonszelmannJakub Beránek-6/+4
2025-06-20coldJana Dönszelmann-8/+8
2025-06-20Rollup merge of #138291 - jdonszelmann:optimize-attr, r=oli-obkTrevor Gross-6/+9
2025-06-19correct template for `#[align]`Folkert de Vries-6/+4
2025-06-18Rollup merge of #142507 - folkertdev:fn-align-align-attribute, r=jdonszelmannTrevor Gross-13/+31
2025-06-18Rollup merge of #141610 - BoxyUwU:stabilize_generic_arg_infer, r=lcnr,travisc...Jakub Beránek-54/+0
2025-06-18convert the `optimize` attribute to a new parserJana Dönszelmann-6/+9
2025-06-18add `#[align]` attributeFolkert de Vries-13/+31
2025-06-17make error codes reflect reality betterJana Dönszelmann-10/+10
2025-06-17fix bugs in inline/force_inline and diagnostics of all attr parsersJana Dönszelmann-1/+1
2025-06-17Auto merge of #142613 - workingjubilee:rollup-yuod2hg, r=workingjubileebors-17/+47
2025-06-17Reject union default field valuesJieyou Xu-17/+47
2025-06-16hir_analysis: add `{Meta,Pointee}Sized` boundsDavid Wood-5/+5
2025-06-16trait_sel: `{Meta,Pointee}Sized` on `?Sized` typesDavid Wood-46/+4
2025-06-16trait_sel: `{Meta,Pointee}Sized` on `Sized` typesDavid Wood-0/+113
2025-06-14Rollup merge of #142464 - RalfJung:variadic-fn-abi-error, r=workingjubileeMatthias Krüger-2/+2
2025-06-13Rollup merge of #142273 - workingjubilee:rework-gpu-kernel-feature-gate-test,...Jubilee-21/+172
2025-06-13Auto merge of #142443 - matthiaskrgr:rollup-l1l6d0v, r=matthiaskrgrbors-0/+168
2025-06-13variadic functions: remove list of supported ABIs from errorRalf Jung-2/+2
2025-06-12add `extern "custom"` functionsFolkert de Vries-0/+168
2025-06-12Rollup merge of #141162 - mejrs:gated, r=fee1-deadMatthias Krüger-59/+78
2025-06-11stabilize gaiBoxy-54/+0
2025-06-10Rollup merge of #141642 - xizheyin:issue-141619, r=BoxyUwULeón Orell Valerian Liehr-9/+41
2025-06-10Rollup merge of #140766 - sayantn:stabilize-keylocker, r=traviscross,tgross35León Orell Valerian Liehr-19/+0
2025-06-09tests: Minicore `extern "gpu-kernel"` feature testJubilee Young-21/+172
2025-06-09Rollup merge of #140767 - sayantn:stabilize-sha512, r=traviscross,tgross35Trevor Gross-19/+0
2025-06-09refactor `AttributeGate` and `rustc_attr!` to emit notes during feature chec...mejrs-59/+78
2025-06-09Make `since` of removed features the version removed and fill `pull`xizheyin-1/+1
2025-06-09Note the version and PR of removed features when using itxizheyin-11/+20
2025-06-09Add ui test removed-features-note-version-and-pr-issue-141619xizheyin-0/+23
2025-06-07intrinsics: use const generic to set atomic orderingRalf Jung-1/+1
2025-06-07Stabilize `sha512_sm_x86`, and the `sha512`, `sm3` and `sm4` target featuressayantn-19/+0
2025-06-07Stabilize the `keylocker_x86` flag, and the `kl` and `widekl` target featuressayantn-19/+0
2025-06-03Add `iter` macroOli Scherer-9/+9
2025-05-29Rollup merge of #138285 - beetrees:repr128-stable, r=traviscross,bjorn3Jacob Pratt-19/+0
2025-05-28Rollup merge of #140697 - Sa4dUs:split-autodiff, r=ZuseZ4Trevor Gross-23/+23
2025-05-28Stabilise `repr128`beetrees-19/+0
2025-05-27Rollup merge of #140367 - folkertdev:asm-cfg, r=nnethercoteTrevor Gross-0/+105
2025-05-27Rollup merge of #141640 - Fabian-Gruenbichler:mr/test-version-check-rpath-fal...Matthias Krüger-17/+0
2025-05-27Rollup merge of #141580 - oli-obk:early-dyn-catches-the-incompat, r=compiler-...Michael Goulet-2/+2
2025-05-27Rollup merge of #141552 - jieyouxu:cfg-version-tests, r=est31Michael Goulet-243/+10
2025-05-27test: convert version_check ui test to run-makeFabian Grünbichler-17/+0
2025-05-27Use more detailed spans in dyn compat errors within bodiesOli Scherer-2/+2
2025-05-27support `#[cfg(...)]` on arguments to the `asm!` macrosFolkert de Vries-0/+105
2025-05-26cfg_version: pull out dedicated syntax test from feature gate testJieyou Xu-243/+10
2025-05-26Deduplicate dyn compatibility violations due to coercionMichael Goulet-22/+1