| Age | Commit message (Expand) | Author | Lines |
| 2024-10-17 | Abstract the state type for futexes | Paul Menage | -66/+83 |
| 2024-10-17 | Win: Remove special casing of the win7 target for `std::fs::rename` | George Tokmaji | -14/+1 |
| 2024-10-16 | Rollup merge of #131746 - slanterns:once_box_order, r=joboet | Urgau | -2/+2 |
| 2024-10-16 | relax a memory order in `once_box` | Slanterns | -2/+2 |
| 2024-10-15 | Rollup merge of #129794 - Ayush1325:uefi-os-expand, r=joboet | Michael Goulet | -14/+73 |
| 2024-10-14 | Fix two const-hacks | George Bateman | -15/+4 |
| 2024-10-14 | uefi: Implement getcwd and chdir | Ayush Singh | -14/+73 |
| 2024-10-14 | Rollup merge of #128967 - devnexen:get_path_fbsd_upd, r=joboet | Matthias Krüger | -2/+2 |
| 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/+2 |
| 2024-10-13 | library: xous: mark alloc as `FIXME(static_mut_refs)` | Sean Cross | -0/+3 |
| 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/+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 |