| Age | Commit message (Expand) | Author | Lines |
| 2024-10-13 | Implement file_lock feature | Christopher Berner | -0/+214 |
| 2024-10-13 | Rollup merge of #131646 - RalfJung:unix-miri-fallbacks, r=joboet | Matthias Krüger | -1/+1 |
| 2024-10-13 | net: fix dead code warning | Sean Cross | -0/+3 |
| 2024-10-13 | std: xous: add support for args and env | Sean Cross | -32/+504 |
| 2024-10-13 | sys/unix: add comments for some Miri fallbacks | Ralf Jung | -1/+1 |
| 2024-10-13 | remove outdated comment now that Miri is on CI | Ralf Jung | -1/+0 |
| 2024-10-13 | sys/windows: remove miri hack that is only needed for win7 | Ralf Jung | -7/+3 |
| 2024-10-11 | Rollup merge of #130962 - nyurik:opts-libs, r=cuviper | Trevor Gross | -11/+11 |
| 2024-10-10 | uefi: process: Add args support | Ayush Singh | -12/+56 |
| 2024-10-10 | Use with_capacity(0) because we're reading the capacity later on | Mads Marquart | -1/+1 |
| 2024-10-10 | Prefer `target_vendor = "apple"` on confstr | Mads Marquart | -3/+3 |
| 2024-10-10 | use `confstr(_CS_DARWIN_USER_TEMP_DIR, ...)` as a `TMPDIR` fallback on darwin | Thom Chiovoloni | -4/+97 |
| 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 | Stabilize `std::io::ErrorKind::QuotaExceeded` | Pavel Grigorenko | -4/+4 |
| 2024-10-05 | Android: Debug assertion after setting thread name | Yoh Deadfall | -1/+3 |
| 2024-10-03 | std::fs::get_path freebsd update. | David Carlier | -2/+2 |
| 2024-10-02 | std: make `thread::current` available in all `thread_local!` destructors | joboet | -1/+6 |
| 2024-09-30 | Win: Use `FILE_RENAME_FLAG_POSIX_SEMANTICS` for `std::fs::rename` if available | George Tokmaji | -1/+163 |
| 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-14 | std::net: Solaris supports `SOCK_CLOEXEC` as well since 11.4. | David Carlier | -0/+1 |
| 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 |