| Age | Commit message (Expand) | Author | Lines |
| 2022-06-08 | Stabilize `const_intrinsic_copy` | Yuki Okushi | -8/+8 |
| 2022-06-06 | Rollup merge of #97764 - RalfJung:strict, r=dtolnay | Matthias Krüger | -2/+2 |
| 2022-06-06 | Auto merge of #97710 - RalfJung:ptr-addr, r=thomcc | bors | -2/+6 |
| 2022-06-05 | use strict provenance APIs | Ralf Jung | -2/+2 |
| 2022-06-03 | implement ptr.addr() via transmute | Ralf Jung | -2/+6 |
| 2022-06-02 | Rollup merge of #97420 - WaffleLapkin:no_oxford_casts_qqq, r=Mark-Simulacrum | Dylan DPC | -12/+2 |
| 2022-06-02 | Rollup merge of #95594 - the8472:raw_slice_methods, r=yaahc | Yuki Okushi | -1/+118 |
| 2022-05-31 | Update mut_ptr.rs | Lukas | -0/+1 |
| 2022-05-29 | Remove `(fn(...) -> ...)` -> `usize` -> `*const ()` -> `usize` cast | Maybe Waffle | -12/+2 |
| 2022-05-29 | Rollup merge of #97482 - RalfJung:ptr-invalid, r=thomcc | Guillaume Gomez | -6/+7 |
| 2022-05-28 | note to future self | Ralf Jung | -0/+1 |
| 2022-05-28 | ptr::invalid is not equivalent to a int2ptr cast | Ralf Jung | -6/+6 |
| 2022-05-28 | Rollup merge of #94640 - Pointerbender:issue-71146-partial-stabilization, r=y... | Dylan DPC | -3/+4 |
| 2022-05-25 | Auto merge of #94954 - SimonSapin:null-thin3, r=yaahc | bors | -0/+46 |
| 2022-05-23 | Auto merge of #96100 - Raekye:master, r=dtolnay | bors | -4/+4 |
| 2022-05-20 | make ptr::invalid not the same as a regular int2ptr cast | Ralf Jung | -2/+10 |
| 2022-05-17 | bump stable version #94640 | Pointerbender | -2/+2 |
| 2022-05-13 | Extend ptr::null and null_mut to all thin (including extern) types | Simon Sapin | -0/+46 |
| 2022-05-12 | Fill-in tracking issues for features pointer_byte_offsets, const_pointer_byte... | Maybe Waffle | -32/+32 |
| 2022-05-12 | Optimize `ptr.is_aligned_to()` | Maybe Waffle | -0/+6 |
| 2022-05-12 | Implement `ptr.is_aligned()` in terms of `.is_aligned_to()` | Maybe Waffle | -2/+2 |
| 2022-05-12 | Lift the `Sized` requirement from convenience ptr fns | Maybe Waffle | -78/+89 |
| 2022-05-12 | Add convenience functions to pointers | Maybe Waffle | -2/+320 |
| 2022-05-11 | Apply CR suggestions; add real tracking issue | Scott McMurray | -8/+8 |
| 2022-05-11 | Add a debug check for ordering, and check for isize overflow in CTFE | Scott McMurray | -0/+4 |
| 2022-05-11 | Rename `unsigned_offset_from` to `sub_ptr` | Scott McMurray | -12/+36 |
| 2022-05-11 | Add `unsigned_offset_from` on pointers | Scott McMurray | -0/+121 |
| 2022-05-10 | Rollup merge of #96674 - bstrie:vardoc, r=thomcc | Dylan DPC | -1/+2 |
| 2022-05-07 | Rollup merge of #96336 - Nilstrieb:link-to-correct-as_mut-in-ptr-as_ref, r=Jo... | Matthias Krüger | -1/+1 |
| 2022-05-03 | docs: add link explaining variance to NonNull docs | bstrie | -1/+2 |
| 2022-05-02 | Fix typo in `offset_from` documentation | Adrian Palacios | -2/+2 |
| 2022-04-23 | Link to correct `as_mut` in docs for `pointer::as_ref` | Nilstrieb | -1/+1 |
| 2022-04-18 | Rollup merge of #96136 - thomcc:lifetime-wording, r=RalfJung | Dylan DPC | -15/+15 |
| 2022-04-16 | Reword clarification on lifetime for ptr->ref safety docs | Thom Chiovoloni | -15/+15 |
| 2022-04-15 | Change `as_uninit_*` methods on `NonNull` from taking `self` by | Raekye | -4/+4 |
| 2022-04-14 | Implement `core::ptr::Unique` on top of `NonNull` | Eduardo Sánchez Muñoz | -19/+22 |
| 2022-04-05 | trivial cfg(bootstrap) changes | Pietro Albini | -4/+0 |
| 2022-04-05 | Rollup merge of #95630 - declanvk:update-nonnull-doc, r=RalfJung | Dylan DPC | -4/+8 |
| 2022-04-05 | Rollup merge of #95588 - RalfJung:strict-provenance, r=scottmcm | Dylan DPC | -19/+217 |
| 2022-04-04 | explicitly distinguish pointer::addr and pointer::expose_addr | Ralf Jung | -19/+217 |
| 2022-04-03 | Add doc links referencing raw pointer methods | Declan Kelly | -4/+8 |
| 2022-04-03 | Rollup merge of #95617 - saethlin:swap-test-invalidation, r=Dylan-DPC | Dylan DPC | -2/+3 |
| 2022-04-03 | Fix &mut invalidation in ptr::swap doctest | Ben Kimock | -2/+3 |
| 2022-04-03 | Auto merge of #92686 - saethlin:unsafe-debug-asserts, r=Amanieu | bors | -10/+20 |
| 2022-04-03 | Update safety comments, make `split_at_mut` unsafe | The 8472 | -22/+34 |
| 2022-04-02 | add tracking issue | The 8472 | -2/+2 |
| 2022-04-02 | Additional `*mut [T]` methods | Ben Kimock | -0/+105 |
| 2022-04-02 | Rollup merge of #95556 - declanvk:nonnull-provenance, r=dtolnay | Dylan DPC | -0/+48 |
| 2022-04-02 | Rollup merge of #95354 - dtolnay:rustc_const_stable, r=lcnr | Dylan DPC | -2/+2 |
| 2022-04-01 | Implement provenance preserving method on NonNull | Declan Kelly | -0/+48 |