| Age | Commit message (Expand) | Author | Lines |
| 2025-05-01 | Use present indicative tense in std::io::pipe() API docs | Eyal Kalderon | -3/+3 |
| 2025-05-01 | Simplify docs for breaking out of a named code block | Artur Roos | -2/+2 |
| 2025-04-30 | Avoid redundant WTF-8 checks in `PathBuf` | Thalia Archibald | -6/+10 |
| 2025-04-30 | Make internal `OsString::truncate` and `extend_from_slice` unsafe | Thalia Archibald | -25/+55 |
| 2025-04-30 | Rename `(Mapped)(RwLock|Mutex)Guard::try_map` to `filter_map`. | Zachary S | -41/+35 |
| 2025-04-28 | Reexport types from `c_size_t` in `std` | Trevor Gross | -0/+2 |
| 2025-04-28 | Rollup merge of #140323 - tgross35:cfg-unstable-float, r=Urgau | Chris Denton | -90/+450 |
| 2025-04-28 | std: get rid of `sys_common::process` | joboet | -136/+176 |
| 2025-04-28 | Auto merge of #123239 - Urgau:dangerous_implicit_autorefs, r=jdonszelmann,tra... | bors | -1/+1 |
| 2025-04-28 | Auto merge of #136316 - GrigorenkoPV:generic_atomic, r=Mark-Simulacrum | bors | -260/+270 |
| 2025-04-28 | Rollup merge of #140351 - rust-lang:notriddle/stability-use, r=thomcc | Chris Denton | -2/+8 |
| 2025-04-28 | Rollup merge of #139546 - lolbinarycat:std-set_permissions-75942, r=thomcc | Chris Denton | -0/+15 |
| 2025-04-27 | Use `feature(target_has_reliable_f16_f128)` in library tests | Trevor Gross | -90/+450 |
| 2025-04-27 | Fix SGX library code implicit auto-ref | Urgau | -1/+1 |
| 2025-04-27 | Rollup merge of #137439 - clarfonthey:c-str-module, r=tgross35 | Matthias Krüger | -2/+1 |
| 2025-04-27 | use generic Atomic type where possible | Christopher Durham | -260/+270 |
| 2025-04-26 | docs: fix incorrect stability markers on `std::{todo, matches}` | Michael Howell | -2/+8 |
| 2025-04-26 | Rollup merge of #140325 - ethanwu10:ethanwu10/grammar-fixes-for-bufread-has-d... | Matthias Krüger | -2/+2 |
| 2025-04-25 | Grammar fixes for BufRead::has_data_left docs | Ethan Wu | -2/+2 |
| 2025-04-26 | Rollup merge of #140216 - t5kd:master, r=tgross35 | Matthias Krüger | -2/+6 |
| 2025-04-25 | Update `extern` docs for Rust 2024 and add safety remarks | Tobias | -2/+6 |
| 2025-04-25 | Auto merge of #140298 - matthiaskrgr:rollup-5tc1gvb, r=matthiaskrgr | bors | -1/+8 |
| 2025-04-25 | Rollup merge of #139572 - ismailarilik:docs/std/mention-const-blocks-in-const... | Matthias Krüger | -1/+8 |
| 2025-04-25 | Auto merge of #140282 - matthiaskrgr:rollup-g6ze4jj, r=matthiaskrgr | bors | -1218/+964 |
| 2025-04-25 | Auto merge of #140273 - matthiaskrgr:rollup-rxmuvkg, r=matthiaskrgr | bors | -1/+4 |
| 2025-04-25 | docs(std): mention const blocks in const keyword doc page | ismailarilik | -1/+8 |
| 2025-04-25 | Rollup merge of #140143 - thaliaarchi:move-env-pal, r=joboet | Matthias Krüger | -1218/+962 |
| 2025-04-25 | Rollup merge of #137653 - tgross35:deprecate-concat_idents, r=workingjubilee | Matthias Krüger | -0/+2 |
| 2025-04-25 | Rollup merge of #140210 - Berrysoft:cygwin-timedwait, r=joboet | Matthias Krüger | -1/+4 |
| 2025-04-24 | Deprecate the unstable `concat_idents!` | Trevor Gross | -0/+2 |
| 2025-04-24 | Rollup merge of #140141 - thaliaarchi:env-consts/zkvm, r=joboet | Matthias Krüger | -9/+11 |
| 2025-04-24 | Rollup merge of #139450 - NobodyXu:new-api/make-fifo, r=tgross35 | Matthias Krüger | -1/+63 |
| 2025-04-24 | Rollup merge of #139307 - xizheyin:issue-139296, r=joboet | Matthias Krüger | -0/+3 |
| 2025-04-24 | Work around cygwin issue on timeout | 王宇逸 | -1/+4 |
| 2025-04-23 | Auto merge of #140180 - ChrisDenton:rollup-5pvs08u, r=ChrisDenton | bors | -7/+17 |
| 2025-04-23 | Impl new API `std::os::unix::fs::mkfifo` under feature `unix_fifo` | Jiahao XU | -1/+63 |
| 2025-04-23 | Document breaking out of a named code block | Artur Roos | -0/+27 |
| 2025-04-22 | Rollup merge of #139617 - Berrysoft:cygwin-posix-spawn, r=joboet | Chris Denton | -2/+6 |
| 2025-04-22 | Validate extension in `PathBuf::add_extension` | Thalia Archibald | -7/+17 |
| 2025-04-21 | Unify owned `Env` types between platforms | Thalia Archibald | -348/+98 |
| 2025-04-21 | Deduplicate unsupported env items | Thalia Archibald | -42/+8 |
| 2025-04-21 | Fix `unsafe_op_in_unsafe_fn` for Unix env | Thalia Archibald | -6/+4 |
| 2025-04-21 | Move zkVM constants into `sys::env_consts` | Thalia Archibald | -9/+11 |
| 2025-04-21 | Move `sys::pal::os::Env` into `sys::env` | Thalia Archibald | -1198/+1228 |
| 2025-04-21 | Auto merge of #140127 - ChrisDenton:rollup-2kye32h, r=ChrisDenton | bors | -47/+24 |
| 2025-04-21 | Rollup merge of #140111 - jogru0:redundant_pattern, r=compiler-errors | Chris Denton | -1/+1 |
| 2025-04-21 | Rollup merge of #139795 - jethrogb:jb/sgx-linkage-comments, r=joboet | Chris Denton | -6/+14 |
| 2025-04-21 | Rollup merge of #139711 - thaliaarchi:hermit-args, r=jhpratt | Chris Denton | -40/+9 |
| 2025-04-21 | Rollup merge of #140009 - ShE3py:tls-abort, r=thomcc | Chris Denton | -2/+6 |
| 2025-04-21 | Rollup merge of #139982 - coolreader18:time-doc-tweak, r=jhpratt | Chris Denton | -2/+3 |