| Age | Commit message (Expand) | Author | Lines |
| 2024-10-17 | Abstract the state type for futexes | Paul Menage | -66/+83 |
| 2024-10-17 | Add must_use to CommandExt::exec | Callum Ryan | -0/+1 |
| 2024-10-17 | Win: Remove special casing of the win7 target for `std::fs::rename` | George Tokmaji | -14/+1 |
| 2024-10-16 | Auto merge of #131767 - cuviper:bump-stage0, r=Mark-Simulacrum | bors | -30/+29 |
| 2024-10-16 | Rollup merge of #131746 - slanterns:once_box_order, r=joboet | Urgau | -2/+2 |
| 2024-10-15 | update bootstrap configs | Josh Stone | -1/+0 |
| 2024-10-15 | replace placeholder version | Josh Stone | -29/+29 |
| 2024-10-16 | relax a memory order in `once_box` | Slanterns | -2/+2 |
| 2024-10-15 | Rollup merge of #130568 - eduardosm:const-float-methods, r=RalfJung,tgross35 | Michael Goulet | -12/+25 |
| 2024-10-15 | Rollup merge of #129794 - Ayush1325:uefi-os-expand, r=joboet | Michael Goulet | -14/+73 |
| 2024-10-15 | Make some float methods unstable `const fn` | Eduardo Sánchez Muñoz | -12/+25 |
| 2024-10-15 | Auto merge of #131724 - matthiaskrgr:rollup-ntgkkk8, r=matthiaskrgr | bors | -15/+4 |
| 2024-10-15 | Auto merge of #129458 - EnzymeAD:enzyme-frontend, r=jieyouxu | bors | -1/+8 |
| 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 #131616 - RalfJung:const_ip, r=tgross35 | Matthias Krüger | -3/+0 |
| 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/+511 |
| 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 | xous: ffi: correct syscall number for adjust_process | Sean Cross | -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/+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-13 | merge const_ipv4 / const_ipv6 feature gate into 'ip' feature gate | Ralf Jung | -3/+0 |
| 2024-10-12 | Rollup merge of #131503 - theemathas:stdin_read_line_docs, r=Mark-Simulacrum | Matthias Krüger | -1/+6 |
| 2024-10-12 | Rollup merge of #131233 - joboet:stdout-before-main, r=tgross35 | Trevor Gross | -23/+42 |
| 2024-10-12 | std: fix stdout-before-main | joboet | -23/+42 |
| 2024-10-11 | Rollup merge of #130962 - nyurik:opts-libs, r=cuviper | Trevor Gross | -11/+11 |
| 2024-10-11 | Single commit implementing the enzyme/autodiff frontend | Manuel Drehwald | -1/+8 |
| 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 | -7/+109 |
| 2024-10-10 | More clearly document Stdin::read_line | Tim (Theemathas) Chirananthavat | -1/+6 |
| 2024-10-09 | Rollup merge of #131462 - cuviper:open_buffered-error, r=RalfJung | Matthias Krüger | -1/+2 |
| 2024-10-09 | Rollup merge of #131449 - nickrum:wasip2-net-decouple-fd, r=alexcrichton | Matthias Krüger | -18/+58 |
| 2024-10-09 | Rollup merge of #130827 - fmease:library-mv-obj-save-dyn-compat, r=ibraheemdev | Matthias Krüger | -1/+3 |
| 2024-10-09 | Mention allocation errors for `open_buffered` | Josh Stone | -1/+2 |
| 2024-10-09 | Library: Rename "object safe" to "dyn compatible" | León Orell Valerian Liehr | -1/+3 |
| 2024-10-09 | Decouple WASIp2 sockets from WasiFd | Nicola Krumschmidt | -18/+58 |
| 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 | Unbreak tidy | Pavel Grigorenko | -5/+5 |
| 2024-10-05 | Stabilize `std::io::ErrorKind::QuotaExceeded` | Pavel Grigorenko | -9/+9 |