| Age | Commit message (Expand) | Author | Lines |
| 2025-04-13 | std: sys: stdio: uefi: Tread UNSUPPORTED Status as read(0) | Ayush Singh | -2/+6 |
| 2025-04-13 | std: sys: process: uefi: Use NULL stdin by default | Ayush Singh | -3/+109 |
| 2025-04-13 | std/thread: Use default stack size from menuconfig for NuttX | Huang Qi | -6/+11 |
| 2025-04-13 | Rollup merge of #139710 - thaliaarchi:move-args-pal, r=joboet | Chris Denton | -315/+171 |
| 2025-04-13 | Rollup merge of #139683 - ChrisDenton:windows-with-native, r=tgross35,joboet | Chris Denton | -47/+86 |
| 2025-04-13 | Rollup merge of #138972 - thaliaarchi:nuttx-build, r=Mark-Simulacrum | Chris Denton | -0/+3 |
| 2025-04-13 | Auto merge of #139734 - ChrisDenton:rollup-28qn740, r=ChrisDenton | bors | -125/+125 |
| 2025-04-13 | Rollup merge of #139107 - joboet:safe_cmath, r=ibraheemdev | Chris Denton | -125/+125 |
| 2025-04-12 | Rollup merge of #139688 - rust-lang:notriddle/io-result-unbox, r=GuillaumeGomez | Chris Denton | -0/+2 |
| 2025-04-12 | Rollup merge of #139382 - ChrisDenton:windows-bindgen-0-61, r=Mark-Simulacrum | Chris Denton | -28/+285 |
| 2025-04-12 | Rollup merge of #139276 - tgross35:enable-f16-without-neon, r=Mark-Simulacrum | Chris Denton | -7/+0 |
| 2025-04-12 | Unify owned Args types between platforms | Thalia Archibald | -222/+77 |
| 2025-04-12 | Use unsupported args for espidf and vita | Thalia Archibald | -14/+3 |
| 2025-04-12 | Move args into std::sys | Thalia Archibald | -41/+53 |
| 2025-04-11 | rustdoc-search: add unbox flag to Result aliases | Michael Howell | -0/+2 |
| 2025-04-11 | Use with_native_path for Windows | Chris Denton | -47/+86 |
| 2025-04-11 | sync::mpsc: prevent double free on `Drop` | Petros Angelatos | -1/+7 |
| 2025-04-11 | sync::mpsc: add miri reproducer of double free | Petros Angelatos | -0/+5 |
| 2025-04-11 | cfi: Remove #[no_sanitize(cfi)] for extern weak functions | Bastian Kersting | -40/+0 |
| 2025-04-11 | Rollup merge of #139600 - tgross35:update-builtins, r=tgross35 | Stuart Cook | -1/+1 |
| 2025-04-10 | Update `compiler-builtins` to 0.1.153 | Trevor Gross | -1/+1 |
| 2025-04-10 | Use posix_spawn on cygwin | Berrysoft | -2/+6 |
| 2025-04-10 | Doc more control flow behaviour for return keyword | Lynnesbian | -0/+22 |
| 2025-04-10 | Document async block control flow in async keyword | Lynnesbian | -0/+38 |
| 2025-04-10 | Auto merge of #139279 - BoxyUwU:bump-boostrap, r=jieyouxu | bors | -57/+56 |
| 2025-04-09 | Rollup merge of #139164 - xizheyin:issue-139034, r=joboet | Matthias Krüger | -2/+8 |
| 2025-04-09 | Rollup merge of #138869 - ChrisDenton:command-curdir, r=tgross35 | Matthias Krüger | -4/+83 |
| 2025-04-09 | update cfgs | Boxy | -5/+4 |
| 2025-04-09 | replace version placeholder | Boxy | -52/+52 |
| 2025-04-09 | Avoid verbatim paths in Command::current_dir | Chris Denton | -4/+83 |
| 2025-04-08 | clarify std::fs::set_permissions symlink behavior | binarycat | -6/+8 |
| 2025-04-08 | std(docs): clarify how std::fs::set_permisions works with symlinks | binarycat | -0/+13 |
| 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-05 | std: Add performance warnings to HashMap::get_disjoint_mut | xizheyin | -0/+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 | -1/+23 |
| 2025-04-05 | Rollup merge of #136457 - calder:master, r=tgross35 | Stuart Cook | -2/+83 |
| 2025-04-04 | Expose algebraic floating point intrinsics | Calder Coalson | -2/+83 |
| 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 |