| Age | Commit message (Expand) | Author | Lines |
| 2024-10-11 | Rollup merge of #130962 - nyurik:opts-libs, r=cuviper | Trevor Gross | -11/+11 |
| 2024-10-09 | Decouple WASIp2 sockets from WasiFd | Nicola Krumschmidt | -18/+56 |
| 2024-10-08 | Update library/std/src/sys/pal/unix/process/process_vxworks.rs | Yuri Astrakhan | -1/+1 |
| 2024-10-08 | fix ref in process_vxworks.rs | Yuri Astrakhan | -1/+1 |
| 2024-10-08 | Update library/std/src/sys/pal/unix/process/process_unix.rs | Yuri Astrakhan | -1/+1 |
| 2024-10-08 | Change a few `&Option<T>` into `Option<&T>` | Yuri Astrakhan | -10/+10 |
| 2024-10-05 | Android: Debug assertion after setting thread name | Yoh Deadfall | -1/+3 |
| 2024-10-02 | std: make `thread::current` available in all `thread_local!` destructors | joboet | -1/+6 |
| 2024-09-29 | Hook up std::net to wasi-libc on wasm32-wasip2 target | Nicola Krumschmidt | -1/+379 |
| 2024-09-25 | Use `&raw` in the standard library | Josh Stone | -54/+47 |
| 2024-09-25 | Auto merge of #130816 - matthiaskrgr:rollup-jy25phv, r=matthiaskrgr | bors | -20/+86 |
| 2024-09-25 | Rollup merge of #130595 - no1wudi:master, r=ibraheemdev | Matthias Krüger | -20/+86 |
| 2024-09-25 | Auto merge of #130803 - cuviper:file-buffered, r=joshtriplett | bors | -2/+2 |
| 2024-09-24 | Dogfood `feature(file_buffered)` | Josh Stone | -2/+2 |
| 2024-09-24 | add InProgress ErrorKind gated behind io_error_inprogress feature | Aviram Hassan | -0/+1 |
| 2024-09-24 | Initial std library support for NuttX | Huang Qi | -20/+86 |
| 2024-09-23 | std: implement the `random` feature | joboet | -462/+9 |
| 2024-09-22 | Reformat using the new identifier sorting from rustfmt | Michael Goulet | -96/+93 |
| 2024-09-19 | `pal::unsupported::process::ExitCode`: use an `u8` instead of a `bool` | Lieselotte | -7/+4 |
| 2024-09-18 | Rollup merge of #129934 - ChrisDenton:remove-dir-all3, r=Amanieu | Jubilee | -3/+12 |
| 2024-09-12 | Rollup merge of #130101 - RalfJung:const-cleanup, r=fee1-dead | Matthias Krüger | -1/+1 |
| 2024-09-11 | Rollup merge of #130248 - nyurik:fix-129895, r=workingjubilee | Jubilee | -1/+1 |
| 2024-09-11 | Limit `libc::link` usage to `nto70` target only, not NTO OS | Yuri Astrakhan | -1/+1 |
| 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-05 | Rollup merge of #127021 - thesummer:1-add-target-support-for-rtems-arm-xilinx... | Matthias Krüger | -9/+47 |
| 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/+19 |
| 2024-09-03 | Port std library to RTEMS | Jan Sommer | -9/+47 |
| 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 | -981/+4 |
| 2024-08-27 | std: move allocators to `sys` | joboet | -981/+4 |
| 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 |