| Age | Commit message (Expand) | Author | Lines |
| 2023-09-14 | Bump libc to 0.2.148 | dirreke | -1/+1 |
| 2023-09-14 | Auto merge of #114656 - bossmc:rework-no-coverage-attr, r=oli-obk | bors | -3/+7 |
| 2023-09-13 | Disabled socketpair for Vita | Nikolay Arhipov | -2/+2 |
| 2023-09-12 | Improve `PadAdapter::write_char` | Benoît du Garreau | -0/+8 |
| 2023-09-11 | Refactor `thread_info` to remove the `RefCell` | Trevor Gross | -16/+21 |
| 2023-09-10 | Auto merge of #114967 - japaric:ja-gh114966, r=Mark-Simulacrum | bors | -0/+4 |
| 2023-09-09 | Auto merge of #114590 - ijackson:stdio-stdio-2, r=dtolnay | bors | -11/+134 |
| 2023-09-09 | std::process (unsupported): Implement From<io::Stdout> etc. for imp::Stdio | Ian Jackson | -0/+20 |
| 2023-09-08 | Rollup merge of #115201 - notriddle:notriddle/type-alias-impl-list, r=Guillau... | Guillaume Gomez | -9/+9 |
| 2023-09-08 | Rollup merge of #104299 - mkrasnitski:discriminant-transmute-docs, r=oli-obk | Guillaume Gomez | -0/+5 |
| 2023-09-08 | Partially outline code inside the panic! macro | John Kåre Alsaker | -1/+56 |
| 2023-09-08 | Rename the feature, but not the attribute, to `coverage_attribute` | Andy Caldwell | -2/+2 |
| 2023-09-08 | Rework no_coverage to coverage(off) | Andy Caldwell | -3/+7 |
| 2023-09-08 | Auto merge of #114299 - clarfonthey:char-min, r=dtolnay,BurntSushi | bors | -1/+51 |
| 2023-09-07 | Guarantee that Layout::align returns a non-zero power of two | Joshua Liebow-Feeser | -0/+2 |
| 2023-09-07 | Don't modify libstd to dump rustc ICEs | Michael Goulet | -32/+7 |
| 2023-09-07 | Auto merge of #115166 - Urgau:invalid_ref_casting-invalid-unsafecell-usage, r... | bors | -0/+1 |
| 2023-09-06 | Auto merge of #115580 - eduardosm:stdarch-intrinsics, r=davidtwco,bjorn3 | bors | -0/+0 |
| 2023-09-06 | Fix minor grammar typo | Darius Wiles | -1/+1 |
| 2023-09-06 | fix typo | Ralf Jung | -1/+1 |
| 2023-09-06 | clarify that unsafe code must not rely on our safe traits | Ralf Jung | -0/+35 |
| 2023-09-06 | Update doc for `alloc::format!` and `core::concat!` | ShE3py | -6/+10 |
| 2023-09-06 | Auto merge of #115453 - ibraheemdev:patch-16, r=joshtriplett | bors | -3/+1 |
| 2023-09-05 | Rollup merge of #114794 - RalfJung:swap-safety, r=m-ou-se | Matthias Krüger | -3/+9 |
| 2023-09-05 | Bump stdarch submodule | Eduardo Sánchez Muñoz | -0/+0 |
| 2023-09-05 | fix a comment in std::iter::successors | July Tikhonov | -1/+1 |
| 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 | Weaken needlessly restrictive orderings on Arc::*_count | Alex Saveau | -4/+4 |
| 2023-09-04 | Simplify `core::hint::spin_loop` | Maybe Waffle | -24/+17 |
| 2023-09-04 | "what would rustfmt do" | Tshepang Mbambo | -71/+69 |
| 2023-09-04 | Auto merge of #115493 - Ayush1325:raw-os-error, r=workingjubilee | bors | -4/+3 |
| 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 #115512 - Fulgen301:startupinfow, r=ChrisDenton | Matthias Krüger | -1/+1 |
| 2023-09-03 | Rollup merge of #115489 - saethlin:is-interrupted, r=thomcc | Matthias Krüger | -17/+18 |
| 2023-09-03 | Rollup merge of #115279 - schuelermine:patch/doc/RangeFull/remote-parens, r=M... | Matthias Krüger | -1/+1 |
| 2023-09-03 | unchecked layout calculations when shrinking during in-place collect | The 8472 | -2/+12 |
| 2023-09-03 | relax size and alignment requirements for in-place iteration | The 8472 | -8/+11 |
| 2023-09-03 | support in-place collecting additional FlatMap shapes | The 8472 | -15/+70 |
| 2023-09-03 | update in-place-iteration module docs | The 8472 | -8/+25 |
| 2023-09-03 | don't leak items if alloc::shrink panics | The 8472 | -2/+6 |
| 2023-09-03 | Expand in-place iteration specialization to Flatten, FlatMap and ArrayChunks | The 8472 | -63/+391 |
| 2023-09-03 | Command::spawn: Fix STARTUPINFOW.cb being initialized with the address of siz... | Fulgen301 | -1/+1 |
| 2023-09-03 | Use std::io::Error::is_interrupted everywhere | Ben Kimock | -17/+18 |
| 2023-09-03 | Move RawOsError defination to sys | Ayush Singh | -4/+3 |