summary refs log tree commit diff
path: root/src/test/run-pass/allocator-alloc-one.rs
AgeCommit message (Expand)AuthorLines
2018-01-20Replace Unique<T> with NonZero<T> in Alloc traitSimon Sapin-1/+1
2017-07-05rustc: Implement the #[global_allocator] attributeAlex Crichton-8/+5
2017-06-25std: Fix implementation of `Alloc::alloc_one`Alex Crichton-0/+27