| Age | Commit message (Expand) | Author | Lines |
| 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/+2 |
| 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-06 | Rollup merge of #131307 - YohDeadfall:prctl-set-name-dbg-assert, r=workingjub... | Matthias Krüger | -1/+3 |
| 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-05 | Rollup merge of #131094 - joboet:lazy_once_box, r=ibraheemdev | Matthias Krüger | -195/+185 |
| 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 | -29/+185 |
| 2024-10-01 | std: replace `LazyBox` with `OnceBox` | joboet | -195/+185 |
| 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-26 | Rollup merge of #130846 - ChrisDenton:revert-break, r=Noratrieb | Jubilee | -153/+0 |
| 2024-09-25 | Use `&raw` in the standard library | Josh Stone | -66/+56 |
| 2024-09-25 | Revert Break into the debugger on panic (129019) | Chris Denton | -153/+0 |
| 2024-09-25 | Auto merge of #130816 - matthiaskrgr:rollup-jy25phv, r=matthiaskrgr | bors | -99/+90 |
| 2024-09-25 | Rollup merge of #130810 - kromych:master, r=workingjubilee | Matthias Krüger | -78/+1 |
| 2024-09-25 | Rollup merge of #130595 - no1wudi:master, r=ibraheemdev | Matthias Krüger | -21/+88 |
| 2024-09-25 | Rollup merge of #130549 - biabbas:riscv32_wrs_vxworks, r=nnethercote | Matthias Krüger | -0/+1 |
| 2024-09-25 | Auto merge of #130803 - cuviper:file-buffered, r=joshtriplett | bors | -2/+2 |
| 2024-09-24 | Don't trap into the debugger on panics under Linux | kromych | -78/+1 |
| 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 | -21/+88 |
| 2024-09-23 | std: switch to faster random sources on macOS and most BSDs | joboet | -86/+75 |
| 2024-09-23 | std: implement the `random` feature | joboet | -462/+615 |
| 2024-09-22 | Reformat using the new identifier sorting from rustfmt | Michael Goulet | -122/+119 |
| 2024-09-20 | Auto merge of #124895 - obeis:static-mut-hidden-ref, r=compiler-errors | bors | -0/+3 |
| 2024-09-20 | Allow unused unsafe for vxworks in alligned_malloc to resolve build errors | B I Mohammed Abbas | -0/+1 |
| 2024-09-19 | `pal::unsupported::process::ExitCode`: use an `u8` instead of a `bool` | Lieselotte | -7/+4 |
| 2024-09-18 | Rollup merge of #130476 - workingjubilee:more-lazy-methods-take-2, r=Amanieu | Jubilee | -0/+27 |
| 2024-09-18 | Rollup merge of #129934 - ChrisDenton:remove-dir-all3, r=Amanieu | Jubilee | -3/+12 |
| 2024-09-17 | Implement ACP 429: add `Lazy{Cell,Lock}::get[_mut]` and `force_mut` | Chayim Refael Friedman | -0/+27 |
| 2024-09-14 | std::net: Solaris supports `SOCK_CLOEXEC` as well since 11.4. | David Carlier | -0/+1 |
| 2024-09-13 | Update tests for hidden references to mutable static | Obei Sideg | -0/+3 |
| 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 | Rollup merge of #130077 - madsmtm:watchos-arm-unwind, r=workingjubilee | Jubilee | -9/+10 |
| 2024-09-11 | Limit `libc::link` usage to `nto70` target only, not NTO OS | Yuri Astrakhan | -1/+1 |