summary refs log tree commit diff
path: root/src/test/run-pass/allocator
AgeCommit message (Expand)AuthorLines
2018-04-14Replace remaining uses of deprecated std::heap with std::allocMike Hommey-1/+1
2018-04-12Rename alloc::Void to alloc::OpaqueSimon Sapin-6/+6
2018-04-12Use NonNull<Void> instead of *mut u8 in the Alloc traitMike Hommey-1/+1
2018-04-12Use the GlobalAlloc trait for #[global_allocator]Simon Sapin-19/+19
2017-11-19std: Add a new wasm32-unknown-unknown targetAlex Crichton-5/+1
2017-07-05rustc: Implement the #[global_allocator] attributeAlex Crichton-0/+246