| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2024-03-20 | step cfgs | Mark Rousskov | -1/+1 |
| 2024-03-19 | [doc]:fix error code example | heisen-li | -3/+3 |
| 2024-03-17 | Let codegen decide when to `mem::swap` with immediates | Scott McMurray | -25/+3 |
| 2024-03-05 | Implement MaybeUninit::fill{,_with,_from} | Andrew Wock | -16/+186 |
| 2024-02-27 | safe transmute: revise safety analysis | Jack Wrenn | -4/+5 |
| 2024-02-16 | Auto merge of #116385 - kornelski:maybe-rename, r=Amanieu | bors | -11/+11 |
| 2024-02-08 | Step all bootstrap cfgs forward | Mark Rousskov | -10/+0 |
| 2024-02-08 | Bump version placeholders | Mark Rousskov | -2/+2 |
| 2024-01-20 | Auto merge of #111803 - scottmcm:simple-swap-alternative, r=Mark-Simulacrum | bors | -1/+1 |
| 2024-01-19 | Tweak the threshold for chunked swapping | AngelicosPhosphoros | -1/+1 |
| 2024-01-19 | Stabilize simple offset_of | George Bateman | -8/+6 |
| 2024-01-02 | Make offset_of field parsing use metavariable which handles any spacing | George Bateman | -0/+10 |
| 2023-12-10 | remove redundant imports | surechen | -1/+1 |
| 2023-11-17 | only free lifetimes may get erased | lcnr | -4/+6 |
| 2023-11-15 | Re-format code with new rustfmt | Mark Rousskov | -4/+1 |
| 2023-11-15 | Bump cfg(bootstrap)s | Mark Rousskov | -4/+1 |
| 2023-11-15 | Substitute version placeholders | Mark Rousskov | -4/+4 |
| 2023-11-11 | Rename MaybeUninit::write_slice | Kornel | -11/+11 |
| 2023-11-05 | Auto merge of #117537 - GKFX:offset-of-enum-feature, r=cjgillot | bors | -0/+1 |
| 2023-11-05 | Auto merge of #116218 - tgross35:const-maybe-uninit-zeroed, r=dtolnay | bors | -7/+13 |
| 2023-11-04 | Stabilize `const_mem_zeroed` | Trevor Gross | -1/+2 |
| 2023-11-04 | Stabilize `const_maybe_uninit_zeroed` | Trevor Gross | -6/+11 |
| 2023-11-03 | cfg_attr offset_of_enum feature in doctest | George Bateman | -1/+2 |
| 2023-11-03 | Feature gate enums in offset_of | George Bateman | -1/+1 |
| 2023-11-03 | Auto merge of #117510 - elichai:patch-3, r=cuviper | bors | -0/+1 |
| 2023-11-02 | Update mod.rs | Joshua Liebow-Feeser | -0/+2 |
| 2023-11-02 | Update mod.rs | Joshua Liebow-Feeser | -2/+1 |
| 2023-11-02 | Remove trailing space | Joshua Liebow-Feeser | -1/+1 |
| 2023-11-02 | Expand mem::offset_of! docs | Joshua Liebow-Feeser | -2/+62 |
| 2023-11-02 | Add track_caller to transmute_copy | Elichai Turkel | -0/+1 |
| 2023-10-31 | Update based on wesleywiser review | George Bateman | -2/+2 |
| 2023-10-31 | Update MIR tests for offset_of | George Bateman | -0/+1 |
| 2023-10-31 | Enums in offset_of: update based on est31, scottmcm & llogiq review | George Bateman | -2/+8 |
| 2023-10-28 | Auto merge of #116240 - dtolnay:constdiscriminant, r=thomcc | bors | -1/+1 |
| 2023-10-26 | Add comment to mem::replace to explain why it's not implemented via mem::swap | Carter Hunt Fogelman | -0/+4 |
| 2023-10-20 | s/generator/coroutine/ | Oli Scherer | -1/+1 |
| 2023-10-14 | Auto merge of #116407 - Mark-Simulacrum:bootstrap-bump, r=onur-ozkan | bors | -1/+1 |
| 2023-10-13 | Auto merge of #116233 - DaniPopes:stabilize-const_maybe_uninit_assume_init_re... | bors | -1/+4 |
| 2023-10-06 | Rollup merge of #116329 - RalfJung:swap-comments, r=scottmcm | Guillaume Gomez | -5/+4 |
| 2023-10-06 | Rollup merge of #116198 - Jarcho:diag_items, r=WaffleLapkin | Guillaume Gomez | -0/+1 |
| 2023-10-06 | Rollup merge of #115522 - joshlf:patch-8, r=scottmcm | Guillaume Gomez | -6/+6 |
| 2023-10-05 | Add more diagnostic items for clippy | Jason Newcomb | -0/+1 |