about summary refs log tree commit diff
path: root/src/test/codegen/c-variadic.rs
AgeCommit message (Expand)AuthorLines
2022-05-25Update some codegen tests for opaque pointersNikita Popov-4/+4
2021-08-03rustc: Fill out remaining parts of C-unwind ABIAlex Crichton-6/+1
2021-04-03Remove redundant `ignore-tidy-linelength` annotationsSimon Jakobi-1/+1
2020-04-15Use `call` instead of `invoke` for functions that cannot unwindWesley Wiser-8/+8
2019-10-25Re-enable Emscripten's exception handling supportThomas Lively-1/+1
2019-10-16Upgrade Emscripten targets to use upstream LLVM backendThomas Lively-0/+1
2019-10-05Revert "Auto merge of #63649 - tlively:emscripten-upstream-upgrade, r=alexcri...Tyler Mandry-1/+0
2019-10-04Fix ABI, run and fix more tests, re-enable CI for PRsThomas Lively-0/+1
2019-09-09test/c-variadic: Fix patterns on powerpc64Samuel Holland-11/+12
2019-08-25Force #[unwind(aborts)] in test/codegen/c-variadic.rsJosh Stone-0/+6
2019-06-17Expose `VaListImpl` as the Rust equivalent of `__va_list_tag` and implement C...Andrei Homescu-1/+1
2019-02-27Support defining C compatible variadic functionsDan Robertson-0/+69