about summary refs log tree commit diff
path: root/tests/ui/feature-gates
AgeCommit message (Expand)AuthorLines
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
2025-03-17Rollup merge of #136355 - GuillaumeGomez:proc-macro_add_value_retrieval_metho...Jacob Pratt-0/+16
2025-03-16add `naked_functions_target_feature` unstable featureFolkert de Vries-0/+28
2025-03-16Add a centralized test for print request stability gatingJieyou Xu-5/+0
2025-03-14Do not suggest using `-Zmacro-backtrace` for builtin macrosEsteban Küber-2/+0
2025-03-11Auto merge of #128440 - oli-obk:defines, r=lcnrbors-2/+7
2025-03-11Implement `#[define_opaque]` attribute for functions.Oli Scherer-2/+7
2025-03-10add tracking issue for unqualified_local_importsRalf Jung-0/+1
2025-03-07Rollup merge of #134797 - spastorino:ergonomic-ref-counting-1, r=nikomatsakisMatthias Krüger-0/+95
2025-03-07Auto merge of #138127 - compiler-errors:rollup-kcarqrz, r=compiler-errorsbors-4/+54
2025-03-06Add slight variation to feature-gate ergonomic clones testSantiago Pastorino-4/+17
2025-03-06Change feature flag error to be ergonomic clones are experimentalSantiago Pastorino-6/+6
2025-03-06Add UseCloned trait related codeSantiago Pastorino-11/+40
2025-03-06Generate the right MIR for by use closuresSantiago Pastorino-27/+2
2025-03-06Use closure parse codeSantiago Pastorino-36/+45
2025-03-06Implement .use keyword as an alias of cloneSantiago Pastorino-16/+39
2025-03-06Add ergonomic_clones feature flagSantiago Pastorino-0/+46
2025-03-06Add the yield_expr featureEric Holk-4/+54
2025-03-06Rollup merge of #135733 - frank-king:feature/pin-self-receiver, r=oli-obk,tra...Michael Goulet-10/+118
2025-03-05Implement `&pin const self` and `&pin mut self` sugarsFrank King-10/+118
2025-03-05Rollup merge of #137728 - Darksonn:no-tuple-unsize, r=oli-obk许杰友 Jieyou Xu (Joe)-7/+8
2025-03-05Add the `movrs` target feature and `movrs_target_feature` feature gatesayantn-0/+19
2025-03-04Auto merge of #135186 - camelid:const-path-multi, r=BoxyUwUbors-3/+16
2025-03-04Auto merge of #135695 - Noratrieb:elf-raw-dylib, r=bjorn3bors-0/+22
2025-03-04mgca: Lower all const paths as `ConstArgKind::Path`Noah Lev-3/+16
2025-03-04Auto merge of #137959 - matthiaskrgr:rollup-62vjvwr, r=matthiaskrgrbors-0/+11
2025-03-03Rollup merge of #132388 - frank-king:feature/where-cfg, r=petrochenkovMatthias Krüger-0/+1928
2025-03-03Bless UI testsTamme Dittrich-1/+1
2025-03-03Bless UI testsTamme Dittrich-0/+11
2025-03-01Implment `#[cfg]` and `#[cfg_attr]` in `where` clausesFrank King-0/+1928
2025-03-01Rollup merge of #137617 - BoxyUwU:generic_const_parameter_types, r=lcnrMatthias Krüger-0/+32
2025-02-28Introduce `feature(generic_const_parameter_types)`Boxy-0/+32
2025-02-27Delete tuple unsizingAlice Ryhl-7/+8
2025-02-26Support raw-dylib link kind on ELFNoratrieb-0/+22
2025-02-25Auto merge of #137573 - compiler-errors:rollup-noq9yhp, r=compiler-errorsbors-129/+0
2025-02-24Remove dyn_compatible_for_dispatchMichael Goulet-129/+0
2025-02-24Fix test output expectationsJana Dönszelmann-22/+24
2025-02-24Introduce new-style attribute parsers for several attributesJana Dönszelmann-12/+9
2025-02-24tests: use minicore moreDavid Wood-131/+127
2025-02-22Fix "missing match arm body" suggestion involving `!`Esteban Küber-5/+30