| Age | Commit message (Expand) | Author | Lines |
| 2023-09-05 | if -> when | Ralf Jung | -3/+3 |
| 2023-09-05 | Rollup merge of #115540 - cjgillot:custom-debuginfo, r=oli-obk | Matthias Krüger | -12/+27 |
| 2023-09-05 | Rollup merge of #114813 - RalfJung:fpu-control, r=Amanieu | Matthias Krüger | -0/+12 |
| 2023-09-05 | Rollup merge of #114412 - RalfJung:libc-symbols, r=pnkfelix | Matthias Krüger | -5/+13 |
| 2023-09-05 | Rollup merge of #113510 - ink-feather-org:const_ptr_transmute_docs, r=RalfJung | Matthias Krüger | -1/+4 |
| 2023-09-04 | Simplify `core::hint::spin_loop` | Maybe Waffle | -24/+17 |
| 2023-09-03 | Clarify ManuallyDrop bit validity | Joshua Liebow-Feeser | -6/+6 |
| 2023-09-03 | Auto merge of #115491 - Zoxc:refcell-tweak, r=Mark-Simulacrum | bors | -2/+24 |
| 2023-09-03 | Stabilize const_transmute_copy | Finomnis | -2/+1 |
| 2023-09-03 | Rollup merge of #115279 - schuelermine:patch/doc/RangeFull/remote-parens, r=M... | Matthias Krüger | -1/+1 |
| 2023-09-03 | support in-place collecting additional FlatMap shapes | The 8472 | -15/+59 |
| 2023-09-03 | Expand in-place iteration specialization to Flatten, FlatMap and ArrayChunks | The 8472 | -40/+272 |
| 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 | -99/+92 |
| 2023-09-03 | Unimpl Shl, ShlAssign, Shr and ShrAssign for Saturating | Michael Watzko | -123/+126 |
| 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 #114845 - scottmcm:npo-align, r=WaffleLapkin | Matthias Krüger | -1/+33 |
| 2023-09-02 | Auto merge of #113295 - clarfonthey:ascii-step, r=cuviper | bors | -1/+44 |
| 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 | 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-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 | fix std::primitive doc: homogenous -> homogeneous | Meng Xiangzhuo | -3/+3 |
| 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 | -4/+29 |
| 2023-08-28 | reduce indirection in for_each specialization | The 8472 | -7/+6 |
| 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 | -1/+2 |
| 2023-08-28 | panic macro: Link directly to format syntax, not to format! | Ian Jackson | -2/+2 |
| 2023-08-28 | panic macro: Document edition differences | Ian Jackson | -0/+19 |
| 2023-08-28 | Auto merge of #103836 - H4x5:extra-float-constants, r=thomcc | bors | -0/+40 |
| 2023-08-28 | Rollup merge of #115280 - RalfJung:panic-cleanup-triple-backtrace, r=Amanieu | Matthias Krüger | -9/+43 |
| 2023-08-28 | Rollup merge of #114238 - jhpratt:fix-duration-div, r=thomcc | Matthias Krüger | -4/+4 |
| 2023-08-27 | avoid triple-backtrace due to panic-during-cleanup | Ralf Jung | -9/+43 |
| 2023-08-27 | Remove parens around .. in documentation snippet | Anselm Schüler | -1/+1 |
| 2023-08-27 | Optimize Take::{fold, for_each} when wrapping TrustedRandomAccess iterators | The 8472 | -19/+83 |
| 2023-08-27 | Auto merge of #114969 - kpreid:dropdoc, r=Mark-Simulacrum | bors | -2/+8 |
| 2023-08-26 | Rollup merge of #115210 - DogPawHat:std-agnostic-rustc_on_unimplemented-for-a... | Matthias Krüger | -0/+2 |
| 2023-08-26 | Rollup merge of #115197 - tbu-:pr_simpler_ipv6_addr_display, r=joshtriplett | Matthias Krüger | -7/+1 |
| 2023-08-26 | Make `rustc_on_unimplemented` std-agnostic for `alloc::rc` | Ciarán Curley | -0/+2 |
| 2023-08-25 | Auto merge of #115133 - coderwithcat:master, r=cuviper | bors | -2/+2 |