| Age | Commit message (Expand) | Author | Lines |
| 2024-07-17 | ptr::metadata: update comment on vtable_ptr work-around | Ralf Jung | -4/+7 |
| 2024-07-17 | ptr::metadata: avoid references to extern types | Ralf Jung | -2/+3 |
| 2024-07-16 | Rollup merge of #126776 - nnethercote:rustfmt-use-pre-cleanups-2, r=cuviper | Trevor Gross | -3/+2 |
| 2024-07-17 | Avoid comments that describe multiple `use` items. | Nicholas Nethercote | -3/+2 |
| 2024-07-15 | Rollup merge of #124921 - RalfJung:offset-from-same-addr, r=oli-obk | Matthias Krüger | -18/+19 |
| 2024-07-06 | Remove non-focused memory leaks in `core` doctests for Miri. | Zachary S | -0/+2 |
| 2024-07-06 | offset_from intrinsic: always allow pointers to point to the same address | Ralf Jung | -18/+19 |
| 2024-07-04 | also remove redundant requirements from offset() | Ralf Jung | -196/+100 |
| 2024-07-04 | offset_from: "the difference must fit in an isize" is a corollary | Ralf Jung | -70/+19 |
| 2024-06-27 | Remove (deprecated & unstable) {to,from}_bits pointer methods | Sky | -131/+0 |
| 2024-06-17 | Rollup merge of #126288 - x4exr:patch-1, r=dtolnay | 许杰友 Jieyou Xu (Joe) | -6/+6 |
| 2024-06-16 | doc: Added commas where needed | Rayyan Khan | -6/+6 |
| 2024-06-12 | Auto merge of #126273 - pietroalbini:pa-bootstrap-update, r=Mark-Simulacrum | bors | -72/+34 |
| 2024-06-11 | remove cfg(bootstrap) | Pietro Albini | -39/+1 |
| 2024-06-11 | replace version placeholder | Pietro Albini | -33/+33 |
| 2024-06-09 | docs(core): make more const_ptr doctests assert instead of printing | binarycat | -16/+22 |
| 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 |