| Age | Commit message (Expand) | Author | Lines |
| 2025-04-09 | Rollup merge of #138869 - ChrisDenton:command-curdir, r=tgross35 | Matthias Krüger | -4/+83 |
| 2025-04-09 | Avoid verbatim paths in Command::current_dir | Chris Denton | -4/+83 |
| 2025-04-06 | Rollup merge of #138876 - thaliaarchi:trusty-stdio, r=Noratrieb | Guillaume Gomez | -38/+49 |
| 2025-04-05 | std: Fix build for NuttX targets | Thalia Archibald | -0/+3 |
| 2025-04-05 | Rollup merge of #139121 - thaliaarchi:rename-thread_local-statik, r=Noratrieb | Matthias Krüger | -3/+3 |
| 2025-04-05 | Rollup merge of #139092 - thaliaarchi:move-fd-pal, r=joboet | Matthias Krüger | -31/+53 |
| 2025-04-04 | Rename internal module from statik to no_threads | Thalia Archibald | -3/+3 |
| 2025-04-04 | Fix unsafe_op_in_unsafe_fn for Unix fd and weak | Thalia Archibald | -10/+14 |
| 2025-04-04 | Move fd into sys | Thalia Archibald | -23/+41 |
| 2025-04-05 | Rollup merge of #137897 - xTachyon:tls-fix, r=thomcc,jieyouxu | Stuart Cook | -0/+1 |
| 2025-04-04 | Update windows-bindgen to 0.61.0 | Chris Denton | -28/+285 |
| 2025-04-02 | Remove creation of duplicate AnonPipe | Jake Wharton | -1/+0 |
| 2025-04-01 | Auto merge of #138928 - ChrisDenton:fix-uwp, r=tgross35 | bors | -1/+1 |
| 2025-04-01 | std: use the address of `errno` to identify threads in `unique_thread_exit` | joboet | -24/+21 |
| 2025-03-29 | Rollup merge of #139081 - joboet:errno_dedup, r=Noratrieb | Matthias Krüger | -0/+8 |
| 2025-03-29 | Rollup merge of #138832 - ChrisDenton:with_native_path, r=joboet | Matthias Krüger | -107/+173 |
| 2025-03-29 | Start using with_native_path in std::sys::fs | Chris Denton | -107/+173 |
| 2025-03-29 | std: make `cmath` functions safe | joboet | -59/+59 |
| 2025-03-29 | Rollup merge of #138988 - madsmtm:internal-weak-macro-syntax, r=ibraheemdev | Matthias Krüger | -80/+144 |
| 2025-03-29 | Rollup merge of #138757 - rust-wasi-web:wasi-thread-stack-size, r=alexcrichton | Matthias Krüger | -2/+2 |
| 2025-03-28 | std: deduplicate `errno` accesses | joboet | -0/+8 |
| 2025-03-27 | Trusty: Implement write_vectored for stdio | Thalia Archibald | -38/+49 |
| 2025-03-27 | std: get rid of pre-Vista fallback code | joboet | -22/+6 |
| 2025-03-26 | Change the syntax of the internal `weak!` macro | Mads Marquart | -80/+144 |
| 2025-03-25 | Fix typo in error message | Thalia Archibald | -1/+1 |
| 2025-03-25 | Rollup merge of #138875 - thaliaarchi:trusty-build, r=randomPoison,saethlin | Jacob Pratt | -2/+0 |
| 2025-03-25 | Fix UWP reparse point check | Chris Denton | -1/+1 |
| 2025-03-24 | Rollup merge of #138662 - Ayush1325:uefi-fs-1, r=nicholasbishop,petrochenkov | Matthias Krüger | -12/+62 |
| 2025-03-24 | std: fs: uefi: Implement OpenOptions | Ayush Singh | -8/+58 |
| 2025-03-24 | std: fs: uefi: Make lstat call stat | Ayush Singh | -2/+2 |
| 2025-03-24 | std: fs: uefi: Implement canonicalize | Ayush Singh | -2/+2 |
| 2025-03-23 | Trusty: Fix build for anonymous pipes and std::sys::process | Thalia Archibald | -2/+0 |
| 2025-03-23 | Rollup merge of #138671 - ChrisDenton:filetype, r=joshtriplett | Jacob Pratt | -18/+15 |
| 2025-03-23 | Rollup merge of #138667 - Ayush1325:uefi-mkdir, r=joboet | Michael Goulet | -4/+30 |
| 2025-03-23 | Rollup merge of #138236 - Ayush1325:uefi-event, r=petrochenkov | Michael Goulet | -38/+58 |
| 2025-03-23 | Auto merge of #136929 - joboet:move_process_pal, r=Mark-Simulacrum | bors | -104/+90 |
| 2025-03-23 | Auto merge of #136769 - thaliaarchi:io-optional-methods/stdio, r=joboet | bors | -133/+101 |
| 2025-03-22 | Auto merge of #138841 - matthiaskrgr:rollup-bfkls57, r=matthiaskrgr | bors | -2/+3 |
| 2025-03-22 | Auto merge of #138831 - matthiaskrgr:rollup-3t0dqiz, r=matthiaskrgr | bors | -0/+87 |
| 2025-03-22 | Rollup merge of #138765 - Berrysoft:cygwin-thread-name, r=joboet | Matthias Krüger | -2/+3 |
| 2025-03-22 | std: move process implementations to `sys` | joboet | -104/+90 |
| 2025-03-22 | Rollup merge of #138609 - Berrysoft:cygwin-stackoverflow, r=joboet | Matthias Krüger | -0/+87 |
| 2025-03-22 | Rollup merge of #138673 - taiki-e:trusty-fix, r=Noratrieb | Matthias Krüger | -1/+1 |
| 2025-03-22 | Use unit structs for stateless stdio | Thalia Archibald | -12/+12 |
| 2025-03-22 | Implement optional methods for unsupported stdio | Thalia Archibald | -1/+64 |
| 2025-03-21 | Fix Thread::set_name on cygwin | 王宇逸 | -2/+3 |
| 2025-03-20 | wasm: increase default thread stack size to 1 MB | Sebastian Urban | -2/+2 |
| 2025-03-19 | Auto merge of #138653 - matthiaskrgr:rollup-fwwqmr7, r=matthiaskrgr | bors | -6/+18 |
| 2025-03-18 | fix pthread-based tls on apple targets | Andrei Damian | -0/+1 |
| 2025-03-18 | Windows: fix FileType PartialEq implementation | Chris Denton | -18/+15 |