summary refs log tree commit diff
path: root/library/alloc/src/boxed
AgeCommit message (Expand)AuthorLines
2022-05-27Use `pointer::is_aligned` in ThinBox debug assertThom Chiovoloni-1/+1
2022-05-27Avoid zero-sized allocs in ThinBox if T and H are both ZSTs.Thom Chiovoloni-19/+46
2022-04-08Add ThinBox type for 1 stack pointer sized heap allocated trait objectsJane Lusby-0/+215