| Age | Commit message (Expand) | Author | Lines |
| 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-05 | Rollup merge of #136457 - calder:master, r=tgross35 | Stuart Cook | -0/+1 |
| 2025-04-04 | Expose algebraic floating point intrinsics | Calder Coalson | -0/+1 |
| 2025-04-04 | Rollup merge of #139366 - RalfJung:ToSocketAddrs, r=jieyouxu | Matthias Krüger | -1/+1 |
| 2025-04-04 | Update windows-bindgen to 0.61.0 | Chris Denton | -28/+285 |
| 2025-04-04 | ToSocketAddrs: fix typo | Ralf Jung | -1/+1 |
| 2025-04-04 | Rollup merge of #139295 - JakeWharton:jw.duplicate-anon-pipe.2025-04-02, r=jo... | Matthias Krüger | -1/+0 |
| 2025-04-03 | Rollup merge of #139068 - a1phyr:less_uninit, r=joboet | Matthias Krüger | -2/+4 |
| 2025-04-03 | std: clarify RwLock::get_mut more clearly | xizheyin | -1/+3 |
| 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-04-01 | io: Avoid Avoid marking bytes as uninit in `BufReader::peek` | Benoît du Garreau | -1/+0 |
| 2025-04-01 | io: Avoid marking buffer as uninit when copying to `BufWriter` | Benoît du Garreau | -1/+4 |
| 2025-03-31 | std: clarify Mutex::get_mut more clearly | xizheyin | -1/+5 |
| 2025-03-29 | Auto merge of #139119 - matthiaskrgr:rollup-7l2ri0f, r=matthiaskrgr | bors | -115/+190 |
| 2025-03-29 | Rollup merge of #139081 - joboet:errno_dedup, r=Noratrieb | Matthias Krüger | -0/+9 |
| 2025-03-29 | Rollup merge of #138832 - ChrisDenton:with_native_path, r=joboet | Matthias Krüger | -115/+181 |
| 2025-03-29 | Auto merge of #133572 - frank-king:feature/unique_arc, r=Amanieu | bors | -0/+2 |
| 2025-03-29 | Start using with_native_path in std::sys::fs | Chris Denton | -115/+181 |
| 2025-03-29 | std: make `cmath` functions safe | joboet | -125/+125 |
| 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 | Rollup merge of #139069 - a1phyr:better_take, r=joboet | Matthias Krüger | -4/+4 |
| 2025-03-28 | std: deduplicate `errno` accesses | joboet | -0/+9 |
| 2025-03-28 | `io::Take`: avoid new `BorrowedBuf` creation in some case | Benoît du Garreau | -4/+4 |
| 2025-03-28 | Fix formatting nit in process.rs | Rafael Bachmann | -1/+1 |
| 2025-03-27 | Rollup merge of #139021 - joboet:pre-vista-fallback, r=ChrisDenton | Jacob Pratt | -22/+6 |
| 2025-03-27 | Trusty: Implement write_vectored for stdio | Thalia Archibald | -38/+49 |
| 2025-03-27 | Auto merge of #138702 - m-ou-se:spawn-in-atexit, r=Mark-Simulacrum | bors | -9/+14 |
| 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 | -6/+14 |
| 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 | -6/+14 |
| 2025-03-23 | Rollup merge of #138671 - ChrisDenton:filetype, r=joshtriplett | Jacob Pratt | -18/+32 |
| 2025-03-23 | Rollup merge of #138667 - Ayush1325:uefi-mkdir, r=joboet | Michael Goulet | -4/+30 |
| 2025-03-23 | Rollup merge of #138631 - thaliaarchi:sgx-read-buf-test, r=workingjubilee | Michael Goulet | -6/+2 |
| 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 | -161/+136 |
| 2025-03-22 | Auto merge of #138841 - matthiaskrgr:rollup-bfkls57, r=matthiaskrgr | bors | -7/+18 |
| 2025-03-22 | Auto merge of #138831 - matthiaskrgr:rollup-3t0dqiz, r=matthiaskrgr | bors | -0/+87 |