| Age | Commit message (Expand) | Author | Lines |
| 2021-05-03 | drop some const unstables, due to revert no longer possible | Mark Rousskov | -4/+2 |
| 2021-03-15 | Constify mem::transmute_copy | Albin Hedman | -1/+2 |
| 2021-03-15 | Constify mem::replace and ptr::replace | Albin Hedman | -1/+2 |
| 2021-03-15 | Constify mem::swap and ptr::swap[_nonoverlapping] | Albin Hedman | -1/+2 |
| 2021-03-11 | Don't implement mem::replace with mem::swap. | Mara Bos | -3/+9 |
| 2021-03-06 | tweak MaybeUninit docs | Ralf Jung | -4/+5 |
| 2021-02-25 | Convert primitives to use intra-doc links | Joshua Nelson | -5/+0 |
| 2021-02-20 | Update the bootstrap compiler | Joshua Nelson | -8/+0 |
| 2021-02-06 | Rollup merge of #81580 - rodrimati1992:patch-2, r=dtolnay | Mara Bos | -4/+35 |
| 2021-01-31 | Update comment about leaking | rodrimati1992 | -1/+1 |
| 2021-01-31 | Add doc aliases for "delete" | Konrad Borowski | -0/+1 |
| 2021-01-31 | Update maybe_uninit.rs | rodrimati1992 | -1/+1 |
| 2021-01-31 | Removed trailing whitespace | rodrimati1992 | -7/+7 |
| 2021-01-31 | Document how `MaybeUninit<Struct>` can be initialized. | rodrimati1992 | -4/+35 |
| 2021-01-27 | Fix assertion in `MaybeUninit::array_assume_init()` for zero-length arrays | hyd-dev | -1/+1 |
| 2021-01-12 | Rollup merge of #80600 - CoffeeBlend:maybe_uninit_array_assume_init, r=dtolnay | Yuki Okushi | -0/+40 |
| 2021-01-12 | Fix implementation | CoffeeBlend | -1/+1 |
| 2021-01-11 | Simplify array_assume_init | CoffeeBlend | -12/+5 |
| 2021-01-11 | Add tracking issue for array_assume_init | CoffeeBlend | -1/+1 |
| 2021-01-04 | Make `size_of_val` and `min_align_of_val` intrinsics unsafe | Camelid | -5/+11 |
| 2021-01-01 | Format code | CoffeeBlend | -10/+8 |
| 2021-01-01 | Implement MaybeUninit::array_assume_init | CoffeeBlend | -0/+49 |
| 2020-12-31 | Remove many unnecessary manual link resolves from library | Camelid | -1/+0 |
| 2020-12-30 | Rollup merge of #80491 - RalfJung:dangling-of-val, r=oli-obk | Mara Bos | -2/+4 |
| 2020-12-30 | CTFE: test size/align_of_val_raw on dangling pointers | Ralf Jung | -2/+4 |
| 2020-12-30 | Auto merge of #79684 - usbalbin:const_copy, r=oli-obk | bors | -1/+2 |
| 2020-12-29 | Make forget intrinsic safe | Tomasz Miąsko | -1/+6 |
| 2020-12-26 | Constify MaybeUninit::assume_init_read | Albin Hedman | -1/+2 |
| 2020-12-15 | write_slice(_cloned) | DrMeepster | -0/+150 |
| 2020-12-08 | Make write and slice_as_[mut_]_ptr const | Albin Hedman | -3/+6 |
| 2020-12-08 | Make assume_init_{ref,mut} const | Albin Hedman | -4/+6 |
| 2020-12-02 | Resolved some of the comments | Albin Hedman | -9/+6 |
| 2020-12-02 | Even more const | Albin Hedman | -4/+8 |
| 2020-12-02 | Make some of MaybeUninit's methods const | Albin Hedman | -2/+5 |
| 2020-11-26 | Fix new 'unnecessary trailing semicolon' warnings | Aaron Hill | -1/+1 |
| 2020-11-21 | More consistently use spaces after commas in lists in docs | Carol (Nichols || Goulding) | -3/+3 |
| 2020-10-31 | fix aliasing issues in u128 formatting code | Ralf Jung | -2/+2 |
| 2020-10-11 | transmute_copy: explain that alignment is handled correctly | Ralf Jung | -4/+4 |
| 2020-10-06 | Rollup merge of #77228 - GuillaumeGomez:maybeuninit-examples, r=pickfire | Yuki Okushi | -2/+16 |
| 2020-10-05 | Add missing examples for MaybeUninit | Guillaume Gomez | -2/+16 |
| 2020-10-01 | Uplift drop-bounds lint from clippy | Michael Howell | -0/+1 |
| 2020-09-21 | Rollup merge of #76150 - matklad:droporder, r=withoutboats | ecstatic-morse | -36/+19 |
| 2020-09-21 | Don't recommend ManuallyDrop to customize drop order | Aleksey Kladov | -36/+19 |
| 2020-09-16 | Rollup merge of #76721 - camelid:intra-doc-links-for-core-mem, r=jyn514 | Tyler Mandry | -40/+17 |
| 2020-09-14 | Use intra-doc links in `core::mem` | Camelid | -40/+17 |
| 2020-09-13 | Rollup merge of #76527 - fusion-engineering-forks:cleanup-uninit, r=jonas-sch... | Jonas Schievink | -8/+0 |
| 2020-09-12 | Rollup merge of #76484 - fusion-engineering-forks:maybe-uninit-drop, r=RalfJung | Ralf Jung | -9/+40 |
| 2020-09-09 | Fix broken doc links in MaybeUninit. | Mara Bos | -0/+3 |
| 2020-09-09 | Add safety docs about T's invariants in MaybeUninit::assume_init_drop. | Mara Bos | -7/+13 |
| 2020-09-09 | Remove internal and unstable MaybeUninit::UNINIT. | Mara Bos | -8/+0 |