about summary refs log tree commit diff
path: root/library/alloc/src/boxed
AgeCommit message (Expand)AuthorLines
2023-04-21More `IS_ZST` in `library`Scott McMurray-7/+3
2023-01-20ThinBox: Add intra-doc-links for Metadataest31-2/+6
2023-01-01Deallocate ThinBox even if the value unwinds on dropLegionMammal978-13/+34
2022-09-26remove cfg(bootstrap)Pietro Albini-2/+0
2022-08-22Move error trait into coreJane Losare-Lusby-0/+10
2022-07-01Rollup merge of #98585 - cuviper:covariant-thinbox, r=thomccDylan DPC-6/+27
2022-06-29alloc: fix `no_global_oom_handling` warningsMiguel Ojeda-1/+3
2022-06-27Implement `Send` and `Sync` for `ThinBox<T>`Josh Stone-0/+8
2022-06-27Make `ThinBox<T>` covariant in `T`Josh Stone-6/+27
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