| Age | Commit message (Expand) | Author | Lines |
| 2021-06-10 | Revert PRs 81238 and 82967 (which made copy and copy_nonoverlapping intrinsics). | Felix S. Klock II | -1/+6 |
| 2021-06-10 | Revert effects of PRs 81167 and 83091. | Felix S. Klock II | -6/+3 |
| 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 |
| 2020-10-12 | clarify rules for ZST Boxes | Ralf Jung | -2/+5 |
| 2020-09-09 | Fix anchor links | Camelid | -10/+10 |
| 2020-09-08 | Fix broken link | Camelid | -4/+4 |
| 2020-09-08 | Use intra-doc links in `core::ptr` | Camelid | -56/+21 |
| 2020-08-20 | Optimise align_offset for stride=1 further | Simonas Kazlauskas | -3/+14 |
| 2020-08-16 | Improve codegen of align_offset when stride == 1 | Simonas Kazlauskas | -13/+11 |
| 2020-08-16 | Improve `align_offset` at opt-level <= 1 | Simonas Kazlauskas | -17/+38 |
| 2020-07-27 | mv std libs to library/ | mark | -0/+1542 |