| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2021-05-19 | Rename `rterr` to `rtprintpanic` | Christiaan Dirkx | -1/+1 | |
| 2021-05-19 | Replace `sys_common::util::dumb_print` with `rterr!` | Christiaan Dirkx | -3/+1 | |
| 2021-01-07 | Fix safety comment | LingMan | -2/+3 | |
| The size assertion in the comment was inverted compared to the code. After fixing that the implication that `(new_size >= old_size) => new_size != 0` still doesn't hold so explain why `old_size != 0` at this point. | ||||
| 2020-12-17 | Add missing punctuation to std::alloc docs | pierwill | -1/+1 | |
| Add a period to first line of module docs to match other modules in std. | ||||
| 2020-12-04 | Rename `AllocRef` to `Allocator` and `(de)alloc` to `(de)allocate` | Tim Diekmann | -10/+10 | |
| 2020-11-10 | Add missing newline to error message of the default OOM hook | hyd-dev | -1/+1 | |
| 2020-09-28 | Rename AllocErr to AllocError | Jacob Hughes | -10/+10 | |
| 2020-09-22 | a few more &mut self -> self changes | blitzerr | -8/+8 | |
| 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-19 | Allow reallocation to different alignment | Tim Diekmann | -32/+53 | |
| 2020-08-18 | Make `grow_impl` unsafe | Tim Diekmann | -3/+6 | |
| 2020-08-18 | Add comment, which was removed by accident (again) | Tim Diekmann | -0/+2 | |
| 2020-08-18 | Clean up AllocRef implementation and documentation | Tim Diekmann | -77/+77 | |
| 2020-08-18 | Auto merge of #75621 - TimDiekmann:no-fast-realloc, r=Amanieu | bors | -17/+10 | |
| Remove fast path in reallocation for same layout sizes r? @Amanieu Before merging a perf-run should be done. Closes https://github.com/rust-lang/wg-allocators/issues/70 | ||||
| 2020-08-17 | Switch to intra-doc links for std/src/alloc.rs | Ellen | -9/+0 | |
| 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 | -12/+16 | |
| 2020-07-29 | Simplify implementations of `AllocRef` for `Global` and `System` | Tim Diekmann | -124/+73 | |
| 2020-07-28 | Remove in-place allocation and revert to separate methods for zeroed allocations | Tim Diekmann | -66/+115 | |
| Fix docs | ||||
| 2020-07-27 | mv std libs to library/ | mark | -0/+379 | |
