| Age | Commit message (Expand) | Author | Lines |
| 2023-11-06 | Auto merge of #116988 - RalfJung:null, r=WaffleLapkin | bors | -0/+10 |
| 2023-10-25 | Stabilize `[const_]pointer_byte_offsets` | Maybe Waffle | -32/+42 |
| 2023-10-20 | document that the null pointer has the 0 address | Ralf Jung | -0/+10 |
| 2023-10-15 | Remove trivial cast in `guaranteed_eq` | Nilstrieb | -1/+1 |
| 2023-10-14 | Auto merge of #116407 - Mark-Simulacrum:bootstrap-bump, r=onur-ozkan | bors | -4/+4 |
| 2023-10-08 | Bump to latest beta | Mark Rousskov | -4/+4 |
| 2023-10-05 | Add more diagnostic items for clippy | Jason Newcomb | -0/+11 |
| 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-26 | take more clarifying text from Gankra's PR | Ralf Jung | -0/+14 |
| 2023-09-21 | avoid talking about inverses | Ralf Jung | -10/+14 |
| 2023-09-21 | consistent wording | Ralf Jung | -4/+4 |
| 2023-09-21 | documentation tweaks | Ralf Jung | -12/+12 |
| 2023-09-21 | offset_from: docs improvements | Ralf Jung | -4/+20 |
| 2023-09-16 | Auto merge of #114494 - est31:extend_useless_ptr_null_checks, r=jackh726 | bors | -1/+4 |
| 2023-09-08 | Rollup merge of #115201 - notriddle:notriddle/type-alias-impl-list, r=Guillau... | Guillaume Gomez | -9/+9 |
| 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-09-02 | Rollup merge of #114845 - scottmcm:npo-align, r=WaffleLapkin | Matthias Krüger | -0/+18 |
| 2023-08-24 | Fix intra-doc links from pointer appearing in windows HANDLE type alias | Guillaume Gomez | -9/+9 |
| 2023-08-24 | Auto merge of #115094 - Mark-Simulacrum:bootstrap-update, r=ozkanonur | bors | -1/+1 |
| 2023-08-22 | Add support for ptr::write for the invalid_reference_casting lint | Urgau | -0/+3 |
| 2023-08-22 | Replace version placeholders with 1.73.0 | Mark Rousskov | -1/+1 |
| 2023-08-21 | try to clarify wording | Ralf Jung | -4/+3 |
| 2023-08-15 | Add alignment to the NPO guarantee | Scott McMurray | -0/+18 |
| 2023-08-15 | Add diagnostic items for `<*const _>::cast` and `<*mut _>::cast_const` | Urgau | -0/+2 |
| 2023-08-14 | clarify safety documentation of ptr::swap and ptr::copy | Ralf Jung | -0/+3 |
| 2023-08-10 | Tell LLVM that the negation in `<*const T>::sub` cannot overflow | Scott McMurray | -5/+24 |
| 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/+4 |
| 2023-08-01 | Add diagnostic items for `<*const _>::cast` and `ptr::from_mut` | Urgau | -0/+2 |
| 2023-07-30 | Rollup merge of #102198 - lukas-code:nonnull_as_ref, r=Amanieu | Matthias Krüger | -2/+3 |
| 2023-07-20 | Get `!nonnull` metadata consistently in slice iterators, without needing `ass... | Scott McMurray | -0/+24 |
| 2023-07-12 | Flip cfg's for bootstrap bump | Mark Rousskov | -3/+2 |
| 2023-07-03 | Add diagnostic items for `<*mut _>::is_null` and `<*const _>::is_null` | Urgau | -0/+2 |
| 2023-06-20 | Auto merge of #112320 - compiler-errors:do-not-impl-via-obj, r=lcnr | bors | -1/+2 |
| 2023-06-20 | Merge attrs, better validation | Michael Goulet | -2/+2 |
| 2023-06-20 | Add rustc_do_not_implement_via_object | Michael Goulet | -0/+1 |
| 2023-06-16 | `#[lang_item]` for `core::ptr::Unique` | Neven Villani | -0/+2 |
| 2023-06-12 | Revert "Fix intra-doc links from pointer appearing in windows HANDLE type alias" | Guillaume Gomez | -9/+9 |
| 2023-06-09 | Fix intra-doc links from pointer appearing in windows HANDLE type alias | Guillaume Gomez | -9/+9 |
| 2023-06-01 | Auto merge of #111567 - Urgau:uplift_cast_ref_to_mut, r=b-naber | bors | -0/+2 |
| 2023-05-31 | Add diagnostic items for `ptr::cast_mut` and `ptr::from_ref` | Urgau | -0/+2 |
| 2023-05-30 | Bump to latest beta compiler | Mark Rousskov | -29/+3 |
| 2023-05-30 | Swap out CURRENT_RUSTC_VERSION to 1.71.0 | Mark Rousskov | -6/+6 |
| 2023-05-23 | const stabilize `NonNull::as_ref` | Lukas Markeffsky | -2/+3 |
| 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 |