| Age | Commit message (Expand) | Author | Lines |
| 2022-11-09 | Rollup merge of #103694 - WaffleLapkin:mask_doc_example, r=scottmcm | Dylan DPC | -0/+53 |
| 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 | 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-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-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 |
| 2022-09-09 | The `<*const T>::guaranteed_*` methods now return an option for the unknown case | Oli Scherer | -54/+50 |
| 2022-09-04 | Make `const_eval_select` a real intrinsic | Deadbeef | -5/+8 |
| 2022-08-31 | Fix a bunch of typo | Dezhi Wu | -5/+5 |
| 2022-08-29 | Rollup merge of #100819 - WaffleLapkin:use_ptr_byte_methods, r=scottmcm | Dylan DPC | -2/+2 |
| 2022-08-28 | Auto merge of #96946 - WaffleLapkin:ptr_mask, r=scottmcm | bors | -0/+30 |
| 2022-08-27 | Adjust ptr_const_cast stabilization version to CURRENT_RUSTC_VERSION | est31 | -4/+4 |
| 2022-08-25 | Stabilize `const_ptr_offset_from`. | Deadbeef | -2/+2 |
| 2022-08-23 | Make use of `[wrapping_]byte_{add,sub}` | Maybe Waffle | -2/+2 |
| 2022-08-21 | Use ptr::metadata in <[T]>::len implementation | Konrad Borowski | -8/+7 |
| 2022-08-21 | fill in tracking issue for `feature(ptr_mask)` | Maybe Waffle | -2/+2 |
| 2022-08-21 | Add pointer masking convenience functions | Maybe Waffle | -0/+30 |
| 2022-08-13 | nicer Miri backtraces for from_exposed_addr | Ralf Jung | -0/+2 |
| 2022-08-12 | Adjust cfgs | Mark Rousskov | -19/+1 |
| 2022-08-12 | Rollup merge of #100030 - WaffleLapkin:nice_pointer_sis, r=scottmcm | Dylan DPC | -16/+20 |
| 2022-08-11 | Rollup merge of #100184 - Kixunil:stabilize_ptr_const_cast, r=m-ou-se | Dylan DPC | -4/+4 |
| 2022-08-10 | Stabilize ptr_const_cast | Martin Habovstiak | -4/+4 |
| 2022-08-09 | move an `assert!` to the right place | Waffle Maybe | -2/+2 |
| 2022-08-05 | Optimize `pointer::as_aligned_to` | Maybe Waffle | -8/+2 |
| 2022-08-05 | improve documentation of `pointer::align_offset` | Maybe Waffle | -16/+19 |
| 2022-08-05 | cleanup code w/ pointers in std a little | Maybe Waffle | -5/+6 |
| 2022-07-26 | Rollup merge of #99692 - RalfJung:too-far, r=oli-obk | Dylan DPC | -1/+1 |