| Age | Commit message (Expand) | Author | Lines |
| 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 | Avoid using the `copy_nonoverlapping` wrapper through `mem::replace`. | Eduard-Mihai Burtescu | -0/+7 |
| 2021-06-27 | Add reference to tracking issue #86302 for const_ptr_write | Albin Hedman | -2/+2 |
| 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 | -3/+7 |
| 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 | -6/+3 |
| 2021-05-19 | Fix UB in documented example for `ptr::swap` | Frank Steffahn | -3/+5 |
| 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 | -12/+12 |
| 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 | -45/+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 | -0/+8 |
| 2021-03-27 | add definition of 'allocated object', and link it from relevant method docs | Ralf Jung | -0/+8 |
| 2021-03-27 | make unaligned_refereces future-incompat lint warn-by-default, and remove the... | Ralf Jung | -0/+2 |
| 2021-03-21 | Auto merge of #83053 - oli-obk:const_stab_version, r=m-ou-se | bors | -2/+2 |
| 2021-03-15 | Constify mem::replace and ptr::replace | Albin Hedman | -1/+2 |
| 2021-03-15 | Constify mem::swap and ptr::swap[_nonoverlapping] | Albin Hedman | -14/+9 |
| 2021-03-15 | Fix const stability `since` versions. | Oli Scherer | -2/+2 |
| 2021-03-14 | Fix a typo in `swap_nonoverlapping_bytes` | Motoki Ikeda | -1/+1 |
| 2021-02-25 | Convert primitives to use intra-doc links | Joshua Nelson | -2/+2 |
| 2021-02-23 | Constify ptr::write and the write[_unaligned] methods on *mut T | Albin Hedman | -3/+6 |
| 2021-02-15 | Pointer metadata: add tracking issue number | Simon Sapin | -1/+1 |
| 2021-02-15 | Use new pointer metadata API inside libcore instead of manual transmutes | Simon Sapin | -7/+23 |
| 2021-02-15 | Add `ptr::from_raw_parts`, `ptr::from_raw_parts_mut`, and `NonNull::from_raw_... | Simon Sapin | -1/+1 |
| 2021-02-15 | Add `ptr::Pointee` trait (for all types) and `ptr::metadata` function | Simon Sapin | -0/+6 |
| 2021-02-13 | Auto merge of #81238 - RalfJung:copy-intrinsics, r=m-ou-se | bors | -6/+1 |
| 2021-01-29 | rename raw_const/mut -> const/mut_addr_of, and stabilize them | Ralf Jung | -10/+8 |
| 2021-01-21 | directly expose copy and copy_nonoverlapping intrinsics | Ralf Jung | -6/+1 |
| 2021-01-18 | remove some outdated comments regarding debug assertions | Ralf Jung | -3/+0 |
| 2021-01-02 | extend comment | Ralf Jung | -1/+2 |
| 2020-12-30 | implement ptr::write without dedicated intrinsic | Ralf Jung | -5/+11 |
| 2020-12-26 | Added reference to tracking issue #80377 | Albin Hedman | -2/+2 |
| 2020-12-26 | Constify ptr::read and ptr::read_unaligned | Albin Hedman | -2/+4 |
| 2020-11-21 | Rollup merge of #77844 - RalfJung:zst-box, r=nikomatsakis | Dylan DPC | -2/+6 |
| 2020-11-20 | reference NonNull::dangling | Ralf Jung | -5/+6 |
| 2020-10-29 | Improve wording of `core::ptr::drop_in_place` docs | Camelid | -3/+3 |
| 2020-10-26 | Auto merge of #75728 - nagisa:improve_align_offset_2, r=Mark-Simulacrum | bors | -3/+14 |
| 2020-10-16 | stop relying on feature(untagged_unions) in stdlib | Ralf Jung | -0/+10 |
| 2020-10-13 | explicitly talk about integer literals | Ralf Jung | -4/+4 |