| Age | Commit message (Expand) | Author | Lines |
| 2024-10-12 | library: Stabilize `const_replace` | Jubilee Young | -1/+2 |
| 2024-10-12 | library: Stabilize `const_ptr_write` | Jubilee Young | -8/+9 |
| 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-07 | cfg out checks in add and sub but not offset | Ben Kimock | -0/+8 |
| 2024-10-07 | Add precondition checks to ptr::offset, ptr::add, ptr::sub | Ben Kimock | -3/+173 |
| 2024-10-06 | Expand set_ptr_value / with_metadata_of docs | Andreas Molzer | -20/+61 |
| 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-04 | Rollup merge of #130403 - eduardosm:stabilize-const_slice_from_raw_parts_mut,... | Jubilee | -2/+5 |
| 2024-10-04 | Rollup merge of #131177 - workingjubilee:stabilize-const-mut-referees, r=tgro... | Jubilee | -1/+2 |
| 2024-10-02 | library: Stabilize `const_ptr_as_ref` | Jubilee Young | -1/+2 |
| 2024-10-01 | Stabilize `const_slice_from_raw_parts_mut` | Eduardo Sánchez Muñoz | -2/+5 |
| 2024-10-01 | Rollup merge of #130229 - RalfJung:ptr-offset-unsigned, r=scottmcm | Matthias Krüger | -42/+53 |
| 2024-09-28 | make ptr metadata functions callable from stable const fn | Ralf Jung | -26/+5 |
| 2024-09-27 | Add 'from_ref' and 'from_mut' constructors to 'core::ptr::NonNull'; | Gabriel Bjørnager Jensen | -6/+22 |
| 2024-09-27 | Rollup merge of #130880 - RalfJung:const-hack, r=scottmcm | Guillaume Gomez | -1/+1 |
| 2024-09-26 | add missing FIXME(const-hack) | Ralf Jung | -1/+1 |
| 2024-09-25 | Use `&raw` in the standard library | Josh Stone | -3/+1 |
| 2024-09-23 | stabilize const_intrinsic_copy | Ralf Jung | -15/+11 |
| 2024-09-22 | Reformat using the new identifier sorting from rustfmt | Michael Goulet | -1/+1 |
| 2024-09-18 | Auto merge of #129845 - scottmcm:redo-layout, r=Noratrieb | bors | -0/+5 |
| 2024-09-17 | Take more advantage of the `isize::MAX` limit in `Layout` | Scott McMurray | -0/+5 |
| 2024-09-15 | stabilize const_mut_refs | Ralf Jung | -2/+2 |
| 2024-09-12 | Rollup merge of #130101 - RalfJung:const-cleanup, r=fee1-dead | Matthias Krüger | -2/+0 |
| 2024-09-12 | also update the wrapping_ docs to use similar wording | Ralf Jung | -20/+13 |
| 2024-09-11 | various updates based on review | Ralf Jung | -24/+38 |
| 2024-09-11 | ptr::add/sub: these are *not* equivalent to offset(count as isize) | Ralf Jung | -14/+18 |
| 2024-09-09 | Rollup merge of #130164 - RalfJung:const_ptr_as_ref, r=dtolnay | Jubilee | -16/+16 |
| 2024-09-09 | move const fn with a null check into const_ptr_is_null gate | Ralf Jung | -3/+3 |
| 2024-09-09 | move some const fn out of the const_ptr_as_ref feature | Ralf Jung | -13/+13 |
| 2024-09-09 | Rollup merge of #130115 - eduardosm:needless-returns-libs, r=workingjubilee | Jubilee | -2/+2 |
| 2024-09-08 | Remove needless returns detected by clippy in libraries | Eduardo Sánchez Muñoz | -2/+2 |
| 2024-09-08 | const: make ptr.is_null() stop execution on ambiguity | Ralf Jung | -20/+7 |
| 2024-09-08 | remove pointless rustc_const_unstable on trait impls | Ralf Jung | -2/+0 |
| 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 | -210/+73 |
| 2024-08-26 | Apply suggestions from code review | Josh Stone | -9/+9 |
| 2024-08-25 | Auto merge of #129488 - saethlin:alignment-precondition, r=workingjubilee | bors | -2/+0 |
| 2024-08-24 | Rollup merge of #129323 - Urgau:ptr_fn_addr_eq, r=Mark-Simulacrum | Matthias Krüger | -0/+27 |
| 2024-08-23 | Enable Alignment::new_unchecked precondition check | Ben Kimock | -2/+0 |
| 2024-08-22 | fix typos in new pointer conversion docs | binarycat | -8/+8 |
| 2024-08-20 | Implement `ptr::fn_addr_eq` | Urgau | -0/+27 |
| 2024-08-18 | soft-deprecate the addr_of macros | Ralf Jung | -0/+6 |