about summary refs log tree commit diff
path: root/src/test/ui/allocator/custom.rs
AgeCommit message (Expand)AuthorLines
2020-12-04 Rename `AllocRef` to `Allocator` and `(de)alloc` to `(de)allocate`Tim Diekmann-8/+7
2020-09-22a few more &mut self -> self changesblitzerr-1/+1
2020-09-22fixing the test failureblitzerr-1/+2
2020-09-22fixing the custom.rsblitzerr-1/+1
2020-09-21Changing the alloc() to accept &self instead of &mut selfblitzerr-1/+1
2020-08-04Replace `Memoryblock` with `NonNull<[u8]>`Tim Diekmann-4/+5
2020-07-28Remove in-place allocation and revert to separate methods for zeroed allocationsTim Diekmann-3/+3
2020-03-28Make fields in `MemoryBlock` publicTim Diekmann-4/+4
2020-03-26Remove alignment from `MemoryBlock`Tim Diekmann-2/+2
2020-03-26Fix issues from review and unsoundness of `RawVec::into_box`Tim Diekmann-6/+6
2020-03-26Overhaul of the `AllocRef` trait to match allocator-wg's latest consensTim Diekmann-3/+3
2020-03-03Remove `usable_size` APIsTim Diekmann-2/+2
2020-01-27Rename `Alloc` to `AllocRef`Tim Diekmann-1/+1
2019-07-27tests: Move run-pass tests without naming conflicts to uiVadim Petrochenkov-0/+58