| Age | Commit message (Expand) | Author | Lines |
| 2025-03-19 | Add chaining versions of lt/le/gt/ge and use them in tuple PartialOrd | Scott McMurray | -11/+98 |
| 2025-03-19 | Rollup merge of #138540 - okaneco:const_split_off_first_last, r=m-ou-se | Matthias Krüger | -8/+18 |
| 2025-03-19 | Rollup merge of #137051 - thaliaarchi:io-optional-impls/empty, r=m-ou-se | Matthias Krüger | -11/+216 |
| 2025-03-19 | Rollup merge of #135394 - clarfonthey:uninit-slices-part-2, r=tgross35 | Matthias Krüger | -168/+209 |
| 2025-03-19 | Auto merge of #138693 - matthiaskrgr:rollup-ejq8mwp, r=matthiaskrgr | bors | -938/+29 |
| 2025-03-19 | Allow spawning threads after TLS destruction. | Mara Bos | -9/+14 |
| 2025-03-19 | Auto merge of #138653 - matthiaskrgr:rollup-fwwqmr7, r=matthiaskrgr | bors | -10/+49 |
| 2025-03-19 | Rollup merge of #138684 - bend-n:use_then, r=jhpratt | Matthias Krüger | -5/+1 |
| 2025-03-19 | Rollup merge of #138661 - RalfJung:revert-rustc-dev-breakage, r=petrochenkov | Matthias Krüger | -863/+0 |
| 2025-03-19 | Rollup merge of #138654 - bjorn3:remove_coretests_regex, r=tgross35 | Matthias Krüger | -46/+11 |
| 2025-03-19 | Rollup merge of #136177 - hkBst:patch-24, r=ibraheemdev | Matthias Krüger | -24/+17 |
| 2025-03-19 | Switch repository layout to use a virtual manifest | Trevor Gross | -91/+95 |
| 2025-03-19 | Merge commit 'c14f2fc3eb69c164d8bf8d36d91ebd60bd5261e6' into sync-from-portab... | Caleb Zulawski | -46/+96 |
| 2025-03-18 | Temporarily disable the test call to `rust_begin_unwind` | Trevor Gross | -7/+8 |
| 2025-03-19 | use then | bendn | -5/+1 |
| 2025-03-18 | Upgrade all dependencies to the latest | Trevor Gross | -25/+20 |
| 2025-03-18 | nightlies without clippy are not a thing any more | Ralf Jung | -2/+1 |
| 2025-03-18 | fix pthread-based tls on apple targets | Andrei Damian | -1/+23 |
| 2025-03-18 | Windows: fix FileType PartialEq implementation | Chris Denton | -18/+15 |
| 2025-03-19 | Fix build failure on Trusty | Taiki Endo | -1/+1 |
| 2025-03-18 | Test windows file type equality | Chris Denton | -0/+17 |
| 2025-03-18 | Add stack overflow handler for cygwin | Berrysoft | -0/+87 |
| 2025-03-18 | std: uefi: fs: Implement mkdir | Ayush Singh | -4/+30 |
| 2025-03-18 | Revert "Rollup merge of #136355 - GuillaumeGomez:proc-macro_add_value_retriev... | Ralf Jung | -863/+0 |
| 2025-03-18 | Add a script for downloading compiler-rt | Trevor Gross | -6/+16 |
| 2025-03-18 | Mark `builtins-test-intrinsics` as `publish = false` | Trevor Gross | -0/+1 |
| 2025-03-18 | Move `examples/intrinsics.rs` to its own crate | Trevor Gross | -32/+69 |
| 2025-03-18 | Apply suggestions from code review | Marijn Schouten | -7/+7 |
| 2025-03-18 | Remove the regex dependency from coretests | bjorn3 | -46/+11 |
| 2025-03-18 | Rollup merge of #138301 - thaliaarchi:io-optional-methods/hermit, r=tgross35 | Matthias Krüger | -6/+18 |
| 2025-03-18 | Rollup merge of #136320 - RalfJung:exit, r=the8472 | Matthias Krüger | -4/+31 |
| 2025-03-18 | Auto merge of #135368 - Ayush1325:uefi-fs-2, r=jhpratt,nicholasbishop | bors | -5/+138 |
| 2025-03-18 | Optimize io::Write::write_fmt for constant strings | Thalia Archibald | -36/+48 |
| 2025-03-18 | uefi: fs: Implement exists | Ayush Singh | -5/+138 |
| 2025-03-17 | remove element_unordered_atomic intrinsics | Ralf Jung | -132/+0 |
| 2025-03-17 | Update test for SGX now implementing read_buf | Thalia Archibald | -6/+2 |
| 2025-03-17 | Implement read_buf for Hermit | Thalia Archibald | -6/+18 |
| 2025-03-17 | Revert "Disable broken powerpc64 test due to https://github.com/rust-lang/rus... | Jens Reidel | -5/+0 |
| 2025-03-17 | Auto merge of #127173 - bjorn3:mangle_rustc_std_internal_symbol, r=wesleywise... | bors | -3/+13 |
| 2025-03-17 | Revert "Disable some PPC64 tests which are failing due to an LLVM(?) bug" | Jens Reidel | -6/+0 |
| 2025-03-17 | move new section into platform-specific behavior, as it is unix-specific | Ralf Jung | -21/+20 |
| 2025-03-17 | Rollup merge of #137449 - compiler-errors:control-flow, r=Amanieu,lnicola | Matthias Krüger | -0/+1 |
| 2025-03-17 | Mark imports of #[rustc_std_internal_symbol] items with this attribute | bjorn3 | -3/+13 |
| 2025-03-17 | Rollup merge of #138341 - xizheyin:issue-138322, r=joboet | Jacob Pratt | -3/+23 |
| 2025-03-17 | Rollup merge of #137793 - NobodyXu:stablise-annoymous-pipe, r=joshtriplett | Jacob Pratt | -223/+288 |
| 2025-03-17 | Rollup merge of #137621 - Berrysoft:cygwin-std, r=joboet | Jacob Pratt | -17/+195 |
| 2025-03-17 | Rollup merge of #136355 - GuillaumeGomez:proc-macro_add_value_retrieval_metho... | Jacob Pratt | -0/+863 |
| 2025-03-17 | Auto merge of #138583 - jhpratt:rollup-h699hty, r=jhpratt | bors | -25/+35 |
| 2025-03-16 | Rollup merge of #138573 - Noratrieb:no-unsound-bad-bonk-bonk, r=workingjubilee | Jacob Pratt | -22/+16 |
| 2025-03-16 | Rollup merge of #136359 - hkBst:ptr_copy_docs, r=Amanieu | Jacob Pratt | -3/+6 |