about summary refs log tree commit diff
path: root/src/test/ui/c-variadic/variadic-ffi-1.stderr
AgeCommit message (Expand)AuthorLines
2023-01-11Move /src/test to /testsAlbert Larsan-100/+0
2022-10-23Cleanup message and bless testsJack Huey-1/+1
2022-10-23Enable varargs support for calling conventions other than C or cdeclSoveu-14/+14
2022-09-03Shrink suggestion span of argument mismatch errorMichael Goulet-2/+2
2022-06-19Make missing argument placeholder more obvious that it's a placeholderMichael Goulet-4/+4
2022-04-16Implementation for 65853Jack Huey-6/+10
2021-07-06Replace per-target ABI denylist with an allowlistSimonas Kazlauskas-13/+13
2020-10-15ensure arguments are included in count mismatch spanAndy Russell-6/+12
2020-06-04test: ui: skip tests which aren't appropriate for RISC-VTom Eccles-11/+11
2020-02-11On mismatched argument count point at argumentsEsteban Küber-4/+8
2019-11-25Auto merge of #66682 - estebank:fn-type-err, r=davidtwcobors-4/+4
2019-11-23Highlight parts of fn in type errorsEsteban Küber-4/+4
2019-11-21Point at type in `let` assignment on type errorsEsteban Küber-2/+6
2019-11-18Specific labels when referring to "expected" and "found" typesEsteban Küber-4/+4
2019-09-28rustc: rely on c_variadic == true instead of CVarArgs in HIR/Ty fn signatures.Eduard-Mihai Burtescu-2/+2
2019-06-17Expose `VaListImpl` as the Rust equivalent of `__va_list_tag` and implement C...Andrei Homescu-2/+2
2019-04-22Continue evaluating after item-type checkingEsteban Küber-2/+75
2019-03-11Update testsVadim Petrochenkov-1/+1
2019-02-27Rename variadic to c_variadicDan Robertson-2/+2
2019-02-27Support defining C compatible variadic functionsDan Robertson-0/+9