summary refs log tree commit diff
path: root/src/test/compile-fail/allocator/not-an-allocator.rs
AgeCommit message (Expand)AuthorLines
2018-04-22Remove Alloc::oomSteven Fackler-1/+0
2018-04-12Restore Global.oom() functionalitySimon Sapin-0/+1
2018-04-12Use the GlobalAlloc trait for #[global_allocator]Simon Sapin-10/+4
2017-07-05rustc: Implement the #[global_allocator] attributeAlex Crichton-0/+26