| Age | Commit message (Expand) | Author | Lines |
| 2025-01-02 | Document CTFE behavior of methods that call is_null | Tim (Theemathas) Chirananthavat | -0/+69 |
| 2025-01-02 | Correctly document is_null CTFE behavior. | Tim (Theemathas) Chirananthavat | -16/+22 |
| 2024-11-25 | replace placeholder version | Boxy | -26/+26 |
| 2024-11-16 | clean up const stability around UB checks | Ralf Jung | -8/+8 |
| 2024-11-16 | stabilize const_ptr_is_null | Ralf Jung | -6/+8 |
| 2024-11-14 | use `&raw` in `{read, write}_unaligned` documentation | cyrgani | -8/+6 |
| 2024-11-11 | Generalize `NonNull::from_raw_parts` per ACP362 | Scott McMurray | -1/+1 |
| 2024-11-05 | add const_eval_select macro to reduce redundancy | Ralf Jung | -111/+98 |
| 2024-11-03 | remove const-support for align_offset | Ralf Jung | -545/+13 |
| 2024-11-02 | get rid of a whole bunch of unnecessary rustc_const_unstable attributes | Ralf Jung | -20/+0 |
| 2024-11-02 | Rollup merge of #132459 - RalfJung:byte_sub_ptr, r=scottmcm | Guillaume Gomez | -9/+66 |
| 2024-11-02 | Rollup merge of #132451 - RalfJung:less-rustc_allow_const_fn_unstable, r=tgro... | Guillaume Gomez | -1/+0 |
| 2024-11-01 | offset_from / sub_ptr docs: emphasize that pointers must be in the same alloc... | Ralf Jung | -12/+12 |
| 2024-11-01 | feat(byte_sub_ptr): add ptr::byte_sub_ptr | Aria Beingessner | -0/+57 |
| 2024-11-01 | unchecked_shifts, unchecked_neg are safe-to-const-expose-on-stable, so we can... | Ralf Jung | -3/+3 |
| 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 | -17/+28 |
| 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 | -17/+28 |
| 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 | Rollup merge of #132066 - tifv:ptr-docs-typo, r=Amanieu | León Orell Valerian Liehr | -2/+2 |
| 2024-10-23 | fix a typo in documentation of pointer::sub_ptr() | July Tikhonov | -2/+2 |
| 2024-10-23 | fix documentation of ptr::dangling() function | July Tikhonov | -5/+3 |
| 2024-10-21 | move strict provenance lints to new feature gate, remove old feature gates | Ralf Jung | -5/+2 |
| 2024-10-21 | stabilize Strict Provenance and Exposed Provenance | Ralf Jung | -386/+307 |
| 2024-10-19 | zero-sized accesses are fine on null pointers | Ralf Jung | -7/+7 |
| 2024-10-16 | Auto merge of #131792 - matthiaskrgr:rollup-480nwg4, r=matthiaskrgr | bors | -6/+22 |
| 2024-10-16 | Rollup merge of #130822 - bjoernager:non-null-from-ref, r=dtolnay | Matthias Krüger | -6/+22 |
| 2024-10-15 | update bootstrap configs | Josh Stone | -7/+1 |
| 2024-10-15 | replace placeholder version | Josh Stone | -30/+27 |
| 2024-10-15 | Rollup merge of #131339 - HeroicKatora:set_ptr_value-documentation, r=Mark-Si... | Matthias Krüger | -20/+61 |
| 2024-10-14 | Rollup merge of #131384 - saethlin:precondition-tests, r=ibraheemdev | Matthias Krüger | -10/+17 |
| 2024-10-13 | Fix typo thing->thin referring to pointer | Andreas Molzer | -2/+2 |
| 2024-10-12 | Stabilize `const_option` | Trevor Gross | -2/+0 |
| 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 |