summary refs log tree commit diff
path: root/tests/ui/feature-gates
AgeCommit message (Expand)AuthorLines
2025-05-07Rollup merge of #139534 - madhav-madhusoodanan:apx-target-feature-addition, r...Jacob Pratt-0/+19
2025-05-07Rollup merge of #134273 - RalfJung:de-stabilize-bench, r=ibraheemdev,traviscrossJacob Pratt-32/+10
2025-05-06Added apxf target feature testMadhav Madhusoodanan-0/+19
2025-05-06Rollup merge of #140035 - fee1-dead-contrib:push-oszwkkvmpkks, r=jieyouxu,wes...Stuart Cook-0/+20
2025-05-05Implement RFC 3503: frontmattersDeadbeef-0/+20
2025-05-04Initial support for dynamically linked cratesBryanskiy-0/+18
2025-05-04Rollup merge of #139675 - sayantn:avx10, r=AmanieuStuart Cook-0/+19
2025-05-02resolve: Support imports of associated types and glob imports from traitsVadim Petrochenkov-1/+14
2025-04-30compiletest: Make diagnostic kind mandatory on line annotationsVadim Petrochenkov-1/+1
2025-04-28Rollup merge of #140323 - tgross35:cfg-unstable-float, r=UrgauChris Denton-0/+51
2025-04-28AsyncDrop implementation using shim codegen of async_drop_in_place::{closure}...Andrew Zhogin-0/+49
2025-04-27Implement the internal feature `cfg_target_has_reliable_f16_f128`Trevor Gross-0/+51
2025-04-26Add the `avx10.1` and `avx10.2` target featuressayantn-0/+19
2025-04-24Deprecate the unstable `concat_idents!`Trevor Gross-6/+12
2025-04-20stabilize `naked_functions`Folkert de Vries-99/+2
2025-04-19Rollup merge of #139753 - folkertdev:naked-function-unsafe-attribute, r=tgros...Chris Denton-28/+31
2025-04-19Auto merge of #139114 - m-ou-se:super-let-pin, r=davidtwcobors-31/+0
2025-04-19Make `#[naked]` an unsafe attributeFolkert de Vries-28/+31
2025-04-17Auto merge of #139949 - matthiaskrgr:rollup-pxc5tsx, r=matthiaskrgrbors-84/+31
2025-04-17Rollup merge of #138632 - clubby789:stabilize-cfg-boolean-lit, r=davidtwco,Ur...Matthias Krüger-84/+31
2025-04-16Add test for `extern` without explicit ABIObei Sideg-0/+272
2025-04-15Implement `pin!()` using `super let`.Mara Bos-31/+0
2025-04-13Rollup merge of #139718 - folkertdev:unsafe-attributes-earlier-editions, r=fm...Jacob Pratt-6/+6
2025-04-13Rollup merge of #139001 - folkertdev:naked-function-rustic-abi, r=traviscross...Jacob Pratt-0/+59
2025-04-13error on unsafe attributes in pre-2024 editionsFolkert de Vries-6/+6
2025-04-10replace `//@ compile-flags: --edition` with `//@ edition`Pietro Albini-3/+3
2025-04-08UI tests: add missing diagnostic kinds where possibleVadim Petrochenkov-23/+23
2025-04-07Add `naked_functions_rustic_abi` feature gateFolkert de Vries-0/+59
2025-04-07Rollup merge of #139455 - Skgland:remove_rust-intrinsic_ABI, r=oli-obkStuart Cook-229/+25
2025-04-06update/bless testsBennet Bleßmann-229/+25
2025-04-04Add feature gate test for cfg'd out super let.Mara Bos-1/+18
2025-04-03Use `cfg(false)` in UI testsclubby789-31/+31
2025-04-03Stabilize `cfg_boolean_literals`clubby789-53/+0
2025-04-03Rollup merge of #139294 - beetrees:fix-f16-f128-literal-feature-gate, r=fmeaseMatthias Krüger-12/+54
2025-04-03Rollup merge of #139080 - m-ou-se:super-let-gate, r=traviscrossMatthias Krüger-0/+17
2025-04-03Fix the `f16`/`f128` feature gate on integer literalsbeetrees-12/+54
2025-04-02Rollup merge of #138003 - sayantn:new-amx, r=AmanieuStuart Cook-0/+19
2025-04-01Auto merge of #138492 - lcnr:rm-inline_const_pat, r=oli-obkbors-17/+0
2025-03-30Remove attribute `#[rustc_error]`Vadim Petrochenkov-12/+2
2025-03-28Rollup merge of #139063 - fmease:fix-tait-atpit-gating, r=oli-obkMatthias Krüger-12/+154
2025-03-28Add the feature gate for the `super let` experiment.Mara Bos-0/+17
2025-03-28Fix TAIT & ATPIT feature gating in the presence of anon constsLeón Orell Valerian Liehr-12/+154
2025-03-25Rollup merge of #138128 - compiler-errors:precise-capturing-in-traits, r=oli-...Jacob Pratt-19/+0
2025-03-25compiletest: Support matching on diagnostics without a spanVadim Petrochenkov-0/+4
2025-03-23Stabilize precise_capturing_in_traitsMichael Goulet-19/+0
2025-03-21Rollup merge of #138570 - folkertdev:naked-function-target-feature-gate, r=Am...Matthias Krüger-0/+28
2025-03-21remove `feature(inline_const_pat)`lcnr-17/+0
2025-03-18Revert "Rollup merge of #136355 - GuillaumeGomez:proc-macro_add_value_retriev...Ralf Jung-16/+0
2025-03-17Rollup merge of #133870 - nbdd0121:asm, r=traviscross,nnethercoteMatthias Krüger-26/+1
2025-03-17Stabilize asm_gotoGary Guo-26/+1