| Age | Commit message (Expand) | Author | Lines |
| 2024-09-11 | Rollup merge of #130207 - GrigorenkoPV:ERROR_CANT_RESOLVE_FILENAME, r=ChrisDe... | Matthias Krüger | -0/+1 |
| 2024-09-11 | Map `ERROR_CANT_RESOLVE_FILENAME` to `ErrorKind::FilesystemLoop` | Pavel Grigorenko | -0/+1 |
| 2024-09-11 | Map `WSAEDQUOT` to `ErrorKind::FilesystemQuotaExceeded` | Pavel Grigorenko | -0/+1 |
| 2024-09-09 | Rollup merge of #130132 - sunshowers:illumos-sigsegv, r=Noratrieb | Jubilee | -4/+11 |
| 2024-09-09 | [illumos] enable SIGSEGV handler to detect stack overflows | Rain | -4/+11 |
| 2024-09-08 | add FIXME(const-hack) | Ralf Jung | -1/+1 |
| 2024-09-08 | Remove needless returns detected by clippy in libraries | Eduardo Sánchez Muñoz | -8/+9 |
| 2024-09-08 | Auto merge of #129019 - kromych:master, r=workingjubilee | bors | -0/+230 |
| 2024-09-08 | Fix linking error when compiling for 32-bit watchOS | Mads Marquart | -9/+10 |
| 2024-09-05 | Break into the debugger (if attached) on panics (Windows, macOS, Linux, FreeBSD) | kromych | -0/+230 |
| 2024-09-05 | Rollup merge of #127021 - thesummer:1-add-target-support-for-rtems-arm-xilinx... | Matthias Krüger | -10/+48 |
| 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/+48 |
| 2024-09-03 | Rollup merge of #129913 - saethlin:l4re-read-buf, r=Noratrieb | Matthias Krüger | -0/+4 |
| 2024-09-03 | Rollup merge of #129800 - ChrisDenton:remove-dir-all2, r=Amanieu | Matthias Krüger | -169/+253 |
| 2024-09-02 | Rollup merge of #129907 - saethlin:solid-io-error, r=WaffleLapkin | 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 | Rollup merge of #129804 - ranger-ross:fixed-documentation-typos, r=Noratrieb | Matthias Krüger | -2/+2 |
| 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 | Fixed some typos in the standard library documentation/comments | ranger-ross | -2/+2 |
| 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 #129378 - goffrie:patch-3, r=ChrisDenton | Jubilee | -13/+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-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-23 | Rollup merge of #127623 - lolbinarycat:fix_remove_dir_all, r=Amanieu | Matthias Krüger | -30/+66 |
| 2024-08-22 | fix: fs::remove_dir_all: treat ENOENT as success | binarycat | -30/+66 |
| 2024-08-22 | Rollup merge of #128432 - g0djan:godjan/wasi_prohibit_implicit_unsafe, r=tgro... | Matthias Krüger | -16/+22 |
| 2024-08-21 | format | Geoffry Song | -9/+2 |
| 2024-08-21 | Clean up cfg-gating of ProcessPrng extern | Geoffry Song | -13/+16 |
| 2024-08-21 | Rollup merge of #129232 - ivmarkov:master, r=workingjubilee | Matthias Krüger | -6/+24 |
| 2024-08-20 | Avoid extra `cast()`s after `CStr::as_ptr()` | Josh Stone | -2/+2 |
| 2024-08-18 | Fix for issue #129212 for the ESP-IDF | ivmarkov | -6/+24 |
| 2024-08-17 | Auto merge of #126877 - GrigorenkoPV:clone_to_uninit, r=dtolnay | bors | -0/+26 |
| 2024-08-14 | Rollup merge of #128873 - ChrisDenton:windows-targets, r=Mark-Simulacrum | Matthias Krüger | -41/+1 |
| 2024-08-13 | Auto merge of #129046 - matthiaskrgr:rollup-9x4xgak, r=matthiaskrgr | bors | -173/+137 |
| 2024-08-13 | Rollup merge of #128655 - joboet:play_with_the_dice, r=ChrisDenton | Matthias Krüger | -173/+137 |
| 2024-08-12 | trying common codepath for every unixes | David Carlier | -29/+0 |
| 2024-08-12 | std::fs: get_mode implementation for haiku. | David Carlier | -0/+2 |
| 2024-08-12 | std: use `/scheme/rand` on Redox | joboet | -1/+1 |
| 2024-08-09 | Rollup merge of #128859 - MinxuanZ:mips-sig, r=Amanieu | Matthias Krüger | -0/+13 |
| 2024-08-09 | Add windows-targets crate to std's sysroot | Chris Denton | -41/+1 |
| 2024-08-09 | VxWorks: Add safety comment for vxCpuEnabledGet | B I Mohammed Abbas | -1/+1 |
| 2024-08-09 | delete space | monstercatss | -2/+2 |
| 2024-08-09 | fix format | monstercatss | -4/+6 |