| Age | Commit message (Expand) | Author | Lines |
| 2023-03-03 | Match unmatched backticks in library/ | est31 | -1/+1 |
| 2023-02-14 | "Basic usage" is redundant for there is just one example | Tshepang Mbambo | -42/+0 |
| 2023-01-23 | `sub_ptr()` is equivalent to `usize::try_from().unwrap_unchecked()`, not `usi... | Chayim Refael Friedman | -2/+2 |
| 2023-01-18 | Rollup merge of #103702 - WaffleLapkin:lift-sized-bounds-from-pointer-methods... | Dylan DPC | -48/+15 |
| 2023-01-14 | Remove various double spaces in source comments. | André Vennberg | -1/+1 |
| 2022-12-30 | Use some more `const_eval_select` in pointer methods for compile times | Nilstrieb | -22/+66 |
| 2022-12-28 | Update bootstrap cfg | Pietro Albini | -73/+17 |
| 2022-12-24 | Auto merge of #104977 - RalfJung:ptr-from-ref, r=dtolnay | bors | -15/+37 |
| 2022-12-24 | add tracking issue, fix typo | Ralf Jung | -3/+3 |
| 2022-12-19 | Update coerce_unsized tracking issue from #27732 to #18598 | Anders Kaseorg | -1/+1 |
| 2022-12-09 | Make `<*{const,mut} T>::{,wrapping_}sub` methods `#[inline(always)]` | Eduardo Sánchez Muñoz | -4/+4 |
| 2022-12-09 | Auto merge of #105262 - eduardosm:more-inline-always, r=thomcc | bors | -12/+18 |
| 2022-12-08 | lib docs: fix typo | Ralf Jung | -1/+1 |
| 2022-12-07 | Make some trivial functions `#[inline(always)]` | Eduardo Sánchez Muñoz | -12/+18 |
| 2022-11-27 | add ptr::from_{ref,mut} | Ralf Jung | -15/+37 |
| 2022-11-22 | disable strict-provenance-violating doctests in Miri | Ralf Jung | -0/+8 |
| 2022-11-22 | Rollup merge of #102207 - CraftSpider:const-layout, r=scottmcm | Manish Goregaokar | -7/+17 |
| 2022-11-21 | Rustc_deprecated attribute superseded by deprecated | David Tolnay | -8/+8 |
| 2022-11-21 | Bump ptr_to_from_bits deprecation to Rust 1.67 | David Tolnay | -4/+4 |
| 2022-11-20 | Fix issue number | Rune Tynan | -1/+1 |
| 2022-11-20 | Update with derive_const | Rune Tynan | -12/+11 |
| 2022-11-20 | Add stability for alignment | Rune Tynan | -0/+2 |
| 2022-11-20 | constify remaining layout methods | Rune Tynan | -5/+14 |
| 2022-11-19 | Update comment on pointer-to-usize transmute | Lukas | -3/+4 |
| 2022-11-19 | Revert "don't call `align_offset` during const eval, ever" | Lukas Markeffsky | -2/+5 |
| 2022-11-19 | docs cleanup | Lukas Markeffsky | -72/+140 |
| 2022-11-19 | always use `align_offset` in `is_aligned_to` + add assembly test | Lukas Markeffsky | -26/+12 |
| 2022-11-19 | Schrödinger's pointer | Lukas Markeffsky | -0/+84 |
| 2022-11-19 | address more review comments | Lukas Markeffsky | -56/+52 |
| 2022-11-19 | document `is_aligned{,_to}` | Lukas Markeffsky | -8/+268 |
| 2022-11-19 | don't call `align_offset` during const eval, ever | Lukas Markeffsky | -7/+2 |
| 2022-11-19 | mark `align_offset` as `#[must_use]` | Lukas Markeffsky | -0/+2 |
| 2022-11-19 | constify `pointer::is_aligned{,_to}` | Lukas Markeffsky | -12/+38 |
| 2022-11-19 | make const `align_offset` useful | Lukas Markeffsky | -5/+46 |
| 2022-11-18 | Rollup merge of #103701 - WaffleLapkin:__points-at-implementation__--this-can... | Manish Goregaokar | -45/+20 |
| 2022-11-18 | Rollup merge of #103378 - nagisa:fix-infinite-offset, r=scottmcm | Manish Goregaokar | -26/+28 |
| 2022-11-16 | Rollup merge of #103489 - WaffleLapkin:byte_offset_from_you, r=scottmcm | Matthias Krüger | -2/+2 |
| 2022-11-15 | Auto merge of #104054 - RalfJung:byte-provenance, r=oli-obk | bors | -14/+8 |
| 2022-11-15 | Rollup merge of #104339 - compiler-errors:rustc_deny_explicit_impl, r=cjgillot | Matthias Krüger | -0/+1 |
| 2022-11-14 | Add rustc_deny_explicit_impl | Michael Goulet | -0/+1 |
| 2022-11-14 | Auto merge of #103858 - Mark-Simulacrum:bump-bootstrap, r=pietroalbini | bors | -1/+0 |
| 2022-11-13 | Rollup merge of #103996 - SUPERCILEX:docs, r=RalfJung | Matthias Krüger | -2/+2 |
| 2022-11-09 | Rollup merge of #103694 - WaffleLapkin:mask_doc_example, r=scottmcm | Dylan DPC | -0/+53 |
| 2022-11-07 | Lift `T: Sized` bounds from some `strict_provenance` `NonNull` methods | Maybe Waffle | -12/+3 |
| 2022-11-06 | cfg-step code | Mark Rousskov | -1/+0 |
| 2022-11-06 | Add small clarification around using pointers derived from references | Alex Saveau | -2/+2 |
| 2022-11-06 | remove no-longer-needed work-arounds from the standard library | Ralf Jung | -14/+8 |
| 2022-10-28 | Lift `T: Sized` bounds from some `strict_provenance` pointer methods | Maybe Waffle | -36/+12 |
| 2022-10-28 | Simplify implementation of various pointer methods | Maybe Waffle | -25/+14 |
| 2022-10-28 | Make `pointer::with_metadata_of` const (+simplify implementation) | Maybe Waffle | -20/+6 |