| Age | Commit message (Expand) | Author | Lines |
| 2024-11-25 | replace placeholder version | Boxy | -1/+1 |
| 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 |
| 2024-09-13 | Fix awkward wording. | Tim (Theemathas) Chirananthavat | -10/+9 |
| 2024-09-13 | Address WaffleLapkin's comments | Tim (Theemathas) Chirananthavat | -9/+11 |
| 2024-09-12 | Document subtleties of `ManuallyDrop` | Tim (Theemathas) Chirananthavat | -11/+115 |
| 2024-09-11 | MaybeUninit::zeroed: mention that padding is not zeroed | Ralf Jung | -0/+3 |
| 2024-09-05 | update cfgs | Boxy | -22/+12 |
| 2024-09-02 | chore: remove repetitive words | cuishuang | -1/+1 |
| 2024-08-31 | Update mod.rs | Alcaro | -1/+1 |
| 2024-08-27 | safe transmute: Rename `BikeshedIntrinsicFrom` to `TransmuteFrom` | Jack Wrenn | -57/+54 |
| 2024-08-27 | Rollup merge of #129032 - jswrenn:transmute-method, r=compiler-errors | Matthias Krüger | -21/+350 |
| 2024-08-24 | New `#[rustc_pub_transparent]` attribute | Pavel Grigorenko | -0/+2 |
| 2024-08-23 | document & impl the transmutation modeled by `BikeshedIntrinsicFrom` | Jack Wrenn | -21/+350 |
| 2024-08-09 | Polymorphize RawVec | Ben Kimock | -0/+5 |
| 2024-07-29 | Stabilize offset_of_nested | George Bateman | -1/+2 |
| 2024-07-29 | Reformat `use` declarations. | Nicholas Nethercote | -10/+2 |
| 2024-07-26 | Fix doc nits | John Arundel | -5/+7 |
| 2024-07-24 | Rollup merge of #126152 - RalfJung:size_of_val_raw, r=saethlin | Matthias Krüger | -0/+8 |
| 2024-07-17 | Split part of `adt_const_params` into `unsized_const_params` | Boxy | -2/+4 |
| 2024-07-13 | Rollup merge of #127446 - zachs18:miri-stdlib-leaks-core-alloc, r=Mark-Simula... | Jubilee | -0/+18 |
| 2024-07-10 | size_of_val_raw: for length 0 this is safe to call | Ralf Jung | -0/+8 |
| 2024-07-06 | Mitigate focused memory leaks in `core` doctests for Miri. | Zachary S | -0/+6 |
| 2024-07-06 | Remove non-focused memory leaks in `core` doctests for Miri. | Zachary S | -0/+12 |
| 2024-07-05 | Describe Sized requirements for mem::offset_of | Nicholas Bishop | -0/+14 |
| 2024-06-24 | Replace `MaybeUninit::uninit_array()` with array repeat expression. | Kevin Reid | -2/+1 |
| 2024-06-04 | Use inline const instead of unsafe to implement `MaybeUninit::uninit_array()`. | Kevin Reid | -2/+1 |
| 2024-06-04 | Use inline const instead of unsafe to construct arrays in `MaybeUninit` examp... | Kevin Reid | -10/+4 |
| 2024-05-10 | Fix typo in ManuallyDrop's documentation | Infinixius | -1/+1 |
| 2024-05-03 | Rollup merge of #123480 - Nadrieril:impl-all-derefpures, r=compiler-errors | Matthias Krüger | -1/+4 |
| 2024-04-28 | Fix #124478 - offset_of! returns a temporary | George Bateman | -2/+2 |
| 2024-04-05 | Impl `DerefPure` for more std types | Nadrieril | -1/+4 |
| 2024-03-23 | Auto merge of #122582 - scottmcm:swap-intrinsic-v2, r=oli-obk | bors | -57/+3 |
| 2024-03-22 | `swap_simple` no longer needs to be a separate function | Scott McMurray | -32/+0 |