| Age | Commit message (Expand) | Author | Lines |
| 2024-09-03 | replace placeholder version | Boxy | -1/+1 |
| 2024-09-03 | Win: Open dir for sync access in remove_dir_all | Chris Denton | -3/+12 |
| 2024-09-03 | More robust extension checking | Chris Denton | -6/+24 |
| 2024-09-03 | Port std library to RTEMS | Jan Sommer | -10/+463 |
| 2024-09-03 | Rollup merge of #129916 - tshepang:basic-usage, r=ChrisDenton | Matthias Krüger | -36/+0 |
| 2024-09-03 | Rollup merge of #129913 - saethlin:l4re-read-buf, r=Noratrieb | Matthias Krüger | -0/+4 |
| 2024-09-03 | Rollup merge of #129885 - cuishuang:master, r=scottmcm | Matthias Krüger | -1/+1 |
| 2024-09-03 | Rollup merge of #129800 - ChrisDenton:remove-dir-all2, r=Amanieu | Matthias Krüger | -169/+253 |
| 2024-09-02 | process.rs: remove "Basic usage" text where not useful | Tshepang Mbambo | -36/+0 |
| 2024-09-02 | Rollup merge of #129907 - saethlin:solid-io-error, r=WaffleLapkin | Matthias Krüger | -1/+1 |
| 2024-09-02 | Rollup merge of #129890 - alex:patch-1, r=workingjubilee | Matthias Krüger | -1/+1 |
| 2024-09-02 | Add missing read_buf stub for x86_64-unknown-l5re-uclibc | Ben Kimock | -0/+4 |
| 2024-09-02 | Fix compile error in solid's remove_dir_all | Ben Kimock | -1/+1 |
| 2024-09-02 | Remove stray word in a comment | Alex Gaynor | -1/+1 |
| 2024-09-02 | Auto merge of #129873 - matthiaskrgr:rollup-bv849ud, r=matthiaskrgr | bors | -5/+5 |
| 2024-09-02 | chore: remove repetitive words | cuishuang | -1/+1 |
| 2024-09-02 | Rollup merge of #129804 - ranger-ross:fixed-documentation-typos, r=Noratrieb | Matthias Krüger | -5/+5 |
| 2024-09-02 | Auto merge of #129063 - the8472:cold-opt-size, r=Amanieu | bors | -2/+9 |
| 2024-09-01 | Auto merge of #127897 - nyurik:add-qnx-70-target, r=saethlin | bors | -5/+8 |
| 2024-08-31 | Move remove_dir_all impl into a module | Chris Denton | -169/+253 |
| 2024-08-31 | Rollup merge of #129754 - alexcrichton:fix-wasi-long-sleep, r=workingjubilee | Matthias Krüger | -30/+31 |
| 2024-08-31 | Rollup merge of #129675 - lolbinarycat:bufreader_peek_unsized, r=workingjubilee | Matthias Krüger | -0/+2 |
| 2024-08-31 | Fixed some typos in the standard library documentation/comments | ranger-ross | -5/+5 |
| 2024-08-30 | Squashed `aarch64_unknown_nto_qnx700` support | Yuri Astrakhan | -5/+8 |
| 2024-08-29 | wasi: Fix sleeping for `Duration::MAX` | Alex Crichton | -30/+31 |
| 2024-08-28 | Rollup merge of #129683 - RalfJung:copysign, r=thomcc | Jubilee | -12/+32 |
| 2024-08-28 | Rollup merge of #129401 - workingjubilee:partial-initialization-of-stabilizat... | Jubilee | -1/+0 |
| 2024-08-28 | Rollup merge of #129378 - goffrie:patch-3, r=ChrisDenton | Jubilee | -13/+9 |
| 2024-08-28 | add guarantee about remove_dir and remove_file error kinds | binarycat | -0/+10 |
| 2024-08-28 | allow BufReader::peek to be called on unsized types | binarycat | -0/+2 |
| 2024-08-28 | copysign with sign being a NaN is non-portable | Ralf Jung | -12/+32 |
| 2024-08-27 | library: Stabilize new_uninit for Box, Rc, and Arc | Jubilee Young | -1/+0 |
| 2024-08-27 | Rollup merge of #129581 - RalfJung:exit, r=joshtriplett | Matthias Krüger | -0/+9 |
| 2024-08-27 | Auto merge of #128134 - joboet:move_pal_alloc, r=cupiver | bors | -146/+78 |
| 2024-08-27 | std: move allocators to `sys` | joboet | -146/+78 |
| 2024-08-27 | Rollup merge of #129559 - RalfJung:float-nan-semantics, r=thomcc | Trevor Gross | -20/+20 |
| 2024-08-26 | Rollup merge of #129588 - hermit-os:sleep-micros, r=workingjubilee | Matthias Krüger | -1/+4 |
| 2024-08-26 | also update copysign docs | Ralf Jung | -20/+20 |
| 2024-08-26 | pal/hermit: saturate `usleep` microseconds at `u64::MAX` | Martin Kröning | -1/+2 |
| 2024-08-25 | pal/hermit: correctly round up microseconds in `Thread::sleep` | Martin Kröning | -1/+3 |
| 2024-08-25 | exit: explain our expectations for the exit handlers registered in a Rust pro... | Ralf Jung | -0/+9 |
| 2024-08-25 | Rollup merge of #129416 - workingjubilee:partial-move-from-stabilization, r=d... | Matthias Krüger | -0/+1 |
| 2024-08-24 | Rollup merge of #129501 - RalfJung:miri-rust-backtrace, r=Noratrieb | Matthias Krüger | -1/+1 |
| 2024-08-24 | panicking: improve hint for Miri's RUST_BACKTRACE behavior | Ralf Jung | -1/+1 |
| 2024-08-23 | library: Move unstable API of new_uninit to new features | Jubilee Young | -0/+1 |
| 2024-08-23 | Rollup merge of #127623 - lolbinarycat:fix_remove_dir_all, r=Amanieu | Matthias Krüger | -36/+91 |
| 2024-08-22 | fix: fs::remove_dir_all: treat ENOENT as success | binarycat | -36/+91 |
| 2024-08-22 | Update chown help with a link and adding cap warning | Peter Gervai | -1/+2 |
| 2024-08-22 | Expand std::os::unix::fs::chown() doc with a warning | Peter Gervai | -0/+4 |
| 2024-08-22 | Rollup merge of #128432 - g0djan:godjan/wasi_prohibit_implicit_unsafe, r=tgro... | Matthias Krüger | -18/+24 |