about summary refs log tree commit diff
path: root/src/test/run-pass/allocator
AgeCommit message (Expand)AuthorLines
2019-07-27tests: Move run-pass tests without naming conflicts to uiVadim Petrochenkov-234/+0
2019-07-24syntax_ext: Improve and simplify code generated by `#[global_allocator]`Vadim Petrochenkov-4/+6
2019-07-24syntax_ext: Turn `#[global_allocator]` into a regular attribute macroVadim Petrochenkov-0/+46
2019-01-26Replace deprecated ATOMIC_INIT constsMark Rousskov-9/+8
2018-12-25Remove licensesMark Rousskov-60/+0
2018-09-26Migrate `src/test/ui/run-pass/*` back to `src/test/run-pass/`.Felix S. Klock II-0/+247
2018-09-06Migrated remaining `src/test/run-pass/` subdirectories to `src/test/ui/run-pa...Felix S. Klock II-241/+0
2018-08-05Fix test/run-passvarkor-2/+2
2018-06-11Remove some '#[feature]' attributes for stabilized featuresSimon Sapin-3/+2
2018-06-11Replace `impl GlobalAlloc for Global` with a set of free functionsMike Hommey-3/+3
2018-06-11Remove alloc::Opaque and use *mut u8 as pointer type for GlobalAllocMike Hommey-6/+6
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