| Age | Commit message (Expand) | Author | Lines |
| 2025-03-19 | Rollup merge of #135394 - clarfonthey:uninit-slices-part-2, r=tgross35 | Matthias Krüger | -139/+181 |
| 2025-03-16 | Rollup merge of #138323 - kpreid:offset-of-doc, r=Mark-Simulacrum | 许杰友 Jieyou Xu (Joe) | -36/+48 |
| 2025-03-16 | Rollup merge of #138082 - thaliaarchi:slice-cfg-not-test, r=thomcc | 许杰友 Jieyou Xu (Joe) | -6/+6 |
| 2025-03-12 | Allow more top-down inlining for single-BB callees | Scott McMurray | -2/+7 |
| 2025-03-10 | Move `offset_of_enum` documentation to unstable book; add `offset_of_slice`. | Kevin Reid | -17/+9 |
| 2025-03-10 | Expand and organize `offset_of!` documentation. | Kevin Reid | -21/+41 |
| 2025-03-08 | Add inherent versions of MaybeUninit::fill methods for slices | ltdk | -139/+181 |
| 2025-03-06 | library: Use size_of from the prelude instead of imported | Thalia Archibald | -34/+24 |
| 2025-03-06 | Remove #[cfg(not(test))] gates in core | Thalia Archibald | -6/+6 |
| 2025-02-26 | Rollup merge of #134585 - cyrgani:uninit_array, r=Amanieu | León Orell Valerian Liehr | -36/+0 |
| 2025-02-24 | remove some unnecessary rustc_const_unstable | Ralf Jung | -3/+0 |
| 2025-02-16 | Rollup merge of #136986 - ehuss:library-unsafe-fun, r=Noratrieb | Matthias Krüger | -3/+3 |
| 2025-02-15 | remove MaybeUninit::uninit_array | cyrgani | -36/+0 |
| 2025-02-14 | core: Apply unsafe_op_in_unsafe_fn | Eric Huss | -3/+3 |
| 2025-02-13 | core: Apply unsafe_attr_outside_unsafe | Eric Huss | -1/+1 |
| 2025-01-29 | Remove minor future footgun in `impl Debug for MaybeUninit` | Sky | -3/+2 |
| 2025-01-11 | Add inherent versions of MaybeUninit methods for slices | ltdk | -227/+337 |
| 2025-01-08 | update cfg(bootstrap) | Pietro Albini | -3/+2 |
| 2025-01-08 | update version placeholders | Pietro Albini | -4/+4 |
| 2024-12-25 | rename typed_swap → typed_swap_nonoverlapping | Ralf Jung | -1/+1 |
| 2024-12-25 | stabilize const_swap | Ralf Jung | -1/+1 |
| 2024-12-22 | Rollup merge of #134583 - Enselic:maybe-uninit-transmute, r=workingjubilee | Matthias Krüger | -0/+20 |
| 2024-12-22 | Auto merge of #131193 - EFanZh:asserts-vec-len, r=the8472 | bors | -0/+11 |
| 2024-12-22 | docs: `transmute<&mut T, &mut MaybeUninit<T>>` is unsound when exposed to saf... | Martin Nordholts | -0/+20 |
| 2024-12-20 | split up `#[rustc_deny_explicit_impl]` attribute | Lukas Markeffsky | -1/+3 |
| 2024-12-15 | Asserts the maximum value that can be returned from `Vec::len` | EFanZh | -0/+11 |
| 2024-12-03 | Rollup merge of #133762 - RalfJung:const-size-of-val, r=workingjubilee | Matthias Krüger | -4/+2 |
| 2024-12-02 | stabilize const_{size,align}_of_val | Ralf Jung | -4/+2 |
| 2024-12-02 | Stabilize `const_maybe_uninit_write` | Trevor Gross | -2/+2 |
| 2024-11-27 | update cfgs | Boxy | -6/+3 |
| 2024-11-27 | replace placeholder version | Boxy | -1/+1 |
| 2024-11-22 | Shorten the `MaybeUninit` `Debug` implementation | Trevor Gross | -1/+5 |
| 2024-11-20 | Rollup merge of #132732 - gavincrawford:as_ptr_attribute, r=Urgau | Jacob Pratt | -0/+2 |
| 2024-11-11 | Tag relevant functions with #[rustc_as_ptr] attribute | gavincrawford | -0/+2 |
| 2024-11-02 | get rid of a whole bunch of unnecessary rustc_const_unstable attributes | Ralf Jung | -6/+0 |
| 2024-11-02 | Rollup merge of #132451 - RalfJung:less-rustc_allow_const_fn_unstable, r=tgro... | Guillaume Gomez | -3/+0 |
| 2024-11-02 | Rollup merge of #132413 - lolbinarycat:offset_of_nested-docs, r=workingjubilee | Guillaume Gomez | -5/+3 |
| 2024-11-01 | remove some unnecessary rustc_allow_const_fn_unstable | Ralf Jung | -3/+0 |
| 2024-10-31 | use semantic line break | lolbinarycat | -2/+2 |
| 2024-10-31 | update offset_of! docs to reflect the stablization of nesting | binarycat | -4/+2 |
| 2024-10-25 | library: consistently use American spelling for 'behavior' | Ralf Jung | -1/+1 |
| 2024-10-15 | update bootstrap configs | Josh Stone | -4/+0 |
| 2024-10-15 | replace placeholder version | Josh Stone | -5/+2 |
| 2024-10-14 | Rollup merge of #131274 - workingjubilee:stabilize-the-one-that-got-away, r=s... | Matthias Krüger | -2/+7 |
| 2024-10-12 | library: Stabilize `const_replace` | Jubilee Young | -1/+2 |
| 2024-10-05 | library: Stabilize const `MaybeUninit::assume_init_mut` | Jubilee Young | -2/+7 |
| 2024-09-27 | Rollup merge of #130279 - theemathas:manually-drop-docs, r=thomcc,traviscross | Guillaume Gomez | -12/+118 |
| 2024-09-21 | Reword ManuallyDrop+Box interaction | Tim (Theemathas) Chirananthavat | -2/+3 |
| 2024-09-18 | run `x.py fmt` | ultrabear | -1/+4 |
| 2024-09-18 | stabilize `const_maybe_uninit_as_mut_ptr` | ultrabear | -2/+2 |