| Age | Commit message (Expand) | Author | Lines |
| 2024-07-30 | Auto merge of #128378 - matthiaskrgr:rollup-i3qz9uo, r=matthiaskrgr | bors | -37/+5 |
| 2024-07-30 | Auto merge of #128250 - Amanieu:select_unpredictable, r=nikic | bors | -0/+28 |
| 2024-07-30 | Rollup merge of #128315 - zetanumbers:psvita-unsafe-in-unsafe, r=workingjubilee | Matthias Krüger | -37/+5 |
| 2024-07-30 | Auto merge of #128234 - jcsp:retain-empty-case, r=tgross35 | bors | -0/+6 |
| 2024-07-30 | Insert some blank lines. | Nicholas Nethercote | -0/+2 |
| 2024-07-30 | Move a comment. | Nicholas Nethercote | -1/+1 |
| 2024-07-29 | CloneToUninit: use a private specialization trait | Pavel Grigorenko | -117/+134 |
| 2024-07-29 | Sparkle some attributes over `CloneToUninit` stuff | Pavel Grigorenko | -0/+12 |
| 2024-07-29 | impl CloneToUninit for Path and OsStr | Pavel Grigorenko | -0/+95 |
| 2024-07-29 | impl CloneToUninit for str and CStr | Pavel Grigorenko | -0/+61 |
| 2024-07-29 | Stabilize offset_of_nested | George Bateman | -56/+59 |
| 2024-07-29 | Auto merge of #128334 - matthiaskrgr:rollup-nhxdt0c, r=matthiaskrgr | bors | -4/+9 |
| 2024-07-29 | Rollup merge of #128307 - ojeda:unescaped_backticks, r=GuillaumeGomez | Matthias Krüger | -4/+9 |
| 2024-07-29 | Optimize empty case in Vec::retain | John Spray | -0/+6 |
| 2024-07-29 | Auto merge of #125016 - nicholasbishop:bishop-cb-112, r=tgross35 | bors | -5/+8 |
| 2024-07-29 | Rollup merge of #128310 - kmicklas:btree-map-peek-next-docs, r=tgross35 | Matthias Krüger | -3/+3 |
| 2024-07-29 | Rollup merge of #128055 - workingjubilee:deny-unsafe-ops-in-sys-personality-d... | Matthias Krüger | -53/+61 |
| 2024-07-29 | Rollup merge of #109174 - soerenmeier:cursor_fns, r=dtolnay | Matthias Krüger | -32/+37 |
| 2024-07-28 | Update compiler_builtins to 0.1.114 | Nicholas Bishop | -5/+8 |
| 2024-07-29 | Warn on `rustdoc::unescaped_backticks` for `core/alloc/std/test/proc_macro` | Miguel Ojeda | -0/+5 |
| 2024-07-29 | Remove spurious backticks detected by `rustdoc::unescaped_backticks` | Miguel Ojeda | -4/+4 |
| 2024-07-29 | Reformat `use` declarations. | Nicholas Nethercote | -2192/+1546 |
| 2024-07-28 | chore: release | github-actions[bot] | -1/+1 |
| 2024-07-28 | Set allow_dirty to release-plz | Trevor Gross | -0/+5 |
| 2024-07-28 | Replace `io::Cursor::{remaining_slice, is_empty}` with `io::Cursor::{split, s... | Sören Meier | -32/+37 |
| 2024-07-28 | Partially stabilize `io_error_more` | Pavel Grigorenko | -16/+16 |
| 2024-07-28 | step cfg(bootstrap) | Mark Rousskov | -113/+3 |
| 2024-07-28 | Update CURRENT_RUSTC_VERSION | Mark Rousskov | -23/+23 |
| 2024-07-28 | Add forbid(unsafe_op_in_unsafe_fn) | Daria Sukhonina | -0/+1 |
| 2024-07-28 | Rollup merge of #128240 - mbrubeck:patch-3, r=joboet | Guillaume Gomez | -0/+18 |
| 2024-07-28 | Rollup merge of #128228 - slanterns:const_waker, r=dtolnay,oli-obk | Guillaume Gomez | -16/+44 |
| 2024-07-28 | Rollup merge of #128103 - folkertdev:unsigned-int-is-multiple-of, r=Amanieu | Guillaume Gomez | -0/+38 |
| 2024-07-28 | Rollup merge of #127765 - bitfield:fix_stdlib_doc_nits, r=dtolnay | Guillaume Gomez | -738/+808 |
| 2024-07-28 | fix: psvita's std code | Daria Sukhonina | -37/+4 |
| 2024-07-28 | Force LLVM to use CMOV for binary search | Amanieu d'Antras | -0/+28 |
| 2024-07-28 | stabilize const_waker | Slanterns | -16/+44 |
| 2024-07-28 | Add missing periods on `BTreeMap` cursor `peek_next` docs | Ken Micklas | -3/+3 |
| 2024-07-28 | Implement cursors for `BTreeSet` | Ken Micklas | -1/+426 |
| 2024-07-28 | Update NonNull::align_offset quarantees | Wiktor Przetacznik | -3/+10 |
| 2024-07-28 | Enable `std::io::copy` specialisation for `std::pipe::{PipeReader, PipeWriter}` | Jiahao XU | -0/+25 |
| 2024-07-28 | Rollup merge of #128282 - pitaj:nonzero_bitwise, r=workingjubilee | Matthias Krüger | -3/+430 |
| 2024-07-28 | Rollup merge of #128279 - slanterns:is_sorted, r=dtolnay | Matthias Krüger | -19/+6 |
| 2024-07-28 | stabilize `is_sorted` | Slanterns | -19/+6 |
| 2024-07-27 | bitwise and bytewise methods on `NonZero` | Peter Jaszkowiak | -3/+430 |
| 2024-07-27 | Rollup merge of #128259 - sunshowers:msg-nosignal, r=Mark-Simulacrum | Trevor Gross | -0/+5 |
| 2024-07-27 | Rollup merge of #125897 - RalfJung:from-ref, r=Amanieu | Trevor Gross | -8/+88 |
| 2024-07-27 | Improve panic sections for sort*, sort_unstable* and select_nth_unstable* | Lukas Bergdoll | -15/+28 |
| 2024-07-27 | Improve panic message and surrounding documentation for Ord violations | Lukas Bergdoll | -4/+19 |
| 2024-07-27 | Auto merge of #128255 - stepancheg:doc-shl, r=scottmcm | bors | -0/+13 |
| 2024-07-27 | Okay, I guess I have to give these a different feature name | ltdk | -5/+5 |