| Age | Commit message (Expand) | Author | Lines |
|---|---|---|---|
| 2018-04-12 | Rename alloc::Void to alloc::Opaque | Simon Sapin | -19/+19 |
| 2018-04-12 | Remove conversions for allocated pointers | Simon Sapin | -17/+0 |
| 2018-04-12 | Use NonNull<Void> instead of *mut u8 in the Alloc trait | Mike Hommey | -33/+25 |
| 2018-04-12 | Restore Global.oom() functionality | Simon Sapin | -0/+4 |
| 2018-04-12 | Conversions between Result<*mut u8, AllocErr>> and *mut Void | Simon Sapin | -0/+21 |
| 2018-04-12 | realloc with a new size only, not a full new layout. | Simon Sapin | -51/+36 |
| 2018-04-12 | Return Result instead of Option in alloc::Layout constructors | Simon Sapin | -22/+41 |
| 2018-04-12 | Remove the now-unit-struct AllocErr field inside CollectionAllocErr | Simon Sapin | -3/+3 |
| 2018-04-12 | Remove the now-unit-struct AllocErr parameter of oom() | Simon Sapin | -1/+1 |
| 2018-04-12 | Implement GlobalAlloc for System | Simon Sapin | -0/+4 |
| 2018-04-12 | Make AllocErr a zero-size unit struct | Simon Sapin | -50/+8 |
| 2018-04-12 | Rename `heap` modules in the core, alloc, and std crates to `alloc` | Simon Sapin | -0/+1125 |
