| Age | Commit message (Expand) | Author | Lines |
| 2025-01-07 | update version placeholders | Pietro Albini | -2/+2 |
| 2024-12-31 | Rollup merge of #134953 - DiuDiu777:unaligned-doc, r=RalfJung | Matthias Krüger | -4/+0 |
| 2024-12-31 | Rollup merge of #134930 - RalfJung:ptr-docs-valid-access, r=jhpratt | Stuart Cook | -2/+2 |
| 2024-12-31 | fix doc for read write unaligned in zst operation | LemonJ | -4/+0 |
| 2024-12-30 | ptr docs: make it clear that we are talking only about memory accesses | Ralf Jung | -2/+2 |
| 2024-12-25 | stabilize const_swap | Ralf Jung | -2/+1 |
| 2024-12-23 | core: fix const ptr::swap_nonoverlapping when there are pointers at odd offse... | Ralf Jung | -31/+42 |
| 2024-12-19 | fix typo in ptr/mod.rs | leejaehong | -1/+1 |
| 2024-12-12 | Fix typos in docs on provenance | Alisa Sireneva | -4/+5 |
| 2024-12-01 | Rollup merge of #133678 - Urgau:stabilize-ptr_fn_addr_eq, r=jhpratt | Jacob Pratt | -3/+1 |
| 2024-11-30 | Stabilize `ptr::fn_addr_eq` | Urgau | -3/+1 |
| 2024-11-30 | move swap_nonoverlapping constness to separate feature gate | Ralf Jung | -2/+2 |
| 2024-11-27 | replace placeholder version | Boxy | -10/+10 |
| 2024-11-16 | clean up const stability around UB checks | Ralf Jung | -8/+8 |
| 2024-11-14 | use `&raw` in `{read, write}_unaligned` documentation | cyrgani | -8/+6 |
| 2024-11-03 | remove const-support for align_offset | Ralf Jung | -8/+2 |
| 2024-11-01 | remove some unnecessary rustc_allow_const_fn_unstable | Ralf Jung | -1/+0 |
| 2024-10-25 | Auto merge of #131349 - RalfJung:const-stability-checks, r=compiler-errors | bors | -4/+5 |
| 2024-10-25 | Rollup merge of #132137 - RalfJung:behavior, r=Noratrieb | Matthias Krüger | -2/+2 |
| 2024-10-25 | Re-do recursive const stability checks | Ralf Jung | -4/+5 |
| 2024-10-25 | library: consistently use American spelling for 'behavior' | Ralf Jung | -2/+2 |
| 2024-10-24 | Rollup merge of #131457 - kpreid:fnaddr, r=dtolnay | Jubilee | -6/+34 |
| 2024-10-23 | fix documentation of ptr::dangling() function | July Tikhonov | -2/+2 |
| 2024-10-21 | move strict provenance lints to new feature gate, remove old feature gates | Ralf Jung | -2/+0 |
| 2024-10-21 | stabilize Strict Provenance and Exposed Provenance | Ralf Jung | -275/+214 |
| 2024-10-19 | zero-sized accesses are fine on null pointers | Ralf Jung | -7/+7 |
| 2024-10-15 | update bootstrap configs | Josh Stone | -4/+1 |
| 2024-10-15 | replace placeholder version | Josh Stone | -4/+4 |
| 2024-10-14 | Rollup merge of #131384 - saethlin:precondition-tests, r=ibraheemdev | Matthias Krüger | -10/+17 |
| 2024-10-12 | library: Stabilize `const_replace` | Jubilee Young | -1/+2 |
| 2024-10-12 | library: Stabilize `const_ptr_write` | Jubilee Young | -2/+3 |
| 2024-10-09 | Add more precondition check tests | Ben Kimock | -2/+4 |
| 2024-10-09 | Allow zero-size reads/writes on null pointers | Ben Kimock | -8/+13 |
| 2024-10-09 | Add "not guaranteed to be equal" | Kevin Reid | -1/+1 |
| 2024-10-09 | Apply suggestions from code review | Kevin Reid | -2/+4 |
| 2024-10-09 | Expand `ptr::fn_addr_eq()` documentation. | Kevin Reid | -6/+32 |
| 2024-10-06 | Auto merge of #130540 - veera-sivarajan:fix-87525, r=estebank | bors | -0/+1 |
| 2024-10-05 | Add a Lint for Pointer to Integer Transmutes in Consts | Veera | -0/+1 |
| 2024-10-01 | Stabilize `const_slice_from_raw_parts_mut` | Eduardo Sánchez Muñoz | -1/+1 |
| 2024-09-28 | make ptr metadata functions callable from stable const fn | Ralf Jung | -3/+0 |
| 2024-09-25 | Use `&raw` in the standard library | Josh Stone | -3/+1 |
| 2024-09-23 | stabilize const_intrinsic_copy | Ralf Jung | -5/+1 |
| 2024-09-22 | Reformat using the new identifier sorting from rustfmt | Michael Goulet | -1/+1 |
| 2024-09-05 | Rollup merge of #129653 - RalfJung:addr-of-read-only, r=scottmcm | Matthias Krüger | -0/+8 |
| 2024-08-28 | addr_of on places derived from raw pointers should preserve permissions | Ralf Jung | -3/+7 |
| 2024-08-27 | fix Pointer to reference conversion docs | Ralf Jung | -23/+15 |
| 2024-08-27 | clarify that addr_of creates read-only pointers | Ralf Jung | -0/+4 |
| 2024-08-27 | Rollup merge of #128157 - lolbinarycat:unify-ptr-ref-docs, r=cuviper | Matthias Krüger | -0/+46 |
| 2024-08-26 | Apply suggestions from code review | Josh Stone | -1/+1 |
| 2024-08-24 | Rollup merge of #129323 - Urgau:ptr_fn_addr_eq, r=Mark-Simulacrum | Matthias Krüger | -0/+27 |