summary refs log tree commit diff
path: root/src/test/run-pass/allocator-alloc-one.rs
AgeCommit message (Expand)AuthorLines
2018-04-22Replace GlobalAlloc::oom with a lang itemSteven Fackler-4/+2
2018-04-14Replace remaining uses of deprecated Heap with GlobalMike Hommey-4/+4
2018-04-14Replace remaining uses of deprecated std::heap with std::allocMike Hommey-1/+1
2018-04-12Remove the now-unit-struct AllocErr parameter of oom()Simon Sapin-2/+2
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