about summary refs log tree commit diff
path: root/tests/run-make/min-global-align
AgeCommit message (Collapse)AuthorLines
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.
2024-08-14rewrite no-alloc-shim to rmakeOneirical-2/+2
2024-08-14rewrite min-global-align to rmakeOneirical-22/+27
2024-02-29Forbid implementing `Freeze` even if the trait is stabilizedOli Scherer-1/+1
2023-03-30Move almost all run-make-fulldeps to run-makeJoshua Nelson-0/+54
They pass fine.