| Age | Commit message (Expand) | Author | Lines |
| 2021-10-11 | Rollup merge of #89753 - jkugelman:must-use-from_value-conversions, r=joshtri... | Guillaume Gomez | -0/+1 |
| 2021-10-10 | Add #[must_use] to from_value conversions | John Kugelman | -0/+1 |
| 2021-10-10 | Add #[must_use] to core and std constructors | John Kugelman | -0/+1 |
| 2021-07-30 | Consistent spelling of "adapter" in the standard library | Frank Steffahn | -2/+2 |
| 2021-07-29 | Fix may not to appropriate might not or must not | Ali Malik | -1/+1 |
| 2021-07-21 | docs: GlobalAlloc: Make example only require 4096-aligned static | Ian Jackson | -3/+3 |
| 2021-07-20 | docs: GlobalAlloc: completely replace example with one that works | Ian Jackson | -11/+56 |
| 2021-06-24 | Use `#[non_exhaustive]` where appropriate | Jacob Pratt | -10/+9 |
| 2021-03-15 | Fix const stability `since` versions. | Oli Scherer | -1/+1 |
| 2021-03-02 | Rollup merge of #80189 - jyn514:convert-primitives, r=poliorcetics | Yuki Okushi | -1/+0 |
| 2021-02-28 | Try to clarify GlobalAlloc::realloc documentation comment. | Vytautas Astrauskas | -2/+5 |
| 2021-02-25 | Convert primitives to use intra-doc links | Joshua Nelson | -1/+0 |
| 2021-02-05 | Rollup merge of #81767 - exrook:layout-error-stability, r=Mark-Simulacrum | Mara Bos | -4/+4 |
| 2021-02-04 | Update LayoutError/LayoutErr stability attributes | Jacob Hughes | -4/+4 |
| 2021-02-03 | make Allocator object-safe | RustyYato | -1/+4 |
| 2021-01-03 | Auto merge of #79827 - tmiasko:size-align, r=kennytm | bors | -0/+6 |
| 2020-12-26 | Auto merge of #79045 - oli-obk:dont_rely_on_alloc_happening_for_soundness, r=... | bors | -0/+21 |
| 2020-12-26 | DIrect invocations of `AllocRef::alloc` cannot get optimized away | oli | -21/+0 |
| 2020-12-26 | Adjust markdown text to be more like the rendered text | oli | -8/+5 |
| 2020-12-26 | Update library/core/src/alloc/mod.rs | Oli Scherer | -1/+1 |
| 2020-12-26 | Update library/core/src/alloc/global.rs | Oli Scherer | -1/+1 |
| 2020-12-10 | Describe why `size_align` have not been inlined so far | Tomasz Miąsko | -0/+6 |
| 2020-12-04 | Update documentation to review comments | oli | -8/+21 |
| 2020-12-04 | Rename `AllocRef` to `Allocator` and `(de)alloc` to `(de)allocate` | Tim Diekmann | -33/+33 |
| 2020-11-22 | Stabilize `alloc::Layout const` functions | Chris Denton | -3/+3 |
| 2020-11-19 | Inform tidy about the reason for the ignored rust code | oli | -2/+2 |
| 2020-11-19 | Elaborate on side effects | oli | -1/+2 |
| 2020-11-19 | Fix tidy | oli | -2/+2 |
| 2020-11-19 | Note that there are other optimizations than the one showcased | oli | -0/+6 |
| 2020-11-19 | Document that heap allocations are not guaranteed to happen, even if explicit... | oli | -0/+25 |
| 2020-11-16 | Rollup merge of #77691 - exrook:rename-layouterr, r=KodrAus | Mara Bos | -26/+45 |
| 2020-10-27 | Change layouterr deprecation message | Jacob Hughes | -2/+2 |
| 2020-10-15 | Deny broken intra-doc links in linkchecker | Joshua Nelson | -9/+3 |
| 2020-10-08 | Deprecate LayoutErr | Jacob Hughes | -1/+14 |
| 2020-10-08 | Rename LayoutErr to LayoutError in core | Jacob Hughes | -25/+31 |
| 2020-10-01 | Rollup merge of #77315 - exrook:rename-allocerror, r=joshtriplett | Dylan DPC | -13/+13 |
| 2020-09-28 | Rename AllocErr to AllocError | Jacob Hughes | -13/+13 |
| 2020-09-28 | Change `AllocRef::by_ref` to take `&self` instead of `&mut self` | Tim Diekmann | -1/+1 |
| 2020-09-23 | Rollup merge of #76993 - blitzerr:alloc-ref, r=Amanieu | Dylan DPC | -14/+14 |
| 2020-09-22 | a few more &mut self -> self changes | blitzerr | -8/+8 |
| 2020-09-22 | Update library functions with stability attributes | Dylan MacKenzie | -0/+1 |
| 2020-09-22 | removing &mut self for other methods of AllocRef | blitzerr | -4/+4 |
| 2020-09-21 | Changing the alloc() to accept &self instead of &mut self | blitzerr | -2/+2 |
| 2020-08-26 | Auto merge of #75687 - TimDiekmann:realloc-align, r=Amanieu | bors | -79/+61 |
| 2020-08-22 | Link to primitive instead of module | Denis Vasilik | -1/+2 |
| 2020-08-21 | Use intra-doc links | Denis Vasilik | -3/+2 |
| 2020-08-21 | Use intra-doc links | Denis Vasilik | -2/+1 |
| 2020-08-19 | Allow reallocation to different alignment | Tim Diekmann | -79/+61 |
| 2020-08-18 | Clean up AllocRef implementation and documentation | Tim Diekmann | -29/+29 |
| 2020-08-17 | Remove fast path in reallocation for same layout sizes | Tim Diekmann | -18/+0 |