about summary refs log tree commit diff
path: root/src/liballoc/allocator.rs
AgeCommit message (Expand)AuthorLines
2017-07-05rustc: Implement the #[global_allocator] attributeAlex Crichton-2/+21
2017-06-25std: Fix implementation of `Alloc::alloc_one`Alex Crichton-1/+1
2017-06-19Minor Allocator doc fixAlex Crichton-1/+0
2017-06-15implement Error trait for error structs added in allocator API.Felix S. Klock II-0/+28
2017-06-15Changed `Layout::from_size_align` to return `Option`.Felix S. Klock II-19/+43
2017-06-15Add API for `Alloc` trait.Felix S. Klock II-0/+986