| Age | Commit message (Expand) | Author | Lines |
| 2023-12-02 | Auto merge of #118077 - calebzulawski:sync-portable-simd-2023-11-19, r=workin... | bors | -1/+2 |
| 2023-11-29 | Rollup merge of #118265 - RalfJung:memcpy, r=cuviper | Matthias Krüger | -3/+2 |
| 2023-11-26 | Add offset-ish convenience methods to `NonNull` | Maybe Waffle | -0/+1 |
| 2023-11-26 | Use inner docs to fix links | Caleb Zulawski | -1/+2 |
| 2023-11-24 | remove the memcpy-on-equal-ptrs assumption | Ralf Jung | -3/+2 |
| 2023-11-24 | memcpy assumptions: update GCC link | Ralf Jung | -1/+1 |
| 2023-11-18 | Auto merge of #117525 - GKFX:remove_option_payload_ptr, r=petrochenkov | bors | -0/+2 |
| 2023-11-18 | Auto merge of #117825 - fee1-dead-contrib:corefx, r=petrochenkov | bors | -0/+1 |
| 2023-11-16 | Remove option_payload_ptr; redundant to offset_of | George Bateman | -0/+2 |
| 2023-11-15 | Bump cfg(bootstrap)s | Mark Rousskov | -1/+1 |
| 2023-11-12 | Reenable effects in libcore | Deadbeef | -0/+1 |
| 2023-11-09 | Move `BorrowedBuf` and `BorrowedCursor` from `std:io` to `core::io` | John Millikin | -0/+2 |
| 2023-11-01 | Rollup merge of #115626 - clarfonthey:unchecked-math, r=thomcc | Matthias Krüger | -1/+2 |
| 2023-10-29 | Rollup merge of #117312 - RalfJung:memcpy-assumptions, r=Mark-Simulacrum | Guillaume Gomez | -1/+2 |
| 2023-10-28 | Rollup merge of #117162 - c410-f3r:try, r=workingjubilee | Jubilee | -0/+3 |
| 2023-10-28 | Auto merge of #116240 - dtolnay:constdiscriminant, r=thomcc | bors | -1/+0 |
| 2023-10-28 | memcpy assumptions: link to source showing that GCC makes the same assumption | Ralf Jung | -1/+2 |
| 2023-10-27 | Auto merge of #116205 - WaffleLapkin:stabilize_pointer_byte_offsets, r=dtolnay | bors | -1/+0 |
| 2023-10-25 | Stabilize `[const_]pointer_byte_offsets` | Maybe Waffle | -1/+0 |
| 2023-10-25 | Remove `cfg_match` from the prelude | Caio | -0/+3 |
| 2023-10-23 | Remove FnPtr hack from trait_ref_is_knowable | Michael Goulet | -0/+1 |
| 2023-10-17 | Disable effects in libcore again | Oli Scherer | -1/+0 |
| 2023-10-14 | Auto merge of #116407 - Mark-Simulacrum:bootstrap-bump, r=onur-ozkan | bors | -5/+4 |
| 2023-10-13 | Clean up unchecked_math, separate out unchecked_shifts | ltdk | -1/+2 |
| 2023-10-08 | rustdoc: remove rust logo from non-Rust crates | Michael Howell | -0/+1 |
| 2023-10-08 | Bump to latest beta | Mark Rousskov | -5/+4 |
| 2023-10-04 | Disable CFI for core and std CFI violations | Ramon de C Valle | -0/+1 |
| 2023-10-02 | Bump stdarch submodule | Eduardo Sánchez Muñoz | -0/+1 |
| 2023-09-28 | Const stabilize mem::discriminant | David Tolnay | -1/+0 |
| 2023-09-28 | isqrt: fix stability | Federico Stra | -0/+1 |
| 2023-09-20 | Enable effects for libcore | Deadbeef | -0/+1 |
| 2023-09-16 | Auto merge of #115520 - Finomnis:const_transmute_copy, r=dtolnay | bors | -1/+0 |
| 2023-09-08 | Rename the feature, but not the attribute, to `coverage_attribute` | Andy Caldwell | -1/+1 |
| 2023-09-08 | Rework no_coverage to coverage(off) | Andy Caldwell | -1/+2 |
| 2023-09-05 | Rollup merge of #114412 - RalfJung:libc-symbols, r=pnkfelix | Matthias Krüger | -5/+13 |
| 2023-09-03 | Stabilize const_transmute_copy | Finomnis | -1/+0 |
| 2023-09-01 | Const-stabilize `is_ascii` | Scott McMurray | -1/+0 |
| 2023-08-23 | Bump cfg(bootstrap) | Mark Rousskov | -2/+2 |
| 2023-08-18 | resolve conflicts | Kyle Lin | -0/+2 |
| 2023-08-15 | fix typo: affect -> effect | Ralf Jung | -1/+1 |
| 2023-08-15 | clarify that these assumtpions are for us, not all Rust code | Ralf Jung | -0/+4 |
| 2023-08-04 | document our assumptions about symbols provided by the libc | Ralf Jung | -5/+9 |
| 2023-08-03 | Add `internal_features` lint | Nilstrieb | -0/+1 |
| 2023-07-29 | library: allow `ambiguous_glob_reexports` for `core_arch` | bohan | -1/+2 |
| 2023-07-24 | remove additional [allow(unused_unsafe)] | James Dietz | -1/+1 |
| 2023-07-15 | Add BITS, from_bits, to_bits to IP addresses | ltdk | -0/+1 |
| 2023-06-01 | Stabilize 'const_cstr_methods' | Trevor Gross | -1/+0 |
| 2023-05-20 | Auto merge of #111524 - scottmcm:escape-using-ascii, r=cuviper | bors | -0/+1 |
| 2023-05-14 | Auto merge of #92048 - Urgau:num-midpoint, r=scottmcm | bors | -0/+1 |
| 2023-05-12 | `ascii::Char`-ify the escaping code | Scott McMurray | -0/+1 |