| Age | Commit message (Expand) | Author | Lines |
| 2024-02-09 | Change wording | Venus Xeon-Blonde | -7/+6 |
| 2024-02-09 | Auto merge of #120852 - matthiaskrgr:rollup-01pr8gj, r=matthiaskrgr | bors | -7/+16 |
| 2024-02-09 | Rollup merge of #120815 - camsteffen:inspect-docs, r=m-ou-se | Matthias Krüger | -7/+16 |
| 2024-02-09 | Auto merge of #120676 - Mark-Simulacrum:bootstrap-bump, r=clubby789 | bors | -170/+42 |
| 2024-02-09 | Bump Unicode to version 15.1.0, regenerate tables | Marcondiro | -6/+6 |
| 2024-02-09 | Improve Option::inspect docs | Cameron Steffen | -7/+16 |
| 2024-02-09 | Auto merge of #120843 - matthiaskrgr:rollup-med37z5, r=matthiaskrgr | bors | -10/+13 |
| 2024-02-09 | Rollup merge of #120809 - reitermarkus:generic-nonzero-constructors, r=Nilstrieb | Matthias Krüger | -3/+1 |
| 2024-02-09 | Rollup merge of #120308 - utkarshgupta137:duration-opt, r=m-ou-se | Matthias Krüger | -7/+12 |
| 2024-02-08 | Clarify that atomic and regular integers can differ in alignment | LegionMammal978 | -1/+10 |
| 2024-02-08 | Add and use Unique::as_non_null_ptr | Ben Kimock | -4/+9 |
| 2024-02-08 | Make `NonZero::get` generic. | Markus Reiter | -20/+21 |
| 2024-02-08 | Use `transmute_unchecked` in `NonZero::new`. | Markus Reiter | -3/+1 |
| 2024-02-08 | Reduce use of NonNull::new_unchecked in library/ | Ben Kimock | -14/+13 |
| 2024-02-08 | Remove a now-obviated debug_assert! | Ben Kimock | -1/+0 |
| 2024-02-08 | Rewrite assert_unsafe_precondition around the new intrinsic | Ben Kimock | -59/+147 |
| 2024-02-08 | Add a new debug_assertions intrinsic | Ben Kimock | -0/+11 |
| 2024-02-08 | Step all bootstrap cfgs forward | Mark Rousskov | -138/+10 |
| 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 | -13/+25 |
| 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-07 | Update tests | r0cky | -0/+1 |
| 2024-02-06 | Auto merge of #117905 - RalfJung:no-const-mut, r=lcnr | bors | -12/+17 |
| 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/+17 |
| 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 |