| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2021-11-26 | Add a unit test for zero-sized types in `RawVec`. | Nicholas Nethercote | -0/+84 | |
| Because there's some subtle behaviour specific to zero-sized types and it's currently not well tested. | ||||
| 2020-12-04 | Rename `AllocRef` to `Allocator` and `(de)alloc` to `(de)allocate` | Tim Diekmann | -5/+5 | |
| 2020-09-28 | Rename AllocErr to AllocError | Jacob Hughes | -3/+3 | |
| 2020-09-22 | removing &mut self for other methods of AllocRef | blitzerr | -1/+1 | |
| 2020-09-21 | replaced cell::update with cell::[g|s]et | blitzerr | -5/+1 | |
| 2020-09-21 | Added feature flag to use cell_update | blitzerr | -0/+4 | |
| 2020-09-21 | Changing the alloc() to accept &self instead of &mut self | blitzerr | -7/+8 | |
| 2020-08-04 | Replace `Memoryblock` with `NonNull<[u8]>` | Tim Diekmann | -1/+1 | |
| 2020-07-28 | Remove in-place allocation and revert to separate methods for zeroed allocations | Tim Diekmann | -2/+2 | |
| Fix docs | ||||
| 2020-07-27 | mv std libs to library/ | mark | -0/+78 | |
