| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2020-09-28 | Rename AllocErr to AllocError | Jacob Hughes | -10/+10 | |
| 2020-09-22 | a few more &mut self -> self changes | blitzerr | -4/+4 | |
| 2020-09-22 | removing &mut self for other methods of AllocRef | blitzerr | -2/+2 | |
| 2020-09-21 | Changing the alloc() to accept &self instead of &mut self | blitzerr | -2/+2 | |
| 2020-09-08 | Capitalize safety comments | Flying-Toast | -1/+1 | |
| 2020-08-26 | Auto merge of #75687 - TimDiekmann:realloc-align, r=Amanieu | bors | -34/+55 | |
| Allow reallocation to different alignment in `AllocRef` The allocator-wg [has decided](https://github.com/rust-lang/wg-allocators/issues/5#issuecomment-672591112) to support reallocating to a different alignment in `AllocRef`. For more details please see the linked issue. r? @Amanieu closes https://github.com/rust-lang/wg-allocators/issues/5 | ||||
| 2020-08-21 | Use intra-doc-links in `alloc` | LeSeulArtichaut | -18/+0 | |
| 2020-08-19 | Allow reallocation to different alignment | Tim Diekmann | -34/+55 | |
| 2020-08-18 | Make `grow_impl` unsafe | Tim Diekmann | -3/+6 | |
| 2020-08-18 | Clean up AllocRef implementation and documentation | Tim Diekmann | -74/+71 | |
| 2020-08-17 | Fix typo in comment | Tim Diekmann | -2/+2 | |
| 2020-08-17 | Remove fast path in reallocation for same layout sizes | Tim Diekmann | -17/+10 | |
| 2020-08-04 | Replace `Memoryblock` with `NonNull<[u8]>` | Tim Diekmann | -13/+17 | |
| 2020-07-29 | Simplify implementations of `AllocRef` for `Global` and `System` | Tim Diekmann | -71/+70 | |
| 2020-07-28 | Remove in-place allocation and revert to separate methods for zeroed allocations | Tim Diekmann | -43/+69 | |
| Fix docs | ||||
| 2020-07-27 | mv std libs to library/ | mark | -0/+319 | |
