about summary refs log tree commit diff
path: root/src/test/run-pass/allocator-alloc-one.rs
AgeCommit message (Expand)AuthorLines
2018-12-25Remove licensesMark Rousskov-10/+0
2018-09-21Allow various lints as part of ui-ifying `src/test/run-pass` suite.Felix S. Klock II-0/+2
2018-06-18Rename OOM to allocation errorSimon Sapin-2/+4
2018-05-30Pass a `Layout` to `oom`Mike Hommey-2/+2
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