| Age | Commit message (Expand) | Author | Lines |
| 2020-12-04 | Rename `AllocRef` to `Allocator` and `(de)alloc` to `(de)allocate` | Tim Diekmann | -2/+2 |
| 2020-11-30 | ptr links | Alexis Bourget | -19/+19 |
| 2020-11-30 | Intra doc links for the pointer primitive | Alexis Bourget | -19/+19 |
| 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-28 | Rename AllocErr to AllocError | Jacob Hughes | -1/+1 |
| 2020-09-09 | Rollup merge of #76497 - camelid:intra-doc-links-for-core-ptr, r=jyn514 | Tyler Mandry | -58/+23 |
| 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-09-08 | Remove a stray ignore-tidy-undocumented-unsafe | moonheart08 | -2/+0 |
| 2020-08-30 | Rollup merge of #75917 - poliorcetics:intra-doc-core-nonnull, r=jyn514 | Dylan DPC | -20/+16 |
| 2020-08-26 | Fix potential UB in align_offset docs | Elichai Turkel | -2/+2 |
| 2020-08-25 | Move to intra doc links for core::ptr::non_null | Alexis Bourget | -20/+16 |
| 2020-08-23 | bump stable version | Ralf Jung | -2/+2 |
| 2020-08-22 | fix dead links to wrapping_offset_from | Ralf Jung | -14/+4 |
| 2020-08-22 | remove feature gate from tests | Ralf Jung | -8/+0 |
| 2020-08-22 | stabilize ptr_offset_from | Ralf Jung | -2/+2 |
| 2020-08-22 | remove deprecated wrapping_offset_from | Ralf Jung | -103/+0 |
| 2020-08-22 | offset_from: also document same-provenance requirement | Ralf Jung | -0/+44 |
| 2020-08-20 | Optimise align_offset for stride=1 further | Simonas Kazlauskas | -3/+14 |
| 2020-08-19 | Auto merge of #75600 - nagisa:improve_align_offset, r=KodrAus | bors | -28/+47 |
| 2020-08-18 | Rollup merge of #75392 - TimDiekmann:non-null-uninit-slice, r=RalfJung | Yuki Okushi | -81/+567 |
| 2020-08-17 | Auto merge of #74940 - oli-obk:const_is_null, r=RalfJung | bors | -4/+24 |
| 2020-08-17 | Add `as_uninit`-like methods to pointer types and unify documentation of `as_... | Tim Diekmann | -81/+567 |
| 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-08-11 | mentions provenance, changes argument type, adds must_use attr | oliver-giersch | -8/+26 |
| 2020-08-11 | Make `<*const T>::is_null` const fn | Oliver Scherer | -4/+24 |
| 2020-08-09 | Rollup merge of #75266 - aticu:master, r=RalfJung | Yuki Okushi | -0/+36 |
| 2020-08-09 | Rollup merge of #75248 - TimDiekmann:NonNull-as_mut_ptr, r=RalfJung | Yuki Okushi | -0/+18 |
| 2020-08-08 | Add safety section to `NonNull::as_*` method docs | aticu | -0/+36 |
| 2020-08-06 | Add `as_mut_ptr` to `NonNull<[T]>` | Tim Diekmann | -0/+18 |
| 2020-08-03 | adds [*mut|*const] ptr::set_ptr_value | oliver-giersch | -0/+64 |
| 2020-07-27 | mv std libs to library/ | mark | -0/+4147 |