| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2021-08-08 | Auto merge of #87827 - eddyb:wrapperless-mem-replace, r=m-ou-se | bors | -0/+7 |
| 2021-08-08 | Avoid using the `copy_nonoverlapping` wrapper through `mem::replace`. | Eduard-Mihai Burtescu | -0/+7 |
| 2021-08-05 | Fix typo in the ptr documentation | Max Fan | -2/+2 |
| 2021-08-02 | Rollup merge of #87690 - sharnoff:mut-ptr-allocated-obj-link, r=Mark-Simulacrum | Cameron Steffen | -0/+1 |
| 2021-08-01 | Add missing "allocated object" doc link | sharnoff | -0/+1 |
| 2021-07-31 | mark a UB doctest as no_run | Ralf Jung | -1/+7 |
| 2021-07-31 | Rollup merge of #87547 - GuillaumeGomez:nonnull-examples, r=kennytm | Yuki Okushi | -0/+88 |
| 2021-07-30 | Add missing examples for NonNull | Guillaume Gomez | -0/+88 |
| 2021-07-29 | Fix may not to appropriate might not or must not | Ali Malik | -10/+10 |
| 2021-06-27 | Add reference to tracking issue #86302 for const_ptr_write | Albin Hedman | -4/+4 |
| 2021-06-27 | Add reference to issue for const_intrinsic_copy in ptr::write | Albin Hedman | -1/+1 |
| 2021-06-27 | Revert "Revert effects of PRs 81167 and 83091." | Albin Hedman | -4/+9 |
| 2021-06-25 | Fix a few misspellings. | Eric Huss | -1/+1 |
| 2021-06-16 | Typo correction: s/is/its | Michael Snoyman | -1/+1 |
| 2021-06-04 | Revert PRs 81238 and 82967 (which made copy and copy_nonoverlapping intrinsics). | Felix S. Klock II | -1/+6 |
| 2021-06-04 | Revert effects of PRs 81167 and 83091. | Felix S. Klock II | -8/+4 |
| 2021-05-19 | Fix UB in documented example for `ptr::swap` | Frank Steffahn | -3/+5 |
| 2021-05-12 | #[inline(always)] on basic pointer methods | Kornel | -25/+25 |
| 2021-05-05 | Rollup merge of #83553 - jfrimmel:addr-of, r=m-ou-se | Ralf Jung | -38/+23 |
| 2021-05-03 | Update `ptr` docs with regards to `ptr::addr_of!` | Julian Frimmel | -38/+23 |
| 2021-05-02 | Change 'NULL' to 'null' | Brent Kerby | -22/+22 |
| 2021-04-17 | Auto merge of #84061 - AngelicosPhosphoros:issue-75598-add-inline-always-arit... | bors | -8/+8 |
| 2021-04-14 | Auto merge of #83948 - ABouttefeux:lint-nullprt-deref, r=RalfJung | bors | -0/+2 |
| 2021-04-11 | Add some #[inline(always)] to arithmetic methods of integers | AngelicosPhosphoros | -8/+8 |
| 2021-04-10 | fix Miri errors in libcore doctests | Ralf Jung | -2/+2 |
| 2021-04-06 | add lint deref_nullptr | Aliénore Bouttefeux | -0/+2 |
| 2021-04-05 | Auto merge of #83864 - Dylan-DPC:rollup-78an86n, r=Dylan-DPC | bors | -13/+57 |
| 2021-04-05 | Rollup merge of #83815 - RalfJung:addr_of, r=kennytm | Dylan DPC | -1/+32 |
| 2021-04-04 | core: disable `ptr::swap_nonoverlapping_one`'s block optimization on SPIR-V. | Eduard-Mihai Burtescu | -6/+17 |
| 2021-04-04 | core: rearrange `ptr::swap_nonoverlapping_one`'s cases (no functional changes). | Eduard-Mihai Burtescu | -11/+13 |
| 2021-04-04 | Bump cfgs | Mark Rousskov | -63/+0 |
| 2021-04-04 | fix typo | Ralf Jung | -1/+1 |
| 2021-04-04 | rely on intra-doc links | Ralf Jung | -2/+0 |
| 2021-04-03 | explain that even addr_of cannot deref a NULL ptr | Ralf Jung | -0/+8 |
| 2021-04-03 | addr_of_mut: add example for creating a pointer to uninit data | Ralf Jung | -1/+26 |
| 2021-03-30 | Rollup merge of #83579 - RalfJung:ptr-arithmetic, r=dtolnay | Dylan DPC | -55/+47 |