| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2022-10-28 | Add examples for `pointer::mask` | Maybe Waffle | -0/+53 |
| 2022-10-27 | Rollup merge of #103106 - saethlin:from_exposed_docs, r=thomcc | Matthias Krüger | -6/+15 |
| 2022-10-27 | Rollup merge of #103035 - saethlin:assert_unsafe_precondition3, r=thomcc | Matthias Krüger | -9/+35 |
| 2022-10-26 | Print the precondition we violated, and visible through output capture | Ben Kimock | -9/+35 |
| 2022-10-27 | Rollup merge of #103580 - lukas-code:guaranteed_ne, r=GuillaumeGomez | Yuki Okushi | -2/+2 |
| 2022-10-26 | Fix typo in docs for `guaranteed_ne` | Lukas Markeffsky | -2/+2 |
| 2022-10-26 | Update library/core/src/ptr/mod.rs | Ben Kimock | -0/+1 |
| 2022-10-26 | explicitly mention that both components of wide prts are compared | Ralf Jung | -0/+1 |
| 2022-10-26 | ptr::eq: clarify that comparing dyn Trait is fragile | Ralf Jung | -35/+5 |
| 2022-10-25 | Try to say that memory outside the AM is always exposed | Ben Kimock | -6/+14 |
| 2022-10-24 | Make `pointer::byte_offset_from` more generic | Maybe Waffle | -2/+2 |
| 2022-10-24 | Auto merge of #100848 - xfix:use-metadata-for-slice-len, r=thomcc | bors | -8/+7 |
| 2022-10-22 | Rollup merge of #103346 - HeroicKatora:metadata_of_const_pointer_argument, r=... | Dylan DPC | -1/+5 |
| 2022-10-22 | Rollup merge of #103329 - saethlin:nonnull-precondition, r=thomcc | Dylan DPC | -1/+5 |
| 2022-10-22 | Fix mod_inv termination for the last iteration | Simonas Kazlauskas | -26/+28 |
| 2022-10-21 | Argument type for mutable with_metadata_of (#75091) | Andreas Molzer | -1/+5 |
| 2022-10-20 | Add a missing precondition check | Ben Kimock | -1/+5 |
| 2022-10-20 | Skip C-unwind fn pointer impls with the bootstrap compiler | Ryan Lopopolo | -0/+1 |
| 2022-10-19 | Update stability annotations on fnptr impls for C-unwind ABI | Ryan Lopopolo | -13/+19 |
| 2022-10-19 | Add default trait implementations for "c-unwind" ABI function pointers | Ryan Lopopolo | -0/+6 |
| 2022-10-16 | Fix types in documentation for Alignment::as_usize and Alignmnet::as_nonzero | Thayne McCombs | -2/+2 |
| 2022-10-14 | more dupe word typos | Rageking8 | -2/+2 |
| 2022-10-09 | From<Alignment> for usize & NonZeroUsize | Scott McMurray | -0/+16 |
| 2022-10-10 | Rollup merge of #102072 - scottmcm:ptr-alignment-type, r=thomcc | Yuki Okushi | -0/+309 |
| 2022-10-07 | add a few more assert_unsafe_precondition | Ralf Jung | -0/+2 |
| 2022-09-29 | Stabilize `nonnull_slice_from_raw_parts` | Yuki Okushi | -8/+5 |
| 2022-09-26 | remove cfg(bootstrap) | Pietro Albini | -2/+0 |
| 2022-09-26 | replace stabilization placeholders | Pietro Albini | -4/+4 |
| 2022-09-22 | Derive Eq/PartialEq instead of manually implementing it | Scott McMurray | -15/+23 |
| 2022-09-21 | Add `rustc_allow_const_fn_unstable` annotations to pre-existing `Layout` methods | Scott McMurray | -1/+3 |
| 2022-09-20 | Add `ptr::Alignment` type | Scott McMurray | -0/+299 |