| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2022-07-24 | interpret, ptr_offset_from: refactor and test too-far-apart check | Ralf Jung | -1/+1 |
| 2022-07-24 | add miri-track-caller to some intrinsic-exposing methods | Ralf Jung | -0/+24 |
| 2022-07-24 | Auto merge of #98674 - RalfJung:miri-stacktrace-pruning, r=Mark-Simulacrum | bors | -0/+16 |
| 2022-07-22 | Rollup merge of #98174 - Kixunil:rename_ptr_as_mut_const_to_cast, r=scottmcm | Dylan DPC | -4/+6 |
| 2022-07-21 | Rename `<*{mut,const} T>::as_{const,mut}` to `cast_` | Martin Habovstiak | -4/+6 |
| 2022-07-20 | various nits from review | Ralf Jung | -2/+1 |
| 2022-07-20 | use extern type for extra opaqueness | Ralf Jung | -7/+8 |
| 2022-07-20 | incorporate some review feedback | Ralf Jung | -0/+3 |
| 2022-07-20 | add intrinsic to access vtable size and align | Ralf Jung | -2/+24 |
| 2022-07-20 | prune raw pointer read and write methods from Miri backtraces | Ralf Jung | -0/+16 |
| 2022-07-19 | Use `T` for all the function primitive docs lists | Michael Howell | -1/+1 |
| 2022-07-19 | Improve the function pointer docs | Michael Howell | -29/+71 |
| 2022-07-16 | Auto merge of #98866 - nagisa:nagisa/align-offset-wroom, r=Mark-Simulacrum | bors | -30/+53 |
| 2022-07-17 | Add a special case for align_offset /w stride != 1 | Simonas Kazlauskas | -30/+53 |
| 2022-07-09 | Partially stabilize const_slice_from_raw_parts | Konrad Borowski | -2/+3 |
| 2022-07-05 | Rollup merge of #97712 - RalfJung:untyped, r=scottmcm | Dylan DPC | -14/+20 |
| 2022-07-01 | update cfg(bootstrap)s | Pietro Albini | -44/+0 |
| 2022-06-08 | Stabilize `const_intrinsic_copy` | Yuki Okushi | -8/+8 |
| 2022-06-06 | Rollup merge of #97764 - RalfJung:strict, r=dtolnay | Matthias Krüger | -2/+2 |
| 2022-06-06 | Auto merge of #97710 - RalfJung:ptr-addr, r=thomcc | bors | -2/+6 |
| 2022-06-05 | use strict provenance APIs | Ralf Jung | -2/+2 |
| 2022-06-05 | promise that ptr::copy and ptr::swap are doing untyped copies | Ralf Jung | -2/+8 |
| 2022-06-05 | change ptr::swap methods to do untyped copies | Ralf Jung | -12/+12 |
| 2022-06-03 | implement ptr.addr() via transmute | Ralf Jung | -2/+6 |
| 2022-06-02 | Rollup merge of #97420 - WaffleLapkin:no_oxford_casts_qqq, r=Mark-Simulacrum | Dylan DPC | -12/+2 |
| 2022-06-02 | Rollup merge of #95594 - the8472:raw_slice_methods, r=yaahc | Yuki Okushi | -1/+118 |
| 2022-05-31 | Update mut_ptr.rs | Lukas | -0/+1 |
| 2022-05-29 | Remove `(fn(...) -> ...)` -> `usize` -> `*const ()` -> `usize` cast | Maybe Waffle | -12/+2 |
| 2022-05-29 | Rollup merge of #97482 - RalfJung:ptr-invalid, r=thomcc | Guillaume Gomez | -6/+7 |