about summary refs log tree commit diff
path: root/library/alloc/tests/thin_box.rs
AgeCommit message (Expand)AuthorLines
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