| Age | Commit message (Expand) | Author | Lines |
| 2025-06-23 | Update version placeholders | Josh Stone | -8/+8 |
| 2025-06-17 | Auto merge of #142613 - workingjubilee:rollup-yuod2hg, r=workingjubilee | bors | -11/+16 |
| 2025-06-17 | Rollup merge of #141946 - xizheyin:141933, r=jhpratt | Jubilee | -11/+16 |
| 2025-06-16 | library/compiler: add `PointeeSized` bounds | David Wood | -74/+75 |
| 2025-06-10 | Rollup merge of #142101 - lolbinarycat:core-dedup-ptr-docs-139190-pt2, r=work... | León Orell Valerian Liehr | -126/+68 |
| 2025-06-09 | core::ptr: deduplicate more method docs | binarycat | -126/+68 |
| 2025-06-09 | stabilize nonnull_provenance | Ralf Jung | -3/+4 |
| 2025-06-04 | std: simplify `NonNull` variance documentation | xizheyin | -11/+16 |
| 2025-05-31 | terminology: allocated object → allocation | Ralf Jung | -128/+131 |
| 2025-05-30 | Rollup merge of #141609 - lolbinarycat:core-dedup-ptr-docs-139190, r=workingj... | Jubilee | -123/+67 |
| 2025-05-27 | Auto merge of #129658 - saethlin:spare-a-crumb, r=jhpratt | bors | -38/+42 |
| 2025-05-26 | core: begin deduplicating pointer docs | binarycat | -123/+67 |
| 2025-05-22 | try_cast_aligned: avoid bare int-to-ptr casts | Ralf Jung | -21/+15 |
| 2025-05-21 | Add some track_caller info to precondition panics | Ben Kimock | -38/+42 |
| 2025-05-20 | Implement `ptr::try_cast_aligned` and `NonNull::try_cast_aligned`. | Mathis Bottinelli | -0/+85 |
| 2025-05-20 | make std::intrinsic functions actually be intrinsics | Ralf Jung | -10/+283 |
| 2025-05-18 | Rollup merge of #140511 - mathisbot:master, r=dtolnay | León Orell Valerian Liehr | -2/+4 |
| 2025-05-12 | update version placeholders | Pietro Albini | -5/+5 |
| 2025-05-04 | Rollup merge of #137280 - RalfJung:const_swap_nonoverlapping, r=lcnr | Trevor Gross | -1/+36 |
| 2025-04-30 | Stabilize `#![feature(non_null_from_ref)]` | Mathis B | -2/+4 |
| 2025-04-30 | Rollup merge of #139192 - lolbinarycat:docs-wrapping_offset-provenance-139008... | Matthias Krüger | -4/+6 |
| 2025-04-29 | mention provenance in the pointer::wrapping_offset docs | binarycat | -4/+6 |
| 2025-04-29 | stabilize ptr::swap_nonoverlapping in const | Ralf Jung | -1/+36 |
| 2025-04-28 | Rename sub_ptr to offset_from_unsigned in docs | DaniPopes | -11/+12 |
| 2025-04-19 | Rollup merge of #139535 - ChrisDenton:default-ptr, r=tgross35 | Chris Denton | -0/+16 |
| 2025-04-14 | ptr docs: add missing backtics around 'usize' | Ralf Jung | -1/+1 |
| 2025-04-11 | Implement Default for raw pointers | Chris Denton | -0/+16 |
| 2025-04-10 | Auto merge of #137412 - scottmcm:redo-swap, r=cuviper | bors | -48/+88 |
| 2025-04-09 | Ensure `swap_nonoverlapping` is really always untyped | Scott McMurray | -48/+88 |
| 2025-04-09 | replace version placeholder | Boxy | -12/+12 |
| 2025-04-06 | Auto merge of #138951 - jwnrt:alloc-raw-vec-strict-prov, r=Noratrieb | bors | -1/+7 |
| 2025-04-05 | Rollup merge of #136877 - Sky9x:const-inherent-ptr-replace, r=jhpratt | Matthias Krüger | -2/+4 |
| 2025-03-28 | std: Explain range follows standard half-open range in `offset` | xizheyin | -1/+2 |
| 2025-03-26 | Expose `Unique::from<NonNull>` in const internally | James Wainwright | -1/+7 |
| 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-11 | Fix missing const for inherent pointer `replace` methods | Sky | -2/+4 |
| 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 |