about summary refs log tree commit diff
path: root/tests/auxiliary
AgeCommit message (Collapse)AuthorLines
2024-12-18tests/assembly/asm: Remove uses of rustc_attrs and lang_items features by ↵Taiki Endo-2/+22
using minicore
2024-12-17tests/ui/asm: Remove uses of rustc_attrs, lang_items, and decl_macro ↵Taiki Endo-1/+9
features by using minicore
2024-11-22Support input/output in vector registers of s390x inline assemblyTaiki Endo-0/+1
2024-11-03Fix typo in tests/auxiliary/minicore.rsTaiki Endo-1/+1
Co-authored-by: Jubilee <workingjubilee@gmail.com>
2024-11-02Add more core stubs to `minicore`Jieyou Xu-2/+11
`f32`, `f64` and `asm!` macro.
2024-10-31tests: use minicore in `tests/ui/abi/compatibility.rs` as an example许杰友 Jieyou Xu (Joe)-19/+14
2024-10-31minicore: add minimal minicore test auxiliary许杰友 Jieyou Xu (Joe)-0/+77
The initial `minicore` is intentionally super minimal and contains an incomplete subset of `core` items, and explicitly not items from `alloc` or `std`-only items.
2024-04-17Clean up users of rust_dbg_callBen Kimock-3/+3
2024-03-17extend extern tests to include FiveU16sErik Desjardins-0/+24
As described in the code, this extends just beyond a 64bit reg, but isn't a round number, so it triggers some edge cases in the cast ABI.
2023-01-11Move /src/test to /testsAlbert Larsan-0/+429