| Age | Commit message (Expand) | Author | Lines |
|---|---|---|---|
| 2018-06-11 | Remove some '#[feature]' attributes for stabilized features | Simon Sapin | -3/+2 |
| 2018-06-11 | Replace `impl GlobalAlloc for Global` with a set of free functions | Mike Hommey | -3/+3 |
| 2018-06-11 | Remove alloc::Opaque and use *mut u8 as pointer type for GlobalAlloc | Mike Hommey | -6/+6 |
| 2018-04-14 | Replace remaining uses of deprecated std::heap with std::alloc | Mike Hommey | -1/+1 |
| 2018-04-12 | Rename alloc::Void to alloc::Opaque | Simon Sapin | -6/+6 |
| 2018-04-12 | Use NonNull<Void> instead of *mut u8 in the Alloc trait | Mike Hommey | -1/+1 |
| 2018-04-12 | Use the GlobalAlloc trait for #[global_allocator] | Simon Sapin | -19/+19 |
| 2017-11-19 | std: Add a new wasm32-unknown-unknown target | Alex Crichton | -5/+1 |
| 2017-07-05 | rustc: Implement the #[global_allocator] attribute | Alex Crichton | -0/+246 |
