about summary refs log tree commit diff
path: root/library/alloc/tests/thin_box.rs
AgeCommit message (Expand)AuthorLines
2025-03-07Move all alloc integration tests to a new alloctests cratebjorn3-261/+0
2025-03-06library: Use size_of from the prelude instead of importedThalia Archibald-2/+1
2022-08-21Make use of `pointer::is_aligned[_to]`Maybe Waffle-4/+4
2022-06-27Make `ThinBox<T>` covariant in `T`Josh Stone-0/+7
2022-05-27Avoid zero-sized allocs in ThinBox if T and H are both ZSTs.Thom Chiovoloni-0/+229
2022-04-10thin_box test: import from std, not allocRalf Jung-1/+1
2022-04-08Add ThinBox type for 1 stack pointer sized heap allocated trait objectsJane Lusby-0/+26