| Age | Commit message (Expand) | Author | Lines |
| 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-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-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 |
| 2022-03-31 | Fix feature name of stable parts of strict_provenance | David Tolnay | -2/+2 |
| 2022-03-31 | Fix typos in core::ptr docs | bstrie | -4/+4 |
| 2022-03-30 | Auto merge of #94963 - lcnr:inherent-impls-std, r=oli-obk,m-ou-se | bors | -4/+4 |
| 2022-03-30 | remove now unnecessary lang items | lcnr | -4/+4 |
| 2022-03-29 | clarify that WASM has address spaces | Aria Beingessner | -1/+1 |
| 2022-03-29 | fix doc link | Aria Beingessner | -1/+1 |
| 2022-03-29 | refine the definition of temporal provenance | Aria Beingessner | -1/+1 |
| 2022-03-29 | more review fixes to ptr docs | Aria Beingessner | -11/+19 |
| 2022-03-29 | Add even more details to top-level pointer docs | Aria Beingessner | -4/+20 |
| 2022-03-29 | clean up pointer docs | Aria Beingessner | -37/+84 |
| 2022-03-29 | Make the stdlib largely conform to strict provenance. | Aria Beingessner | -4/+4 |
| 2022-03-29 | Introduce experimental APIs for conforming to "strict provenance". | Aria Beingessner | -10/+400 |
| 2022-03-29 | Add debug assertions to some unsafe functions | Ben Kimock | -10/+20 |
| 2022-03-28 | Auto merge of #95249 - HeroicKatora:set-ptr-value, r=dtolnay | bors | -82/+88 |
| 2022-03-26 | Bump const_ptr_offset stabilization to 1.61 | David Tolnay | -12/+12 |
| 2022-03-23 | Refactor set_ptr_value as with_metadata_of | Andreas Molzer | -82/+88 |
| 2022-03-10 | Use implicit capture syntax in format_args | T-O-R-U-S | -7/+7 |
| 2022-03-10 | Rollup merge of #94657 - fee1-dead:const_slice_index, r=oli-obk | Matthias Krüger | -6/+9 |
| 2022-03-09 | Rollup merge of #91804 - woppopo:const_clone, r=oli-obk | Matthias Krüger | -2/+4 |
| 2022-03-06 | Constify slice index for strings | Deadbeef | -6/+9 |
| 2022-02-26 | For MIRI, cfg out the swap logic from 94212 | Scott McMurray | -8/+15 |
| 2022-02-21 | Stop manually SIMDing in swap_nonoverlapping | Scott McMurray | -90/+42 |
| 2022-02-17 | Rollup merge of #89869 - kpreid:from-doc, r=yaahc | Matthias Krüger | -0/+9 |
| 2022-02-13 | stabilize const_ptr_offset | SaltyKitkat | -12/+12 |
| 2022-03-23 | ptr::guaranteed_eq doc typo | asquared31415 | -2/+2 |
| 2022-01-23 | Make `NonNull::new` `const` | woppopo | -1/+2 |
| 2022-01-16 | fix const_ptr_offset_from tracking issue | Ralf Jung | -2/+2 |