| Age | Commit message (Expand) | Author | Lines |
| 2024-11-25 | 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 |
| 2024-08-22 | fix typos in new pointer conversion docs | binarycat | -1/+1 |
| 2024-08-20 | Implement `ptr::fn_addr_eq` | Urgau | -0/+27 |
| 2024-08-18 | soft-deprecate the addr_of macros | Ralf Jung | -0/+6 |
| 2024-07-29 | Rollup merge of #128307 - ojeda:unescaped_backticks, r=GuillaumeGomez | Matthias Krüger | -1/+1 |
| 2024-07-29 | Remove spurious backticks detected by `rustdoc::unescaped_backticks` | Miguel Ojeda | -1/+1 |
| 2024-07-29 | Reformat `use` declarations. | Nicholas Nethercote | -9/+3 |
| 2024-07-28 | Rollup merge of #127765 - bitfield:fix_stdlib_doc_nits, r=dtolnay | Guillaume Gomez | -17/+17 |
| 2024-07-27 | Rollup merge of #125897 - RalfJung:from-ref, r=Amanieu | Trevor Gross | -4/+84 |
| 2024-07-26 | Fix doc nits | John Arundel | -17/+17 |
| 2024-07-25 | clarify interactions with MaybeUninit and UnsafeCell | binarycat | -6/+10 |
| 2024-07-25 | remove duplicate explanations of the ptr to ref conversion rules | binarycat | -8/+26 |
| 2024-07-25 | create a new section on pointer to reference conversion | binarycat | -0/+24 |