| Age | Commit message (Expand) | Author | Lines |
| 2024-02-08 | Step all bootstrap cfgs forward | Mark Rousskov | -136/+8 |
| 2024-02-08 | Bump version placeholders | Mark Rousskov | -34/+34 |
| 2024-02-08 | Auto merge of #120558 - oli-obk:missing_impl_item_ice, r=estebank | bors | -36/+0 |
| 2024-02-07 | Fix whitespace issues that tidy caught | Venus Xeon-Blonde | -4/+4 |
| 2024-02-07 | Add documentation on `str::starts_with` | Venus Xeon-Blonde | -0/+14 |
| 2024-02-08 | Auto merge of #120521 - reitermarkus:generic-nonzero-constructors, r=dtolnay | bors | -87/+99 |
| 2024-02-08 | Auto merge of #120381 - fee1-dead-contrib:reconstify-add, r=compiler-errors | bors | -1/+3 |
| 2024-02-07 | Make `io::BorrowedCursor::advance` safe | Benoît du Garreau | -1/+21 |
| 2024-02-07 | Replace `transmute_copy` with `ptr::read`. | Markus Reiter | -1/+2 |
| 2024-02-07 | Don't use `assert_unsafe_precondition` twice. | Markus Reiter | -12/+10 |
| 2024-02-07 | Make `NonZero` constructors generic. | Markus Reiter | -71/+84 |
| 2024-02-07 | Simplify `impl_zeroable_primitive` macro. | Markus Reiter | -13/+13 |
| 2024-02-06 | Auto merge of #117905 - RalfJung:no-const-mut, r=lcnr | bors | -12/+16 |
| 2024-02-06 | Harmonize blanket implementations for AsyncFn* traits | Michael Goulet | -14/+37 |
| 2024-02-06 | Bless tests, add comments | Michael Goulet | -2/+19 |
| 2024-02-06 | Teach typeck/borrowck/solvers how to deal with async closures | Michael Goulet | -0/+8 |
| 2024-02-05 | revert stabilization of const_intrinsic_copy | Ralf Jung | -12/+16 |
| 2024-02-05 | Auto merge of #117372 - Amanieu:stdarch_update, r=Mark-Simulacrum | bors | -4/+0 |
| 2024-02-05 | Remove some invalid cfg(doc) code | Oli Scherer | -36/+0 |
| 2024-02-05 | Rollup merge of #120384 - wackbyte:array-equality-generics, r=Mark-Simulacrum | Matthias Krüger | -36/+36 |
| 2024-02-05 | Rollup merge of #118960 - tvallotton:local_waker, r=Mark-Simulacrum | Matthias Krüger | -37/+353 |
| 2024-02-05 | Rollup merge of #115386 - RalfJung:partial-eq-chain, r=dtolnay | Matthias Krüger | -8/+52 |
| 2024-02-05 | Rollup merge of #119481 - romanows:fix-doc-select-nth-unstable, r=Mark-Simula... | Matthias Krüger | -7/+7 |
| 2024-02-04 | Reconstify `Add` | Deadbeef | -1/+3 |
| 2024-02-03 | Docs for std::ptr::slice_from_raw_parts | Kornel | -2/+26 |
| 2024-02-02 | fix typo | Ralf Jung | -2/+2 |
| 2024-02-01 | Revert unsound libcore changes of #119911 | Oli Scherer | -385/+149 |
| 2024-01-30 | Rollup merge of #120295 - reitermarkus:remove-ffi-nonzero, r=dtolnay | Guillaume Gomez | -50/+14 |
| 2024-01-30 | Rollup merge of #120424 - RalfJung:raw-ptr-meta, r=Nilstrieb | Guillaume Gomez | -14/+14 |
| 2024-01-30 | Update feature names for new stdarch | Amanieu d'Antras | -4/+0 |
| 2024-01-29 | Remove `raw_os_nonzero` feature. | Markus Reiter | -50/+14 |
| 2024-01-29 | Rollup merge of #116677 - joshlf:patch-11, r=RalfJung | Dylan DPC | -0/+24 |
| 2024-01-29 | raw pointer metadata API: data address -> data pointer | Ralf Jung | -14/+14 |
| 2024-01-27 | Update primitive_docs.rs | Joshua Liebow-Feeser | -7/+12 |
| 2024-01-27 | Switch `NonZero` alias direction. | Markus Reiter | -19/+41 |
| 2024-01-27 | Auto merge of #120417 - matthiaskrgr:rollup-5rszkmd, r=matthiaskrgr | bors | -1/+0 |
| 2024-01-27 | Rollup merge of #119641 - eopb:std-unused-ip-feature, r=ChrisDenton | Matthias Krüger | -1/+0 |
| 2024-01-27 | Auto merge of #111379 - nyurik:intersperse-speed-up, r=cuviper | bors | -49/+98 |
| 2024-01-26 | Rollup merge of #120366 - RalfJung:is_val_statically_known, r=cuviper | Matthias Krüger | -1/+1 |
| 2024-01-26 | Rollup merge of #120311 - mina86:h, r=cuviper | Matthias Krüger | -0/+16 |
| 2024-01-26 | Rollup merge of #119562 - LegionMammal978:rename-pin-pointer, r=Amanieu,dtolnay | Matthias Krüger | -20/+26 |
| 2024-01-26 | Rollup merge of #103522 - Dylan-DPC:76118/array-methods-stab, r=dtolnay | Matthias Krüger | -7/+2 |
| 2024-01-26 | Use `<T, U>` for array/slice equality `impl`s | wackbyte | -36/+36 |
| 2024-01-26 | Rollup merge of #117678 - niklasf:stabilize-slice_group_by, r=dtolnay | Matthias Krüger | -58/+50 |
| 2024-01-26 | mark a doctest with UB as no_run | Ralf Jung | -1/+1 |
| 2024-01-26 | Rollup merge of #119466 - Sky9x:str_from_raw_parts, r=dtolnay | Matthias Krüger | -1/+42 |
| 2024-01-26 | Rollup merge of #107464 - WaffleLapkin:all_that_remains_of_lines, r=dtolnay | Matthias Krüger | -0/+25 |
| 2024-01-25 | use checked_add for upper bound | Yuri Astrakhan | -2/+2 |
| 2024-01-25 | Update library/core/src/iter/adapters/intersperse.rs | Yuri Astrakhan | -2/+2 |
| 2024-01-26 | Auto merge of #116167 - RalfJung:structural-eq, r=lcnr | bors | -5/+23 |