| Age | Commit message (Expand) | Author | Lines |
| 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-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 |
| 2022-01-08 | Implemented const casts of raw pointers | Martin Habovstiak | -0/+24 |
| 2021-12-21 | Rollup merge of #91823 - woppopo:const_ptr_as_ref, r=lcnr | Matthias Krüger | -15/+30 |
| 2021-12-13 | Rollup merge of #91824 - woppopo:const_ptr_write_bytes, r=oli-obk | Matthias Krüger | -1/+2 |
| 2021-12-12 | Rollup merge of #91814 - japm48:spelling-fix, r=RalfJung | Matthias Krüger | -16/+16 |
| 2021-12-12 | Make `(*mut T)::write_bytes` `const` | woppopo | -1/+2 |
| 2021-12-12 | Make `PTR::as_ref` and similar methods `const`. | woppopo | -15/+30 |
| 2021-12-12 | doc: fix typo in comments | japm48 | -16/+16 |
| 2021-12-12 | Make `Unique`s methods `const` | woppopo | -3/+3 |
| 2021-12-12 | Make some `Clone` impls `const` | woppopo | -2/+4 |
| 2021-12-04 | Add documentation to more `From::from` implementations. | Kevin Reid | -0/+9 |
| 2021-11-22 | Intra-doc links apparently don't like pointers? | Scott McMurray | -4/+4 |
| 2021-11-22 | Add `<*{const|mut} T>::{to|from}_bits` | Scott McMurray | -0/+97 |
| 2021-11-16 | Fill in tracking issue for feature `const_align_offset` | Maybe Waffle | -2/+2 |
| 2021-11-16 | Mark `<*const _>::align_offset` and `<*mut _>::align_offset` as `const fn` | Maybe Waffle | -6/+36 |
| 2021-11-09 | Extend the const_swap feature | est31 | -1/+2 |
| 2021-10-31 | Rollup merge of #89786 - jkugelman:must-use-len-and-is_empty, r=joshtriplett | Matthias Krüger | -0/+1 |
| 2021-10-31 | Rollup merge of #89839 - jkugelman:must-use-mem-ptr-functions, r=joshtriplett | Matthias Krüger | -0/+5 |
| 2021-10-30 | Add #[must_use] to len and is_empty | John Kugelman | -0/+1 |
| 2021-10-30 | Add #[must_use] to mem/ptr functions | John Kugelman | -0/+5 |
| 2021-10-18 | Make more `From` impls `const` | woppopo | -4/+7 |
| 2021-10-13 | Rollup merge of #89794 - jkugelman:must-use-to_value-conversions, r=joshtriplett | Yuki Okushi | -0/+4 |
| 2021-10-11 | Add #[must_use] to to_value conversions | John Kugelman | -0/+4 |
| 2021-10-11 | Add #[must_use] to as_type conversions | John Kugelman | -0/+11 |
| 2021-10-10 | Add #[must_use] to conversions that move self | John Kugelman | -0/+2 |
| 2021-09-01 | remove redundant / misplaced sentence from docs | ast-ral | -4/+0 |
| 2021-08-22 | Fix typos “an”→“a” and a few different ones that appeared in the sa... | Frank Steffahn | -3/+3 |