| Age | Commit message (Expand) | Author | Lines |
| 2023-09-03 | Outline panicking code for `RefCell::borrow` and `RefCell::borrow_mut` | John Kåre Alsaker | -2/+24 |
| 2023-09-03 | Stabilize the Saturating type (saturating_int_impl, gh-87920) | Michael Watzko | -102/+93 |
| 2023-09-03 | Unimpl Shl, ShlAssign, Shr and ShrAssign for Saturating | Michael Watzko | -123/+126 |
| 2023-09-03 | Improve documentation on when signes are printed by default | Roland Fredenhagen | -2/+2 |
| 2023-09-02 | Auto merge of #115273 - the8472:take-fold, r=cuviper | bors | -19/+82 |
| 2023-09-02 | Rollup merge of #115449 - scottmcm:stable-const-is-ascii, r=ChrisDenton | Matthias Krüger | -3/+2 |
| 2023-09-02 | Rollup merge of #115443 - epage:os_str, r=cuviper | Matthias Krüger | -90/+86 |
| 2023-09-02 | Rollup merge of #115427 - solid-rs:patch/kmc-solid/is-interrupted, r=cuviper | Matthias Krüger | -8/+2 |
| 2023-09-02 | Rollup merge of #114845 - scottmcm:npo-align, r=WaffleLapkin | Matthias Krüger | -1/+33 |
| 2023-09-01 | don't panic in BorrowedCursor::write | Zachary S | -2/+3 |
| 2023-09-01 | fix(std): Rename os_str_bytes to encoded_bytes | Ed Page | -82/+82 |
| 2023-09-02 | Auto merge of #113295 - clarfonthey:ascii-step, r=cuviper | bors | -2/+63 |
| 2023-09-01 | stabilize `io_error_other` feature | Ibraheem Ahmed | -3/+1 |
| 2023-09-01 | Update mod.rs | vwkd | -1/+1 |
| 2023-09-01 | Const-stabilize `is_ascii` | Scott McMurray | -3/+2 |
| 2023-09-01 | Support bootstrap. | Camille GILLOT | -3/+6 |
| 2023-09-01 | Support debuginfo for custom MIR. | Camille GILLOT | -9/+21 |
| 2023-09-01 | feat(std): Stabilize 'os_str_bytes' feature | Ed Page | -8/+4 |
| 2023-09-01 | Auto merge of #114065 - lukas-code:u16_from_char, r=dtolnay | bors | -2/+36 |
| 2023-09-01 | fix `Debug` impl for `AsciiChar` | soqb | -2/+39 |
| 2023-09-01 | [`clippy`] Use symbols intended for `arithmetic_side_effects` | Caio | -0/+2 |
| 2023-09-01 | Auto merge of #114448 - SteveLauC:std_fs_read_doc, r=Mark-Simulacrum | bors | -5/+7 |
| 2023-09-01 | kmc-solid: Refactor `is_interrupted` to avoid integer overflow | Tomoaki Kawada | -2/+1 |
| 2023-09-01 | docs: improve std::fs::read doc | Steve Lau | -5/+7 |
| 2023-09-01 | kmc-solid: Directly delegate to `net::is_interrupted` in `std::sys::solid::is... | Tomoaki Kawada | -6/+1 |
| 2023-08-29 | std::thread::set_name exploit the return on haiku | David CARLIER | -1/+3 |
| 2023-08-29 | further expand on Arc and Box analogy | Ralf Jung | -3/+6 |
| 2023-08-29 | Implement `CStr::count_bytes` | Trevor Gross | -0/+28 |
| 2023-08-29 | Refactor the const `strlen` implementation to `const_strlen` | Trevor Gross | -34/+44 |
| 2023-08-29 | Auto merge of #114795 - RalfJung:cell-swap, r=dtolnay | bors | -3/+16 |
| 2023-08-29 | Auto merge of #113859 - Manishearth:vec-as-mut-ptr-stacked-borrow, r=dtolnay | bors | -0/+51 |
| 2023-08-29 | Auto merge of #115312 - hermitcore:hermit-is_interrupted, r=thomcc | bors | -0/+5 |
| 2023-08-29 | Auto merge of #115309 - hermitcore:hermit-net-init, r=cuviper | bors | -8/+1 |
| 2023-08-29 | fix std::primitive doc: homogenous -> homogeneous | Meng Xiangzhuo | -6/+6 |
| 2023-08-29 | fix a doc typo at std::os::unix::fs::FileExt::write_at | Meng Xiangzhuo | -1/+1 |
| 2023-08-28 | Remove old bindings that have been moved | Chris Denton | -7/+1 |
| 2023-08-28 | Add GetActiveProcessorCount and process attributes | Chris Denton | -0/+7 |
| 2023-08-28 | Abstract over internal `SOCKET` type | Chris Denton | -20/+26 |
| 2023-08-28 | Update windows ffi bindings | Chris Denton | -98/+82 |
| 2023-08-28 | Rollup merge of #115311 - dtolnay:usearcself, r=compiler-errors | Matthias Krüger | -10/+2 |
| 2023-08-28 | Rollup merge of #115310 - RalfJung:panic-and-format, r=scottmcm | Matthias Krüger | -7/+45 |
| 2023-08-28 | reduce indirection in for_each specialization | The 8472 | -7/+6 |
| 2023-08-28 | Auto merge of #114848 - michaelvanstraten:spawn_with_attributes, r=ChrisDenton | bors | -2/+306 |
| 2023-08-28 | fix(sys/hermit): add is_interrupted | Martin Kröning | -0/+5 |
| 2023-08-28 | fix(sys/hermit): remove obsolete network initialization | Martin Kröning | -8/+1 |
| 2023-08-28 | Revert "Suggest using `Arc` on `!Send`/`!Sync` types" | David Tolnay | -8/+2 |
| 2023-08-28 | Revert "Make `rustc_on_unimplemented` std-agnostic for `alloc::rc`" | David Tolnay | -2/+0 |
| 2023-08-28 | improve panic.md edition disucssion, and nits | Ralf Jung | -14/+19 |
| 2023-08-28 | format, format_args: Make xref to std::fmt much more prominent | Ian Jackson | -4/+6 |
| 2023-08-28 | panic macro: Link directly to format syntax, not to format! | Ian Jackson | -2/+2 |