| Age | Commit message (Expand) | Author | Lines |
| 2025-03-31 | replace version placeholder | Boxy | -12/+12 |
| 2025-03-28 | std: Explain range follows standard half-open range in `offset` | xizheyin | -1/+2 |
| 2025-03-16 | Rollup merge of #135080 - Enselic:debug-ptr-metadata, r=thomcc | 许杰友 Jieyou Xu (Joe) | -0/+2 |
| 2025-03-11 | remove must_use from <*const T>::expose_provenance | Ralf Jung | -1/+0 |
| 2025-03-06 | Use turbofish for size_of<T> and align_of<T> in docs | Thalia Archibald | -10/+10 |
| 2025-03-06 | library: Use size_of from the prelude instead of imported | Thalia Archibald | -56/+46 |
| 2025-02-23 | rename sub_ptr 😅 | bendn | -26/+26 |
| 2025-02-17 | stabilize (const_)ptr_sub_ptr | bendn | -20/+12 |
| 2025-02-15 | core: Document why Pointee::Metadata can't have 'static bound | Martin Nordholts | -0/+2 |
| 2025-02-14 | core: Apply unsafe_op_in_unsafe_fn | Eric Huss | -6/+6 |
| 2025-02-12 | Change swap_nonoverlapping from lang to library UB | Ben Kimock | -1/+1 |
| 2025-02-09 | Mark extern blocks as unsafe | Michael Goulet | -1/+1 |
| 2025-02-01 | document ptr comparison being by address | Marijn Schouten | -3/+8 |
| 2025-01-15 | Less unsafe in `dangling`/`without_provenance` | Scott McMurray | -20/+19 |
| 2025-01-10 | Rollup merge of #134908 - madsmtm:ptr-from_ref-docs, r=ibraheemdev | Matthias Krüger | -2/+2 |
| 2025-01-09 | Auto merge of #135268 - pietroalbini:pa-bump-stage0, r=Mark-Simulacrum | bors | -9/+7 |
| 2025-01-08 | update cfg(bootstrap) | Pietro Albini | -4/+2 |
| 2025-01-08 | update version placeholders | Pietro Albini | -5/+5 |
| 2025-01-08 | add missing provenance APIs on NonNull | Ralf Jung | -3/+45 |
| 2024-12-31 | Rollup merge of #134953 - DiuDiu777:unaligned-doc, r=RalfJung | Matthias Krüger | -4/+0 |
| 2024-12-31 | Rollup merge of #134930 - RalfJung:ptr-docs-valid-access, r=jhpratt | Stuart Cook | -2/+2 |
| 2024-12-31 | fix doc for read write unaligned in zst operation | LemonJ | -4/+0 |
| 2024-12-30 | ptr docs: make it clear that we are talking only about memory accesses | Ralf Jung | -2/+2 |
| 2024-12-30 | Fix ptr::from_ref documentation example comment | Mads Marquart | -2/+2 |
| 2024-12-25 | stabilize const_swap | Ralf Jung | -4/+3 |
| 2024-12-23 | core: fix const ptr::swap_nonoverlapping when there are pointers at odd offse... | Ralf Jung | -31/+42 |
| 2024-12-22 | Rollup merge of #134642 - kpreid:pointerlike-cell, r=compiler-errors | Matthias Krüger | -0/+4 |
| 2024-12-22 | Implement `PointerLike` for `isize`, `NonNull`, `Cell`, `UnsafeCell`, and `Sy... | Kevin Reid | -0/+4 |
| 2024-12-21 | Rollup merge of #134325 - theemathas:is_null-docs, r=RalfJung | Matthias Krüger | -14/+89 |
| 2024-12-21 | Document CTFE behavior of methods that call is_null | Tim (Theemathas) Chirananthavat | -0/+69 |
| 2024-12-21 | Correctly document is_null CTFE behavior. | Tim (Theemathas) Chirananthavat | -16/+22 |
| 2024-12-21 | Less unwrap() in documentation | Kornel | -3/+6 |
| 2024-12-20 | split up `#[rustc_deny_explicit_impl]` attribute | Lukas Markeffsky | -1/+3 |
| 2024-12-19 | fix typo in ptr/mod.rs | leejaehong | -1/+1 |
| 2024-12-12 | Fix typos in docs on provenance | Alisa Sireneva | -4/+5 |
| 2024-12-11 | Remove consteval note from <*mut T>::align_offset docs. | Zachary S | -9/+0 |
| 2024-12-10 | stabilize const_nonnull_new | Ralf Jung | -3/+1 |
| 2024-12-04 | Rollup merge of #133651 - scottmcm:nonnull-nonzero-no-field-projection, r=oli... | Matthias Krüger | -23/+30 |
| 2024-12-03 | Update `NonZero` and `NonNull` to not field-project (per MCP807) | Scott McMurray | -23/+30 |
| 2024-12-01 | Rollup merge of #133678 - Urgau:stabilize-ptr_fn_addr_eq, r=jhpratt | Jacob Pratt | -3/+1 |
| 2024-12-01 | Rollup merge of #133672 - RalfJung:const-stability-cleanup, r=jhpratt | Jacob Pratt | -8/+1 |
| 2024-11-30 | Stabilize `ptr::fn_addr_eq` | Urgau | -3/+1 |
| 2024-11-30 | get rid of a bunch of unnecessary rustc_const_unstable | Ralf Jung | -8/+1 |
| 2024-11-30 | move swap_nonoverlapping constness to separate feature gate | Ralf Jung | -2/+2 |
| 2024-11-29 | Auto merge of #133533 - BoxyUwU:bump-boostrap, r=jieyouxu,Mark-Simulacrum | bors | -41/+26 |
| 2024-11-27 | update cfgs | Boxy | -15/+0 |
| 2024-11-27 | replace placeholder version | Boxy | -26/+26 |
| 2024-11-26 | Add '<[T]>::as_array', '<[T]>::as_mut_array', '<*const [T]>::as_array', and '... | Gabriel Bjørnager Jensen | -0/+32 |
| 2024-11-16 | clean up const stability around UB checks | Ralf Jung | -8/+8 |
| 2024-11-16 | stabilize const_ptr_is_null | Ralf Jung | -6/+8 |