about summary refs log tree commit diff
path: root/src/test/ui/box
AgeCommit message (Collapse)AuthorLines
2020-12-04 Rename `AllocRef` to `Allocator` and `(de)alloc` to `(de)allocate`Tim Diekmann-8/+8
2020-10-07Support custom allocators in `Box`Tim Diekmann-0/+140
Remove `Box::leak_with_alloc` Add leak-test for box with allocator Rename `AllocErr` to `AllocError` in leak-test Add `Box::alloc` and adjust examples to use the new API