about summary refs log tree commit diff
path: root/src/test/auxiliary/rust_test_helpers.c
AgeCommit message (Collapse)AuthorLines
2023-01-11Move /src/test to /testsAlbert Larsan-429/+0
2022-07-06experiment: trying to encode the end-to-end test as a ui test via ↵Felix S. Klock II-0/+12
rust_test_helpers. This instance is almost certainly insufficient because we need to force optimization flags for both the C and Rust sides of the code. but lets find out for sure.
2020-05-06test: Fix warnings in `rust_test_helpers.c`Vadim Petrochenkov-0/+2
2020-02-08Auto merge of #68452 - msizanoen1:riscv-abi, r=nagisa,eddybbors-0/+29
Implement proper C ABI lowering for RISC-V This is necessary for full RISC-V psABI compliance when passing argument across C FFI boundary. cc @lenary
2020-02-08test: address comments and pacify the merciless tidy.Eduard-Mihai Burtescu-3/+3
2020-02-08Add non-C-like enumeration tests on Rust->C calls to the ↵John VanEnk-0/+84
abi-sysv64-arg-passing test.
2020-02-04Add tests for RISC-V C ABImsizanoen1-0/+29
2019-07-05rustc_target: avoid negative register counts in the SysV x86_64 ABI.Eduard-Mihai Burtescu-0/+23
2019-06-17Expose `VaListImpl` as the Rust equivalent of `__va_list_tag` and implement ↵Andrei Homescu-5/+12
Clone for it.
2018-12-25Remove licensesMark Rousskov-10/+0
2018-12-19FIXME(2665) remove fixme since the c files are included by the testsuiteNiv Kaminer-5/+1
2018-02-24Remove directory `src/rt`Vadim Petrochenkov-0/+286