Folkert de Vries
df8a3d5f1d
stabilize naked_functions
2025-04-20 11:18:38 +02:00
David Wood
92eb4450fa
tests: use minicore more
...
minicore makes it much easier to add new language items to all of the
existing `no_core` tests.
2025-02-24 09:26:54 +00:00
Ralf Jung
4a4207a650
use add-core-stubs / minicore for a few more tests
2025-02-16 18:37:50 +01:00
Michael Goulet
516afd557c
Implement and use BikeshedGuaranteedNoDrop for union/unsafe field validity
2025-02-13 03:45:04 +00:00
Taiki Endo
bd7213ff89
tests/assembly/asm: Remove uses of rustc_attrs and lang_items features by using minicore
2024-12-18 02:59:07 +09:00
Taiki Endo
86e0eabc8d
tests/ui/asm: Remove uses of rustc_attrs, lang_items, and decl_macro features by using minicore
2024-12-17 01:12:36 +09:00
Taiki Endo
2c8f6de1ba
Support input/output in vector registers of s390x inline assembly
2024-11-22 04:18:14 +09:00
Taiki Endo
a7520adc29
Fix typo in tests/auxiliary/minicore.rs
...
Co-authored-by: Jubilee <workingjubilee@gmail.com>
2024-11-03 17:32:33 +09:00
Jieyou Xu
89a107740c
Add more core stubs to minicore
...
`f32`, `f64` and `asm!` macro.
2024-11-02 21:59:27 +08:00
许杰友 Jieyou Xu (Joe)
adb6d4752f
tests: use minicore in tests/ui/abi/compatibility.rs
as an example
2024-10-31 18:20:11 +08:00
许杰友 Jieyou Xu (Joe)
82c2e42894
minicore: add minimal minicore test auxiliary
...
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-10-31 18:20:11 +08:00
Ben Kimock
b91c1aafec
Clean up users of rust_dbg_call
2024-04-17 15:08:08 -04:00
Erik Desjardins
4498cd6a8d
extend extern tests to include FiveU16s
...
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.
2024-03-17 00:07:42 -04:00
Albert Larsan
cf2dff2b1e
Move /src/test to /tests
2023-01-11 09:32:08 +00:00