summary refs log tree commit diff
path: root/src/test/ui/c-variadic
AgeCommit message (Expand)AuthorLines
2022-09-03Shrink suggestion span of argument mismatch errorMichael Goulet-2/+2
2022-08-12Adjust span of fn argumentsMichael Goulet-3/+3
2022-07-25Report elision failures on the AST.Camille GILLOT-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
2022-04-04Format invariance notes with backticksMichael Goulet-16/+16
2022-01-21Rollup merge of #92467 - Aaron1011:extern-local-region, r=oli-obkMatthias Krüger-1/+1
2022-01-06Rollup merge of #92360 - jackh726:param-heuristics-1, r=davidtwcoMatthias Krüger-0/+14
2021-12-31Ensure that early-bound function lifetimes are always 'local'Aaron Hill-1/+1
2021-12-29Refactor variance diagnostics to work with more typesAaron Hill-0/+28
2021-12-28Slight cleanupJack Huey-0/+14
2021-11-06Move some tests to more reasonable directoriesCaio-0/+22
2021-10-13Remove textual span from diagnostic stringOli Scherer-3/+3
2021-08-11Modify structured suggestion outputEsteban Küber-3/+3
2021-08-04Remove trailing whitespace from error messagesFabian Wolff-1/+1
2021-07-06Replace per-target ABI denylist with an allowlistSimonas Kazlauskas-16/+19
2021-06-09Handle C-variadic arguments properly when reporting region errorsFabian Wolff-0/+140
2021-06-06Add variance-related information to lifetime error messagesAaron Hill-0/+8
2021-01-13Update tests for extern block lintingMark Rousskov-6/+6
2020-10-15ensure arguments are included in count mismatch spanAndy Russell-6/+12
2020-10-15fix off-by-one in parameter spansAndy Russell-1/+1
2020-09-02pretty: trim paths of unique symbolsDan Aloni-17/+17
2020-06-04test: ui: skip tests which aren't appropriate for RISC-VTom Eccles-11/+12
2020-05-22Update testsMatthew Jasper-322/+102
2020-04-22Tweak wordingEsteban Küber-1/+1
2020-04-22Tweak `'static` suggestion codeEsteban Küber-1/+5
2020-02-11On mismatched argument count point at argumentsEsteban Küber-6/+10
2020-01-12Get rid of RegionErrorNamingContextMark Mansi-2/+2
2019-12-12More c-variadic errors as semantic restrictions.Mazdak Farrokhzad-2/+2
2019-12-03Include a span in more `expected...found` notesAaron Hill-3/+7
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-14/+14
2019-10-11Print lifetimes with backticksYuki Okushi-1/+1
2019-10-07update ui testsGuillaume Gomez-1/+2
2019-09-28rustc: rely on c_variadic == true instead of CVarArgs in HIR/Ty fn signatures.Eduard-Mihai Burtescu-154/+100
2019-09-28rustc: don't store a lifetime in hir::TyKind::CVarArgs.Eduard-Mihai Burtescu-8/+8
2019-09-12update testsMark Mansi-9/+9
2019-08-12syntax: account for CVarArgs being in the argument list.Eduard-Mihai Burtescu-0/+14
2019-07-14Make VaListImpl<'f> invariant over the 'f lifetimeAndrei Homescu-44/+116
2019-06-17Expose `VaListImpl` as the Rust equivalent of `__va_list_tag` and implement C...Andrei Homescu-56/+97
2019-05-12Remove feature(nll) when compare mode is sufficientMatthew Jasper-104/+0
2019-05-12Change compare mode to use -Zborrowck=mirMatthew Jasper-0/+81
2019-04-22review comments: deduplicate testsEsteban Küber-105/+0
2019-04-22Continue evaluating after item-type checkingEsteban Küber-14/+85
2019-04-18hide `--explain` hint if error has no extended infoAndy Russell-3/+3
2019-03-22ffi: rename VaList::copy to VaList::with_copyDan Robertson-19/+19
2019-03-11Update testsVadim Petrochenkov-55/+55
2019-02-27Rename variadic to c_variadicDan Robertson-4/+4