| Age | Commit message (Expand) | Author | Lines |
| 2024-06-10 | replace version placeholder | Pietro Albini | -33/+33 |
| 2024-06-05 | Rollup merge of #123168 - joshtriplett:size-of-prelude, r=Amanieu | Jubilee | -1/+1 |
| 2024-05-30 | Rollup merge of #125739 - RalfJung:drop-in-place-docs, r=workingjubilee | Matthias Krüger | -1/+6 |
| 2024-05-30 | explain what the open questions are, and add a Miri test for that | Ralf Jung | -0/+5 |
| 2024-05-29 | drop_in_place: weaken the claim of equivalence with drop(ptr.read()) | Ralf Jung | -1/+1 |
| 2024-05-29 | [ACP 362] genericize `ptr::from_raw_parts` | Scott McMurray | -6/+6 |
| 2024-05-29 | Rollup merge of #124251 - scottmcm:unop-ptr-metadata, r=oli-obk | 许杰友 Jieyou Xu (Joe) | -4/+17 |
| 2024-05-28 | Add an intrinsic for `ptr::metadata` | Scott McMurray | -4/+17 |
| 2024-05-28 | Don't format `tests/run-make/*/rmake.rs`. | Nicholas Nethercote | -6/+2 |
| 2024-05-25 | Auto merge of #121571 - clarfonthey:unchecked-math-preconditions, r=saethlin | bors | -3/+6 |
| 2024-05-23 | Validate the special layout restriction on DynMetadata | Scott McMurray | -8/+19 |
| 2024-05-23 | Add assert_unsafe_precondition to unchecked_{add,sub,neg,mul,shl,shr} methods | ltdk | -3/+6 |
| 2024-05-22 | Auto merge of #117329 - RalfJung:offset-by-zero, r=oli-obk,scottmcm | bors | -28/+29 |
| 2024-05-21 | improve comment wording | Ralf Jung | -12/+12 |
| 2024-05-16 | Remove duplicate word from addr docs | Cole Kauder-McMurrich | -1/+1 |
| 2024-05-13 | Rollup merge of #116675 - joshlf:patch-10, r=scottmcm | Jacob Pratt | -5/+33 |
| 2024-05-13 | [ptr] Document maximum allocation size | Joshua Liebow-Feeser | -5/+33 |
| 2024-05-13 | Add `size_of`, `size_of_val`, `align_of`, and `align_of_val` to the prelude | Josh Triplett | -1/+1 |
| 2024-05-13 | offset, offset_from: allow zero-byte offset on arbitrary pointers | Ralf Jung | -28/+29 |
| 2024-05-06 | Avoid a cast in `ptr::slice_from_raw_parts(_mut)` | Scott McMurray | -2/+2 |
| 2024-05-03 | Rollup merge of #122492 - GrigorenkoPV:ptr_as_ref_unchecked, r=workingjubilee | Matthias Krüger | -0/+151 |
| 2024-05-01 | Step bootstrap cfgs | Mark Rousskov | -32/+2 |
| 2024-05-01 | Replace version placeholders for 1.79 | Mark Rousskov | -16/+13 |
| 2024-04-28 | Stabilize `non_null_convenience` | Trevor Gross | -77/+63 |
| 2024-04-21 | Use it in the library, and `InstSimplify` it away in the easy places | Scott McMurray | -8/+24 |
| 2024-04-14 | improve documentation slightly regarding some pointer methods | Mohamed El-Shenawy | -6/+6 |
| 2024-04-12 | Stabilize (const_)slice_ptr_len and (const_)slice_ptr_is_empty_nonnull | Eduardo Sánchez Muñoz | -18/+16 |
| 2024-04-04 | Rollup merge of #123206 - stepancheg:pointee-metadata-freeze, r=Amanieu | Jacob Pratt | -1/+2 |
| 2024-04-03 | rename `expose_addr` to `expose_provenance` | joboet | -18/+17 |
| 2024-04-02 | Rollup merge of #122935 - RalfJung:with-exposed-provenance, r=Amanieu | Jacob Pratt | -26/+26 |
| 2024-04-02 | Rollup merge of #123226 - scottmcm:u32-shifts, r=WaffleLapkin | Matthias Krüger | -2/+12 |
| 2024-03-31 | Require Pointee::Metadata to be Freeze | Stepan Koltsov | -1/+2 |
| 2024-03-31 | Auto merge of #123181 - stepancheg:pointee-metadata-debug, r=the8472,Amanieu | bors | -1/+1 |
| 2024-03-30 | De-LLVM the unchecked shifts [MCP#693] | Scott McMurray | -2/+12 |
| 2024-03-29 | stabilize ptr.is_aligned, move ptr.is_aligned_to to a new feature gate | Aria Beingessner | -32/+18 |
| 2024-03-29 | Auto merge of #122520 - scottmcm:stabilize_unchecked_math_basics, r=jhpratt | bors | -6/+0 |
| 2024-03-29 | Add detection of [Partial]Ord methods to the ambiguous wide ptr cmp lint | Urgau | -0/+5 |
| 2024-03-29 | Require Debug for Pointee::Metadata | Stepan Koltsov | -1/+1 |
| 2024-03-25 | Import the 2021 prelude in the core crate | Daniel Paoliello | -1/+0 |
| 2024-03-23 | move assert_unsafe_preconditions to its own file | Ralf Jung | -21/+20 |
| 2024-03-23 | Auto merge of #122582 - scottmcm:swap-intrinsic-v2, r=oli-obk | bors | -3/+18 |
| 2024-03-23 | rename ptr::from_exposed_addr -> ptr::with_exposed_provenance | Ralf Jung | -26/+26 |
| 2024-03-22 | `swap_simple` no longer needs to be a separate function | Scott McMurray | -3/+18 |
| 2024-03-21 | Not insta-stable | Zachary S | -5/+3 |
| 2024-03-20 | Add `NonNull::<[T]>::is_empty` as insta-stable. | Zachary S | -0/+21 |
| 2024-03-20 | step cfgs | Mark Rousskov | -28/+7 |
| 2024-03-17 | Rollup merge of #119411 - yotamofek:array-ptr-get, r=Nilstrieb | Matthias Krüger | -0/+83 |
| 2024-03-16 | Add as_(mut_)ptr and as_(mut_)slice to raw array pointers | Yotam Ofek | -0/+83 |
| 2024-03-16 | core: optimize `ptr::replace` | joboet | -3/+2 |
| 2024-03-14 | Stabilize `unchecked_{add,sub,mul}` | Scott McMurray | -6/+0 |