| Age | Commit message (Expand) | Author | Lines |
| 2023-05-29 | Swap out CURRENT_RUSTC_VERSION to 1.71.0 | Mark Rousskov | -6/+6 |
| 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-10 | Simplify the implementation of iterators over slices of ZSTs | Scott McMurray | -0/+13 |
| 2023-05-05 | Stabilize const_ptr_read | bors | -6/+8 |
| 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-28 | replace version placeholders | Pietro Albini | -1/+1 |
| 2023-04-27 | Also use `mir::Offset` for pointer `add` | Scott McMurray | -3/+29 |
| 2023-04-26 | Rollup merge of #110419 - jsoref:spelling-library, r=jyn514 | Matthias Krüger | -3/+3 |
| 2023-04-26 | Spelling library/ | Josh Soref | -3/+3 |
| 2023-04-19 | Auto merge of #110393 - fee1-dead-contrib:rm-const-traits, r=oli-obk | bors | -34/+30 |
| 2023-04-17 | typos | kadiwa | -6/+6 |
| 2023-04-16 | core is now compilable | Deadbeef | -8/+8 |
| 2023-04-16 | more hacks | Deadbeef | -1/+6 |
| 2023-04-16 | rm const traits in libcore | Deadbeef | -25/+16 |
| 2023-04-12 | Make rust-intrinsic ABI unwindable | Gary Guo | -0/+1 |
| 2023-03-28 | Auto merge of #108080 - oli-obk:FnPtr-trait, r=lcnr | bors | -106/+161 |
| 2023-03-27 | Use the FnPtr trait to avoid implementing common traits via macros | Oli Scherer | -106/+161 |
| 2023-03-27 | Rollup merge of #97506 - JohnTitor:stabilize-nonnull-slice-from-raw-parts, r=... | Matthias Krüger | -8/+5 |
| 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-10 | Rollup merge of #108964 - majaha:ptr_metadata_doc, r=workingjubilee | Matthias Krüger | -4/+4 |
| 2023-03-10 | Fix docs for ptr method with_metadata_of() | Matt Harding | -4/+4 |
| 2023-03-09 | Make ptr::from_ref and ptr::from_mut in #106116 const. | Raekye | -2/+2 |
| 2023-03-03 | Match unmatched backticks in library/ | est31 | -1/+1 |
| 2023-02-14 | "Basic usage" is redundant for there is just one example | Tshepang Mbambo | -42/+0 |
| 2023-01-23 | `sub_ptr()` is equivalent to `usize::try_from().unwrap_unchecked()`, not `usi... | Chayim Refael Friedman | -2/+2 |
| 2023-01-18 | Rollup merge of #103702 - WaffleLapkin:lift-sized-bounds-from-pointer-methods... | Dylan DPC | -48/+15 |
| 2023-01-14 | Remove various double spaces in source comments. | André Vennberg | -1/+1 |
| 2022-12-30 | Use some more `const_eval_select` in pointer methods for compile times | Nilstrieb | -22/+66 |
| 2022-12-28 | Update bootstrap cfg | Pietro Albini | -73/+17 |
| 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-19 | Update coerce_unsized tracking issue from #27732 to #18598 | Anders Kaseorg | -1/+1 |
| 2022-12-09 | Make `<*{const,mut} T>::{,wrapping_}sub` methods `#[inline(always)]` | Eduardo Sánchez Muñoz | -4/+4 |
| 2022-12-09 | Auto merge of #105262 - eduardosm:more-inline-always, r=thomcc | bors | -12/+18 |
| 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 | -12/+18 |
| 2022-11-27 | add ptr::from_{ref,mut} | Ralf Jung | -15/+37 |
| 2022-11-22 | disable strict-provenance-violating doctests in Miri | Ralf Jung | -0/+8 |
| 2022-11-22 | Rollup merge of #102207 - CraftSpider:const-layout, r=scottmcm | Manish Goregaokar | -7/+17 |
| 2022-11-21 | Rustc_deprecated attribute superseded by deprecated | David Tolnay | -8/+8 |
| 2022-11-21 | Bump ptr_to_from_bits deprecation to Rust 1.67 | David Tolnay | -4/+4 |
| 2022-11-20 | Fix issue number | Rune Tynan | -1/+1 |
| 2022-11-20 | Update with derive_const | Rune Tynan | -12/+11 |