| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2018-04-12 | impl GlobalAlloc for Global | Simon Sapin | -35/+50 | |
| 2018-04-12 | Restore Global.oom() functionality | Simon Sapin | -0/+16 | |
| … now that #[global_allocator] does not define a symbol for it | ||||
| 2018-04-12 | realloc with a new size only, not a full new layout. | Simon Sapin | -13/+9 | |
| Changing the alignment with realloc is not supported. | ||||
| 2018-04-12 | Remove the now-unit-struct AllocErr parameter of oom() | Simon Sapin | -3/+3 | |
| 2018-04-12 | Use the GlobalAlloc trait for #[global_allocator] | Simon Sapin | -148/+40 | |
| 2018-04-12 | Make AllocErr a zero-size unit struct | Simon Sapin | -16/+16 | |
| 2018-04-12 | Separate alloc::heap::Alloc trait for stage0 #[global_allocator] | Simon Sapin | -5/+0 | |
| 2018-04-12 | Actually deprecate the Heap type | Simon Sapin | -2/+6 | |
| 2018-04-12 | Rename the Heap type to Global | Simon Sapin | -9/+14 | |
| … since it is the entry point for what’s registered with `#[global_allocator]` | ||||
| 2018-04-12 | Actually deprecate heap modules. | Simon Sapin | -1/+1 | |
| 2018-04-12 | Rename `heap` modules in the core, alloc, and std crates to `alloc` | Simon Sapin | -0/+291 | |
