| Age | Commit message (Expand) | Author | Lines |
| 2024-10-14 | replace placeholder version | Josh Stone | -4/+4 |
| 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-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 |
| 2024-07-17 | Avoid comments that describe multiple `use` items. | Nicholas Nethercote | -3/+2 |
| 2024-06-16 | doc: Added commas where needed | Rayyan Khan | -6/+6 |
| 2024-06-06 | less garbage, more examples | Ralf Jung | -6/+74 |
| 2024-06-05 | Rollup merge of #123168 - joshtriplett:size-of-prelude, r=Amanieu | Jubilee | -1/+1 |
| 2024-06-04 | more explicitly state the basic rules of working with the obtained raw pointers | Ralf Jung | -0/+12 |
| 2024-06-02 | from_ref, from_mut: clarify domain of quantification | Ralf Jung | -4/+4 |
| 2024-05-30 | Rollup merge of #125739 - RalfJung:drop-in-place-docs, r=workingjubilee | Matthias Krüger | -1/+6 |
| 2024-05-30 | explain what the open questions are, and add a Miri test for that | Ralf Jung | -0/+5 |
| 2024-05-29 | drop_in_place: weaken the claim of equivalence with drop(ptr.read()) | Ralf Jung | -1/+1 |
| 2024-05-29 | [ACP 362] genericize `ptr::from_raw_parts` | Scott McMurray | -4/+4 |
| 2024-05-22 | Auto merge of #117329 - RalfJung:offset-by-zero, r=oli-obk,scottmcm | bors | -8/+3 |
| 2024-05-13 | Rollup merge of #116675 - joshlf:patch-10, r=scottmcm | Jacob Pratt | -5/+33 |
| 2024-05-13 | [ptr] Document maximum allocation size | Joshua Liebow-Feeser | -5/+33 |
| 2024-05-13 | Add `size_of`, `size_of_val`, `align_of`, and `align_of_val` to the prelude | Josh Triplett | -1/+1 |
| 2024-05-13 | offset, offset_from: allow zero-byte offset on arbitrary pointers | Ralf Jung | -8/+3 |
| 2024-05-06 | Avoid a cast in `ptr::slice_from_raw_parts(_mut)` | Scott McMurray | -2/+2 |
| 2024-05-01 | Step bootstrap cfgs | Mark Rousskov | -9/+0 |
| 2024-04-03 | rename `expose_addr` to `expose_provenance` | joboet | -7/+7 |
| 2024-04-02 | Rollup merge of #122935 - RalfJung:with-exposed-provenance, r=Amanieu | Jacob Pratt | -12/+12 |
| 2024-03-30 | De-LLVM the unchecked shifts [MCP#693] | Scott McMurray | -2/+12 |
| 2024-03-23 | move assert_unsafe_preconditions to its own file | Ralf Jung | -17/+16 |