| Age | Commit message (Expand) | Author | Lines |
| 2022-05-28 | Rollup merge of #97034 - fee1-dead-contrib:layout-hash, r=dtolnay | Dylan DPC | -1/+1 |
| 2022-05-14 | Remove potentially misleading realloc parenthetical | CAD97 | -9/+5 |
| 2022-05-14 | Implement `Hash` for `core::alloc::Layout` | Deadbeef | -1/+1 |
| 2022-04-14 | Remove use of `#[rustc_deprecated]` | Jacob Pratt | -4/+4 |
| 2022-04-11 | fix Layout struct member naming style | liangyongrui | -5/+5 |
| 2022-04-09 | Rollup merge of #95361 - scottmcm:valid-align, r=Mark-Simulacrum | Dylan DPC | -6/+5 |
| 2022-04-08 | Make non-power-of-two alignments a validity error in `Layout` | Scott McMurray | -6/+5 |
| 2022-04-02 | Rollup merge of #95354 - dtolnay:rustc_const_stable, r=lcnr | Dylan DPC | -4/+4 |
| 2022-03-31 | add notes about alignment-altering reallocs to Allocator docs | Autumn | -0/+6 |
| 2022-03-31 | Adjust feature names that disagree on const stabilization version | David Tolnay | -4/+4 |
| 2022-03-29 | Make the stdlib largely conform to strict provenance. | Aria Beingessner | -1/+1 |
| 2021-12-14 | Fix a bunch of typos | Frank Steffahn | -2/+2 |
| 2021-11-26 | Optimize `Layout::array`. | Nicholas Nethercote | -3/+11 |
| 2021-11-26 | Use unchecked construction in `Layout::pad_to_align`. | Nicholas Nethercote | -1/+3 |
| 2021-10-30 | Add #[must_use] to remaining core functions | John Kugelman | -0/+4 |
| 2021-10-11 | Add #[must_use] to non-mutating verb methods | John Kugelman | -0/+6 |
| 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 |