| Age | Commit message (Expand) | Author | Lines |
| 2023-12-21 | update version placeholders | Pietro Albini | -5/+5 |
| 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/+14 |
| 2023-12-10 | remove redundant imports | surechen | -7/+5 |
| 2023-12-06 | Allow ambiguous_wide_pointer_comparisons lint for std methods | Urgau | -0/+14 |
| 2023-12-03 | move calling miri_promise_symbolic_alignment to a shared helper | Ralf Jung | -42/+5 |
| 2023-12-03 | miri: support 'promising' alignment for symbolic alignment check | Ralf Jung | -6/+58 |
| 2023-12-01 | update addr docs | Ralf Jung | -8/+8 |
| 2023-11-30 | move exposed-provenance APIs into separate feature gate and explain the relat... | Ralf Jung | -48/+62 |
| 2023-11-29 | Rollup merge of #118231 - RalfJung:const-raw-slice-empty, r=cuviper | Matthias Krüger | -3/+21 |
| 2023-11-26 | Add `is_aligned{,_to}` convenience methods to `NonNull` | Maybe Waffle | -0/+234 |
| 2023-11-26 | Add `align_offset` convenience method to `NonNull` | Maybe Waffle | -0/+60 |
| 2023-11-26 | Add `replace` and `swap` convenience methods to `NonNull` | Maybe Waffle | -0/+35 |
| 2023-11-26 | Add `offset_from`-ish convenience methods to `NonNull` | Maybe Waffle | -11/+209 |
| 2023-11-26 | Add offset-ish convenience methods to `NonNull` | Maybe Waffle | -0/+273 |
| 2023-11-26 | Add read/write/copy convenience methods to `NonNull` | Maybe Waffle | -14/+223 |
| 2023-11-26 | Auto merge of #110303 - nbdd0121:master, r=Mark-Simulacrum | bors | -8/+4 |
| 2023-11-25 | Convert many `assert_unsafe_precondition` to `debug_assert_nounwind` | Gary Guo | -8/+4 |
| 2023-11-25 | Rollup merge of #117968 - Urgau:stabilize-ptr-addr-eq, r=dtolnay | Michael Goulet | -4/+5 |
| 2023-11-24 | also add is_empty to const raw slices | Ralf Jung | -3/+21 |
| 2023-11-18 | impl more traits for ptr::Alignment, add mask method | ltdk | -1/+44 |
| 2023-11-16 | Stabilize ptr_addr_eq library feature | Urgau | -4/+5 |
| 2023-11-15 | Substitute version placeholders | Mark Rousskov | -28/+28 |
| 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-06 | Auto merge of #116988 - RalfJung:null, r=WaffleLapkin | bors | -0/+10 |
| 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-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 |