| Age | Commit message (Expand) | Author | Lines |
| 2023-05-29 | Swap out CURRENT_RUSTC_VERSION to 1.71.0 | Mark Rousskov | -2/+2 |
| 2023-05-21 | drop_in_place docs: remove pseudocode-ish implementation details | Erik Desjardins | -15/+1 |
| 2023-05-20 | improve drop_in_place docs | Erik Desjardins | -4/+6 |
| 2023-05-20 | Add missing "unsafe" to fix doctest | Patrick Walton | -1/+1 |
| 2023-05-20 | Update documentation for `drop_in_place()` | Patrick Walton | -6/+24 |
| 2023-05-05 | Stabilize const_ptr_read | bors | -2/+4 |
| 2023-05-05 | `assume` the runtime range of `align_offset` | Scott McMurray | -4/+10 |
| 2023-04-30 | Codegen fewer instructions in `mem::replace` | Scott McMurray | -9/+8 |
| 2023-04-28 | handle cfg(bootstrap) | Pietro Albini | -207/+36 |
| 2023-04-26 | Rollup merge of #110419 - jsoref:spelling-library, r=jyn514 | Matthias Krüger | -1/+1 |
| 2023-04-26 | Spelling library/ | Josh Soref | -1/+1 |
| 2023-04-16 | more hacks | Deadbeef | -1/+6 |
| 2023-04-12 | Make rust-intrinsic ABI unwindable | Gary Guo | -0/+1 |
| 2023-03-27 | Use the FnPtr trait to avoid implementing common traits via macros | Oli Scherer | -106/+161 |
| 2023-03-14 | Improved implementation and comments after code review feedback | Scott McMurray | -3/+5 |
| 2023-03-12 | Add a better approach comment in `ptr::read` to justify the intrinsic | Scott McMurray | -11/+32 |
| 2023-03-11 | `MaybeUninit::assume_init_read` should have `noundef` load metadata | Scott McMurray | -6/+14 |
| 2023-03-09 | Make ptr::from_ref and ptr::from_mut in #106116 const. | Raekye | -2/+2 |
| 2023-01-14 | Remove various double spaces in source comments. | André Vennberg | -1/+1 |
| 2022-12-24 | Auto merge of #104977 - RalfJung:ptr-from-ref, r=dtolnay | bors | -15/+37 |
| 2022-12-24 | add tracking issue, fix typo | Ralf Jung | -3/+3 |
| 2022-12-09 | Auto merge of #105262 - eduardosm:more-inline-always, r=thomcc | bors | -3/+3 |
| 2022-12-08 | lib docs: fix typo | Ralf Jung | -1/+1 |
| 2022-12-07 | Make some trivial functions `#[inline(always)]` | Eduardo Sánchez Muñoz | -3/+3 |
| 2022-11-27 | add ptr::from_{ref,mut} | Ralf Jung | -15/+37 |
| 2022-11-20 | enable fuzzy_provenance_casts in libcore+tests | Ralf Jung | -0/+2 |
| 2022-11-19 | Update comment on pointer-to-usize transmute | Lukas | -3/+4 |
| 2022-11-19 | Revert "don't call `align_offset` during const eval, ever" | Lukas Markeffsky | -2/+5 |
| 2022-11-19 | don't call `align_offset` during const eval, ever | Lukas Markeffsky | -7/+2 |
| 2022-11-19 | make const `align_offset` useful | Lukas Markeffsky | -5/+16 |
| 2022-11-18 | Rollup merge of #103378 - nagisa:fix-infinite-offset, r=scottmcm | Manish Goregaokar | -26/+28 |
| 2022-11-15 | Auto merge of #104054 - RalfJung:byte-provenance, r=oli-obk | bors | -14/+8 |
| 2022-11-14 | Auto merge of #103858 - Mark-Simulacrum:bump-bootstrap, r=pietroalbini | bors | -1/+0 |
| 2022-11-06 | cfg-step code | Mark Rousskov | -1/+0 |
| 2022-11-06 | Add small clarification around using pointers derived from references | Alex Saveau | -2/+2 |
| 2022-11-06 | remove no-longer-needed work-arounds from the standard library | Ralf Jung | -14/+8 |
| 2022-10-27 | Rollup merge of #103106 - saethlin:from_exposed_docs, r=thomcc | Matthias Krüger | -6/+15 |
| 2022-10-27 | Rollup merge of #103035 - saethlin:assert_unsafe_precondition3, r=thomcc | Matthias Krüger | -6/+24 |
| 2022-10-26 | Print the precondition we violated, and visible through output capture | Ben Kimock | -6/+24 |
| 2022-10-26 | Update library/core/src/ptr/mod.rs | Ben Kimock | -0/+1 |
| 2022-10-26 | explicitly mention that both components of wide prts are compared | Ralf Jung | -0/+1 |
| 2022-10-26 | ptr::eq: clarify that comparing dyn Trait is fragile | Ralf Jung | -35/+5 |
| 2022-10-25 | Try to say that memory outside the AM is always exposed | Ben Kimock | -6/+14 |
| 2022-10-24 | Auto merge of #100848 - xfix:use-metadata-for-slice-len, r=thomcc | bors | -1/+0 |
| 2022-10-22 | Fix mod_inv termination for the last iteration | Simonas Kazlauskas | -26/+28 |
| 2022-10-20 | Skip C-unwind fn pointer impls with the bootstrap compiler | Ryan Lopopolo | -0/+1 |
| 2022-10-19 | Update stability annotations on fnptr impls for C-unwind ABI | Ryan Lopopolo | -13/+19 |
| 2022-10-19 | Add default trait implementations for "c-unwind" ABI function pointers | Ryan Lopopolo | -0/+6 |
| 2022-10-10 | Rollup merge of #102072 - scottmcm:ptr-alignment-type, r=thomcc | Yuki Okushi | -0/+4 |
| 2022-10-07 | add a few more assert_unsafe_precondition | Ralf Jung | -0/+2 |