| Age | Commit message (Expand) | Author | Lines |
| 2023-12-15 | Stabilize `ptr::{from_ref, from_mut}` | Maybe Waffle | -2/+5 |
| 2023-12-11 | Auto merge of #117758 - Urgau:lint_pointer_trait_comparisons, r=davidtwco | bors | -0/+1 |
| 2023-12-06 | Allow ambiguous_wide_pointer_comparisons lint for std methods | Urgau | -0/+1 |
| 2023-11-30 | move exposed-provenance APIs into separate feature gate and explain the relat... | Ralf Jung | -39/+51 |
| 2023-11-25 | Rollup merge of #117968 - Urgau:stabilize-ptr-addr-eq, r=dtolnay | Michael Goulet | -4/+5 |
| 2023-11-16 | Stabilize ptr_addr_eq library feature | Urgau | -4/+5 |
| 2023-11-11 | Auto merge of #115694 - clarfonthey:std-hash-private, r=dtolnay | bors | -2/+1 |
| 2023-11-10 | Auto merge of #117572 - RalfJung:addr_of, r=cuviper | bors | -6/+24 |
| 2023-11-10 | mention null explicitly | Ralf Jung | -2/+2 |
| 2023-11-05 | update and clarify addr_of docs | Ralf Jung | -6/+24 |
| 2023-11-02 | Add insta-stable std::hash::{DefaultHasher, RandomState} exports | ltdk | -2/+1 |
| 2023-10-20 | document that the null pointer has the 0 address | Ralf Jung | -0/+10 |
| 2023-10-14 | Auto merge of #116407 - Mark-Simulacrum:bootstrap-bump, r=onur-ozkan | bors | -2/+2 |
| 2023-10-08 | Bump to latest beta | Mark Rousskov | -2/+2 |
| 2023-10-05 | Add more diagnostic items for clippy | Jason Newcomb | -0/+10 |
| 2023-10-02 | add must_use on pointer equality functions | asquared31415 | -0/+2 |
| 2023-10-01 | Add `ptr::addr_eq` | Scott McMurray | -0/+22 |
| 2023-09-16 | Auto merge of #114494 - est31:extend_useless_ptr_null_checks, r=jackh726 | bors | -1/+2 |
| 2023-09-05 | Rollup merge of #114794 - RalfJung:swap-safety, r=m-ou-se | Matthias Krüger | -1/+3 |
| 2023-09-05 | if -> when | Ralf Jung | -1/+1 |
| 2023-08-22 | Add support for ptr::write for the invalid_reference_casting lint | Urgau | -0/+3 |
| 2023-08-21 | try to clarify wording | Ralf Jung | -4/+3 |
| 2023-08-14 | clarify safety documentation of ptr::swap and ptr::copy | Ralf Jung | -0/+3 |
| 2023-08-06 | Remove ptr_from_mut diagnostic item | est31 | -1/+0 |
| 2023-08-06 | Add #[rustc_never_returns_null_ptr] to std functions | est31 | -0/+2 |
| 2023-08-01 | Add diagnostic items for `<*const _>::cast` and `ptr::from_mut` | Urgau | -0/+1 |
| 2023-06-01 | Auto merge of #111567 - Urgau:uplift_cast_ref_to_mut, r=b-naber | bors | -0/+1 |
| 2023-05-31 | Add diagnostic items for `ptr::cast_mut` and `ptr::from_ref` | Urgau | -0/+1 |
| 2023-05-30 | Swap out CURRENT_RUSTC_VERSION to 1.71.0 | Mark Rousskov | -2/+2 |
| 2023-05-21 | drop_in_place docs: remove pseudocode-ish implementation details | Erik Desjardins | -15/+1 |
| 2023-05-20 | improve drop_in_place docs | Erik Desjardins | -4/+6 |
| 2023-05-20 | Add missing "unsafe" to fix doctest | Patrick Walton | -1/+1 |
| 2023-05-20 | Update documentation for `drop_in_place()` | Patrick Walton | -6/+24 |
| 2023-05-05 | Stabilize const_ptr_read | bors | -2/+4 |
| 2023-05-05 | `assume` the runtime range of `align_offset` | Scott McMurray | -4/+10 |
| 2023-04-30 | Codegen fewer instructions in `mem::replace` | Scott McMurray | -9/+8 |
| 2023-04-28 | handle cfg(bootstrap) | Pietro Albini | -207/+36 |
| 2023-04-26 | Rollup merge of #110419 - jsoref:spelling-library, r=jyn514 | Matthias Krüger | -1/+1 |
| 2023-04-26 | Spelling library/ | Josh Soref | -1/+1 |
| 2023-04-16 | more hacks | Deadbeef | -1/+6 |
| 2023-04-12 | Make rust-intrinsic ABI unwindable | Gary Guo | -0/+1 |
| 2023-03-27 | Use the FnPtr trait to avoid implementing common traits via macros | Oli Scherer | -106/+161 |
| 2023-03-14 | Improved implementation and comments after code review feedback | Scott McMurray | -3/+5 |
| 2023-03-12 | Add a better approach comment in `ptr::read` to justify the intrinsic | Scott McMurray | -11/+32 |
| 2023-03-11 | `MaybeUninit::assume_init_read` should have `noundef` load metadata | Scott McMurray | -6/+14 |
| 2023-03-09 | Make ptr::from_ref and ptr::from_mut in #106116 const. | Raekye | -2/+2 |
| 2023-01-14 | Remove various double spaces in source comments. | André Vennberg | -1/+1 |
| 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-09 | Auto merge of #105262 - eduardosm:more-inline-always, r=thomcc | bors | -3/+3 |