| Age | Commit message (Expand) | Author | Lines |
| 2024-08-27 | fix Pointer to reference conversion docs | Ralf Jung | -23/+15 |
| 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 |
| 2024-08-08 | Rollup merge of #128306 - WiktorPrzetacznik:WiktorPrzetacznik-nonnull-alignof... | Matthias Krüger | -3/+10 |
| 2024-07-31 | PinCoerceUnsized trait into core | Xiangfei Ding | -0/+8 |
| 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 | -15/+5 |
| 2024-07-28 | Rollup merge of #127765 - bitfield:fix_stdlib_doc_nits, r=dtolnay | Guillaume Gomez | -20/+20 |
| 2024-07-28 | Update NonNull::align_offset quarantees | Wiktor Przetacznik | -3/+10 |
| 2024-07-27 | Rollup merge of #125897 - RalfJung:from-ref, r=Amanieu | Trevor Gross | -4/+84 |
| 2024-07-26 | Fix doc nits | John Arundel | -20/+20 |
| 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 | -183/+50 |
| 2024-07-25 | create a new section on pointer to reference conversion | binarycat | -36/+28 |
| 2024-07-17 | ptr::metadata: update comment on vtable_ptr work-around | Ralf Jung | -4/+7 |
| 2024-07-17 | ptr::metadata: avoid references to extern types | Ralf Jung | -2/+3 |
| 2024-07-16 | Rollup merge of #126776 - nnethercote:rustfmt-use-pre-cleanups-2, r=cuviper | Trevor Gross | -3/+2 |
| 2024-07-17 | Avoid comments that describe multiple `use` items. | Nicholas Nethercote | -3/+2 |
| 2024-07-15 | Rollup merge of #124921 - RalfJung:offset-from-same-addr, r=oli-obk | Matthias Krüger | -18/+19 |
| 2024-07-06 | Remove non-focused memory leaks in `core` doctests for Miri. | Zachary S | -0/+2 |
| 2024-07-06 | offset_from intrinsic: always allow pointers to point to the same address | Ralf Jung | -18/+19 |
| 2024-07-04 | also remove redundant requirements from offset() | Ralf Jung | -196/+100 |
| 2024-07-04 | offset_from: "the difference must fit in an isize" is a corollary | Ralf Jung | -70/+19 |
| 2024-06-27 | Remove (deprecated & unstable) {to,from}_bits pointer methods | Sky | -131/+0 |
| 2024-06-17 | Rollup merge of #126288 - x4exr:patch-1, r=dtolnay | 许杰友 Jieyou Xu (Joe) | -6/+6 |
| 2024-06-16 | doc: Added commas where needed | Rayyan Khan | -6/+6 |
| 2024-06-12 | Auto merge of #126273 - pietroalbini:pa-bootstrap-update, r=Mark-Simulacrum | bors | -72/+34 |
| 2024-06-11 | remove cfg(bootstrap) | Pietro Albini | -39/+1 |
| 2024-06-11 | replace version placeholder | Pietro Albini | -33/+33 |
| 2024-06-09 | docs(core): make more const_ptr doctests assert instead of printing | binarycat | -16/+22 |
| 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 | -6/+6 |
| 2024-05-29 | Rollup merge of #124251 - scottmcm:unop-ptr-metadata, r=oli-obk | 许杰友 Jieyou Xu (Joe) | -4/+17 |
| 2024-05-28 | Add an intrinsic for `ptr::metadata` | Scott McMurray | -4/+17 |
| 2024-05-28 | Don't format `tests/run-make/*/rmake.rs`. | Nicholas Nethercote | -6/+2 |
| 2024-05-25 | Auto merge of #121571 - clarfonthey:unchecked-math-preconditions, r=saethlin | bors | -3/+6 |
| 2024-05-23 | Validate the special layout restriction on DynMetadata | Scott McMurray | -8/+19 |