about summary refs log tree commit diff
path: root/src/libstd/heap.rs
AgeCommit message (Expand)AuthorLines
2018-04-12Rename `heap` modules in the core, alloc, and std crates to `alloc`Simon Sapin-176/+0
2018-04-12Import the `alloc` crate as `alloc_crate` in stdSimon Sapin-1/+1
2018-04-12Inline docs for the heap module’s reexportsSimon Sapin-1/+1
2018-03-29Move the alloc::allocator module to core::heapSimon Sapin-1/+2
2017-11-04rustc: Handle some libstd symbole exports betterAlex Crichton-0/+11
2017-07-25Bump master to 1.21.0Alex Crichton-2/+1
2017-07-05rustc: Implement the #[global_allocator] attributeAlex Crichton-0/+165