| Age | Commit message (Expand) | Author | Lines |
| 2025-03-07 | Mention `env` and `option_env` macros in `std::env::var` docs | Guillaume Gomez | -0/+3 |
| 2025-03-07 | Rollup merge of #134797 - spastorino:ergonomic-ref-counting-1, r=nikomatsakis | Matthias Krüger | -2/+7 |
| 2025-03-07 | Return OutOfMemoryError and update docs | Chris Denton | -3/+3 |
| 2025-03-07 | Windows: Use MoveFileEx by default in `fs:rename` | Chris Denton | -123/+56 |
| 2025-03-07 | Auto merge of #138155 - matthiaskrgr:rollup-xq5buio, r=matthiaskrgr | bors | -151/+121 |
| 2025-03-07 | Rollup merge of #138034 - thaliaarchi:use-prelude-size-of, r=tgross35 | Matthias Krüger | -150/+121 |
| 2025-03-07 | Rollup merge of #137674 - heiher:enable-f16-loong, r=tgross35 | Matthias Krüger | -1/+0 |
| 2025-03-07 | Rollup merge of #137832 - wgwoods:fix-bufreader-peek, r=joboet | Matthias Krüger | -5/+5 |
| 2025-03-07 | Rollup merge of #137777 - thaliaarchi:os_string-push-str, r=joboet | Matthias Krüger | -2/+58 |
| 2025-03-07 | Rollup merge of #137107 - thaliaarchi:io-optional-methods/cursors, r=joboet | Matthias Krüger | -14/+146 |
| 2025-03-06 | library: Use size_of from the prelude instead of imported | Thalia Archibald | -150/+121 |
| 2025-03-06 | Add examples in stdlib demonstrating the use syntax | Santiago Pastorino | -2/+7 |
| 2025-03-06 | Rollup merge of #138038 - tgross35:update-builtins, r=tgross35 | Michael Goulet | -1/+1 |
| 2025-03-06 | Rollup merge of #137327 - arlosi:home-dir, r=Mark-Simulacrum | Michael Goulet | -5/+0 |
| 2025-03-05 | Rollup merge of #137477 - Ayush1325:uefi-service-binding, r=Noratrieb | 许杰友 Jieyou Xu (Joe) | -1/+60 |
| 2025-03-05 | Rollup merge of #137463 - sunshowers:illumos-posix-spawn, r=Mark-Simulacrum | 许杰友 Jieyou Xu (Joe) | -2/+17 |
| 2025-03-05 | Rollup merge of #137240 - jieyouxu:remove_dir_all, r=Mark-Simulacrum | 许杰友 Jieyou Xu (Joe) | -3/+5 |
| 2025-03-05 | Rollup merge of #136798 - pcorwin:master, r=tgross35 | 许杰友 Jieyou Xu (Joe) | -0/+34 |
| 2025-03-05 | Auto merge of #138031 - workingjubilee:rollup-5bsotpz, r=workingjubilee | bors | -1/+1 |
| 2025-03-05 | Update `compiler-builtins` to 0.1.151 | Trevor Gross | -1/+1 |
| 2025-03-04 | Rollup merge of #137634 - tgross35:update-builtins, r=tgross35 | Jubilee | -1/+1 |
| 2025-03-04 | Added documentation for flushing | pcorwin | -0/+34 |
| 2025-03-04 | Fix test hangs on AIX | Henry Jiang | -4/+19 |
| 2025-03-04 | Fix some typos | fuyangpengqi | -1/+1 |
| 2025-03-04 | exit: document interaction with C | Ralf Jung | -4/+32 |
| 2025-03-02 | Rollup merge of #137873 - tgross35:disable-f16-without-neon, r=workingjubilee | Matthias Krüger | -0/+7 |
| 2025-03-02 | Rollup merge of #137375 - steffahn:clarify-read_line-comment, r=Mark-Simulacrum | Matthias Krüger | -1/+1 |
| 2025-03-03 | uefi: helpers: Add DevicePathNode abstractions | Ayush Singh | -0/+179 |
| 2025-03-02 | doc: clarify that consume can be called after BufReader::peek | binarycat | -1/+5 |
| 2025-03-01 | Disable `f16` on Aarch64 without `neon` | Trevor Gross | -0/+7 |
| 2025-03-01 | docs(std): mention LazyLock in const/static HashMap construction | Karol Zwolak | -7/+19 |
| 2025-03-01 | Update `compiler-builtins` to 0.1.150 | Trevor Gross | -1/+1 |
| 2025-03-02 | uefi: Add Service Binding Protocol abstraction | Ayush Singh | -1/+60 |
| 2025-03-01 | Rollup merge of #137809 - Noratrieb:io-error-casing, r=thomcc | Matthias Krüger | -72/+72 |
| 2025-02-28 | Fix logic error in Buffer::read_more() | Will Woods | -2/+2 |
| 2025-02-28 | Tweak BufReader::peek() doctest to expose bug in Buffer::read_more() | Will Woods | -3/+3 |
| 2025-02-28 | Specialize constructing OsString from strings | Thalia Archibald | -1/+24 |
| 2025-02-28 | Specialize OsString::push for strings | Thalia Archibald | -1/+34 |
| 2025-02-28 | Use correct error message casing for `io::const_error`s | Noratrieb | -72/+72 |
| 2025-02-28 | Rollup merge of #137673 - ChrisDenton:search-path-bug, r=dtolnay | 许杰友 Jieyou Xu (Joe) | -1/+2 |
| 2025-02-27 | Override default Write methods for cursor-like types | Thalia Archibald | -14/+143 |
| 2025-02-27 | Inline VecDeque<u8> and BorrowedCursor methods | Thalia Archibald | -0/+3 |
| 2025-02-27 | Rollup merge of #137480 - fuzzypixelz:fix/124466, r=workingjubilee | Matthias Krüger | -1/+10 |
| 2025-02-26 | Rollup merge of #137620 - SergioGasquez:fix/espidf-maybeunit, r=ChrisDenton | León Orell Valerian Liehr | -1/+1 |
| 2025-02-26 | Fix Windows `Command` search path bug | Chris Denton | -1/+2 |
| 2025-02-26 | Enable `f16` for LoongArch | WANG Rui | -1/+0 |
| 2025-02-26 | Rollup merge of #137311 - martn3:enable-f16-mips, r=tgross35 | León Orell Valerian Liehr | -1/+0 |
| 2025-02-26 | Rollup merge of #137154 - thaliaarchi:wtf8-fast-paths, r=ChrisDenton | León Orell Valerian Liehr | -3/+27 |
| 2025-02-25 | fix: attr cast for espidf | Sergio Gasquez | -1/+1 |
| 2025-02-25 | Rollup merge of #137515 - tgross35:update-builtins, r=tgross35 | León Orell Valerian Liehr | -1/+1 |