| Age | Commit message (Expand) | Author | Lines |
| 2025-07-11 | Rollup merge of #143568 - Ayush1325:uefi-tcp4-timeout, r=tgross35 | Matthias Krüger | -25/+97 |
| 2025-07-11 | Rollup merge of #142391 - LevitatingBusinessMan:setsid, r=workingjubilee | Matthias Krüger | -0/+89 |
| 2025-07-11 | docs: clarify “dag” in std::sys_common doc comment | Colten | -1/+1 |
| 2025-07-10 | rust: library: Add setsid method to CommandExt trait | LevitatingBusinessMan (Rein Fernhout) | -0/+89 |
| 2025-07-09 | std: sys: net: uefi: tcp4: Add timeout support | Ayush Singh | -25/+97 |
| 2025-07-09 | core: Remove `BorrowedCursor::init_ref` method | Benoît du Garreau | -3/+3 |
| 2025-07-09 | Fix VxWorks build errors | B I Mohammed Abbas | -2/+1 |
| 2025-07-07 | Rollup merge of #143340 - nabijaczleweli:awhile, r=mati865 | Matthias Krüger | -2/+2 |
| 2025-07-07 | UWP: link ntdll functions using raw-dylib | Chris Denton | -60/+9 |
| 2025-07-07 | std: fix typo in `std::path` | xizheyin | -2/+2 |
| 2025-07-06 | Auto merge of #141829 - dvdsk:sleep_until_linux, r=cuviper,RalfJung | bors | -24/+206 |
| 2025-07-06 | sleep_until: add clock_nanosleep support to Miri | dvdsk | -0/+1 |
| 2025-07-06 | sleep_until: use clock_nanosleep where possible | dvdsk | -24/+205 |
| 2025-07-06 | Rollup merge of #143470 - Ayush1325:uefi-tcp4-recv, r=joshtriplett | Matthias Krüger | -6/+52 |
| 2025-07-05 | fix(lib-std-fs): handle `usize` overflow in `read` & `read_to_string` | Ricardo Fernández Serrata | -2/+2 |
| 2025-07-04 | Rollup merge of #143086 - SciMind2460:patch-2, r=workingjubilee | Jubilee | -1/+1 |
| 2025-07-05 | std: sys: net: uefi: tcp4: Implement read | Ayush Singh | -6/+52 |
| 2025-07-05 | Rollup merge of #141532 - Ayush1325:uefi-tcp4-send, r=tgross35 | Matthias Krüger | -6/+53 |
| 2025-07-04 | std: sys: net: uefi: tcp4: Implement write | Ayush Singh | -6/+53 |
| 2025-07-04 | Rollup merge of #143387 - dpaoliello:shouldpanicfn, r=bjorn3 | Matthias Krüger | -2/+2 |
| 2025-07-03 | Make __rust_alloc_error_handler_should_panic a function | Daniel Paoliello | -2/+2 |
| 2025-07-03 | Rollup merge of #134006 - klensy:typos, r=nnethercote | Jana Dönszelmann | -14/+14 |
| 2025-07-03 | setup CI and tidy to use typos for spellchecking and fix few typos | klensy | -14/+14 |
| 2025-07-02 | awhile -> a while where appropriate | наб | -2/+2 |
| 2025-07-02 | Rollup merge of #141847 - xizheyin:141837, r=jhpratt | Matthias Krüger | -15/+41 |
| 2025-07-02 | Auto merge of #142974 - cuviper:stage0-bump, r=Mark-Simulacrum | bors | -22/+22 |
| 2025-07-01 | Update version placeholders | Josh Stone | -22/+22 |
| 2025-07-01 | Rollup merge of #142760 - epage:lock, r=tgross35 | Guillaume Gomez | -6/+6 |
| 2025-07-01 | Upgrade the `fortanix-sgx-abi` dependency | Trevor Gross | -1/+1 |
| 2025-06-30 | Rollup merge of #143090 - ChrisDenton:workaround1, r=tgross35 | dianqk | -21/+91 |
| 2025-06-29 | Rollup merge of #142889 - nabijaczleweli:rusts, r=Mark-Simulacrum | Matthias Krüger | -7/+5 |
| 2025-06-28 | Rollup merge of #143082 - fee1-dead-contrib:push-qvvppzukvkxt, r=Mark-Simulacrum | Matthias Krüger | -4/+4 |
| 2025-06-28 | Rollup merge of #123476 - devnexen:std_net_solaris_exclbind, r=Mark-Simulacrum | Matthias Krüger | -0/+117 |
| 2025-06-28 | "set by Rusts options". Remove misleading always-true if cfg!(unix). Drop #![... | наб | -7/+5 |
| 2025-06-28 | Workaround for mem safety in third party dlls | Chris Denton | -21/+91 |
| 2025-06-27 | Update poison.rs to fix the typo (sys->sync) | Kurt Heiritz (pseudo) | -1/+1 |
| 2025-06-27 | update internal `send_signal` comment | Deadbeef | -4/+4 |
| 2025-06-27 | Auto merge of #143074 - compiler-errors:rollup-cv64hdh, r=compiler-errors | bors | -1/+1 |
| 2025-06-26 | Rollup merge of #142967 - krikera:fix-rwlock-try-write-docs, r=jhpratt | Michael Goulet | -1/+1 |
| 2025-06-26 | Fix RwLock::try_write documentation for WouldBlock condition | krikera | -1/+1 |
| 2025-06-25 | make `tidy-alphabetical` use a natural sort | Folkert de Vries | -5/+5 |
| 2025-06-24 | Rollup merge of #142453 - ChrisDenton:fused, r=Amanieu | Jubilee | -0/+1 |
| 2025-06-24 | Rollup merge of #142704 - tgross35:remove-concat_idents, r=fee1-dead | Guillaume Gomez | -6/+3 |
| 2025-06-24 | Remove the deprecated `concat_idents!` macro | Trevor Gross | -6/+3 |
| 2025-06-24 | Rollup merge of #140005 - mlowicki:patch-1, r=tgross35 | Guillaume Gomez | -1/+36 |
| 2025-06-23 | Rollup merge of #141324 - Ayush1325:uefi-rand-fallback, r=joboet | Jubilee | -19/+150 |
| 2025-06-22 | Stop dbg! macro yapping about format modifiers | mejrs | -1/+8 |
| 2025-06-20 | Add diagnostic items for Clippy | Samuel Tardieu | -0/+2 |
| 2025-06-20 | Rollup merge of #141990 - Qelxiros:141975-unix_send_signal, r=ChrisDenton,tgr... | Trevor Gross | -8/+67 |
| 2025-06-19 | docs(fs): Touch up grammar on lock api | Ed Page | -6/+6 |