| Age | Commit message (Expand) | Author | Lines |
| 2024-10-25 | Auto merge of #131349 - RalfJung:const-stability-checks, r=compiler-errors | bors | -3/+3 |
| 2024-10-25 | Re-do recursive const stability checks | Ralf Jung | -3/+3 |
| 2024-10-25 | library: consistently use American spelling for 'behavior' | Ralf Jung | -21/+21 |
| 2024-10-24 | Rollup merge of #132101 - youknowone:thread_local-gyneiene, r=tgross35 | Jubilee | -5/+4 |
| 2024-10-24 | Rollup merge of #132048 - mustartt:aix-random-impl, r=workingjubilee | Jubilee | -0/+1 |
| 2024-10-25 | Avoid use imports in thread_local_inner! in statik | Jeong YunWon | -5/+4 |
| 2024-10-23 | [musl] use posix_spawn if a directory change was requested | Rain | -11/+43 |
| 2024-10-22 | AIX use /dev/urandom for impl | Henry Jiang | -0/+1 |
| 2024-10-20 | fix docs | klensy | -6/+6 |
| 2024-10-20 | replace FindFirstFileW with FindFirstFileExW and apply optimization | klensy | -4/+25 |
| 2024-10-20 | replace FindFirstFileW with FindFirstFileExW and regenerate bindings | klensy | -3/+9 |
| 2024-10-19 | Support lock() and lock_shared() on async IO Files | Christopher Berner | -13/+49 |
| 2024-10-19 | Rollup merge of #131921 - klensy:statx_all, r=ChrisDenton | Matthias Krüger | -5/+5 |
| 2024-10-19 | Rollup merge of #127462 - Ayush1325:uefi-env, r=joboet | Matthias Krüger | -42/+125 |
| 2024-10-19 | replace STATX_ALL with (STATX_BASIC_STATS | STATX_BTIME) as former is deprecated | klensy | -5/+5 |
| 2024-10-18 | std: uefi: Use common function for UEFI shell | Ayush Singh | -36/+2 |
| 2024-10-18 | std: uefi: Add basic Env variables | Ayush Singh | -15/+132 |
| 2024-10-18 | Auto merge of #131895 - jieyouxu:rollup-jyt3pic, r=jieyouxu | bors | -3/+1 |
| 2024-10-18 | Rollup merge of #126207 - devnexen:stack_overflow_libc_upd, r=joboet | 许杰友 Jieyou Xu (Joe) | -3/+1 |
| 2024-10-18 | Auto merge of #131841 - paulmenage:futex-abstraction, r=joboet | bors | -66/+83 |
| 2024-10-18 | Revert using `HEAP` static in Windows alloc | Chris Denton | -57/+12 |
| 2024-10-18 | Rollup merge of #131866 - jieyouxu:thread_local, r=jhpratt | 许杰友 Jieyou Xu (Joe) | -22/+26 |
| 2024-10-18 | Add entropy source for RTEMS | Jan Sommer | -0/+3 |
| 2024-10-18 | Rollup merge of #131654 - betrusted-io:xous-various-fixes, r=thomcc | Matthias Krüger | -32/+510 |
| 2024-10-18 | Avoid shadowing user provided types or type aliases in `thread_local!` | 许杰友 Jieyou Xu (Joe) | -22/+26 |
| 2024-10-17 | std::unix::stack_overflow::drop_handler addressing todo through libc update | David Carlier | -3/+1 |
| 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 |