about summary refs log tree commit diff
path: root/tests/run-make/atomic-lock-free
AgeCommit message (Collapse)AuthorLines
2025-07-23atomicrmw on pointers: move integer-pointer cast hacks into backendRalf Jung-14/+25
2025-06-16tests: `{Meta,Pointee}Sized` in non-minicore testsDavid Wood-1/+7
As before, add `MetaSized` and `PointeeSized` traits to all of the non-minicore `no_core` tests so that they don't fail for lack of language items.
2025-06-07intrinsics: use const generic to set atomic orderingRalf Jung-14/+28
2025-04-06update/bless testsBennet Bleßmann-3/+2
2024-07-17Migrate `atomic-lock-free` to `rmake`Jerry Wang-48/+52
2024-05-31Run rustfmt on `tests/run-make/`.Nicholas Nethercote-1/+1
With the exception of `tests/run-make/translation/test.rs`, which has a syntax error. The expected output in `rustdoc-error-lines/rmake.rs`'s required slight tweaking. The two `reproducible-build.rs` files need `// ignore-tidy-linelength` because rustfmt produces lines longer than 100 chars, which tidy doesn't like, yuk.
2023-03-30Move almost all run-make-fulldeps to run-makeJoshua Nelson-0/+114
They pass fine.