about summary refs log tree commit diff
path: root/tests/ui/c-variadic
AgeCommit message (Expand)AuthorLines
2025-07-26Rollup merge of #144379 - folkertdev:c-variadic-same-program-multiple-abis, r...Jacob Pratt-0/+112
2025-07-26test using multiple c-variadic ABIs in the same programFolkert de Vries-0/+112
2025-07-23add codegen test for variadics (also replacing some existing does-this-build ...Ralf Jung-59/+24
2025-06-13variadic functions: remove list of supported ABIs from errorRalf Jung-24/+22
2025-04-03compiletest: Require `//~` annotations even if `error-pattern` is specifiedVadim Petrochenkov-8/+14
2025-03-03Change variadic-ffi-2 to use a platform independant ABITamme Dittrich-17/+4
2025-03-03Bless UI testsTamme Dittrich-1/+12
2025-02-24tests: use minicore moreDavid Wood-15/+17
2025-02-21More sophisticated span trimmingMichael Goulet-6/+4
2025-02-14Trim suggestion parts to the subset that is purely additiveMichael Goulet-1/+1
2025-02-14Use underline suggestions for purely 'additive' replacementsMichael Goulet-3/+2
2025-02-12Split out the `extern_system_varargs` featureJubilee Young-33/+8
2025-02-11Revert "Stabilize `extended_varargs_abi_support`"Jubilee Young-2/+75
2025-02-10Show diff suggestion format on verbose replacementEsteban Küber-6/+9
2025-02-06Label mismatched parameters at the def site for foreign functions.Jason Newcomb-2/+2
2025-01-06`best_blame_constraint`: don't filter constraints by sup SCCdianne-3/+3
2024-11-30Rollup merge of #133620 - dev-ardi:simplify-hir_typeck_pass_to_variadic_funct...许杰友 Jieyou Xu (Joe)-6/+36
2024-11-30Rollup merge of #116161 - Soveu:varargs2, r=cjgillot许杰友 Jieyou Xu (Joe)-75/+2
2024-11-29simplify how the `hir_typeck_pass_to_variadic_function` diagnostic is createdOrion Gonzalez-6/+36
2024-11-29bless the tests and add a new oneOrion Gonzalez-4/+41
2024-11-27Stabilize `extended_varargs_abi_support`Soveu-75/+2
2024-09-23Check ABI target compatibility for function pointersTamme Dittrich-10/+29
2024-07-14Use ordinal number in argument errorlong-long-float-1/+1
2024-06-22compiler: Mention C-unwind in C-variadic errorJubilee Young-1/+1
2024-04-16Update TestsVeera-9/+4
2024-02-16[AUTO-GENERATED] Migrate ui tests from `//` to `//@` directives许杰友 Jieyou Xu (Joe)-7/+7
2024-01-13Auto merge of #119088 - George-lewis:glewis/suggest-upgrading-compiler, r=Nil...bors-0/+3
2024-01-13Bless testsGeorge-lewis-0/+3
2024-01-12allow system abi to be variadicbeepster4096-2/+5
2023-12-12Rollup merge of #117914 - estebank:issue-85843, r=wesleywiserMatthias Krüger-1/+10
2023-11-24Show number in error message even for one errorNilstrieb-5/+5
2023-11-20Tweak wordingEsteban Küber-1/+1
2023-11-20On borrow return type, suggest borrowing from arg or owned return typeEsteban Küber-1/+10
2023-10-30Fix bad-c-variadic error being emitted multiple timesNicholas Bishop-8/+2
2023-09-14Enable varargs support for AAPCS calling conventionSoveu-2/+5
2023-08-30Test and note unsafe ctor to fn ptr coercionMichael Goulet-2/+0
2023-01-30Mention fn coercion rules (needs to be expanded)Esteban Küber-0/+2
2023-01-15Tweak E0597Esteban Küber-1/+3
2023-01-13Rollup merge of #105795 - nicholasbishop:bishop-stabilize-efiapi, r=joshtriplettYuki Okushi-10/+7
2023-01-11Stabilize `abi_efiapi` featureNicholas Bishop-10/+7
2023-01-11Filter impl and where-clause candidates that reference errorsMichael Goulet-21/+3
2023-01-11Move /src/test to /testsAlbert Larsan-0/+637