summary refs log tree commit diff
path: root/src/test/ui/c-variadic
AgeCommit message (Expand)AuthorLines
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
2019-02-27Add c_variadic language feature itemDan Robertson-0/+1
2019-02-27Support defining C compatible variadic functionsDan Robertson-0/+516