about summary refs log tree commit diff
path: root/library/std/src/alloc.rs
AgeCommit message (Expand)AuthorLines
2020-08-04Replace `Memoryblock` with `NonNull<[u8]>`Tim Diekmann-12/+16
2020-07-29Simplify implementations of `AllocRef` for `Global` and `System`Tim Diekmann-124/+73
2020-07-28Remove in-place allocation and revert to separate methods for zeroed allocationsTim Diekmann-66/+115
2020-07-27mv std libs to library/mark-0/+379