| Age | Commit message (Expand) | Author | Lines |
| 2024-11-30 | fix: hurd build, stat64.st_fsid was renamed to st_dev | Steve Lau | -0/+2 |
| 2024-11-30 | Abstract `ProcThreadAttributeList` into its own struct | Michael van Straten | -90/+13 |
| 2024-11-30 | Rollup merge of #133496 - rust-wasi-web:wasi-available-parallelism, r=Amanieu | 许杰友 Jieyou Xu (Joe) | -3/+13 |
| 2024-11-30 | Rollup merge of #132515 - kornelski:home_fix, r=jhpratt | 许杰友 Jieyou Xu (Joe) | -2/+2 |
| 2024-11-29 | Auto merge of #133533 - BoxyUwU:bump-boostrap, r=jieyouxu,Mark-Simulacrum | bors | -7/+0 |
| 2024-11-29 | update link to "C++ Exceptions under the hood" blog | Martin Kröning | -1/+1 |
| 2024-11-28 | Rollup merge of #133543 - mustartt:aix-lgammaf_r-shim, r=cuviper | Guillaume Gomez | -0/+8 |
| 2024-11-27 | fmt | Henry Jiang | -1/+1 |
| 2024-11-27 | update cfgs | Boxy | -7/+0 |
| 2024-11-27 | Implement code review | Sebastian Urban | -2/+1 |
| 2024-11-26 | chore: Improve doc comments | Piotr Osiewicz | -2/+3 |
| 2024-11-26 | std: update internal uses of `io::const_error!` | joboet | -208/+177 |
| 2024-11-26 | thread::available_parallelism for wasm32-wasip1-threads | Sebastian Urban | -3/+14 |
| 2024-11-26 | Refactor ReadDir into a state machine | Piotr Osiewicz | -70/+101 |
| 2024-11-25 | Run TLS destructors for wasm32-wasip1-threads | Sebastian Urban | -0/+74 |
| 2024-11-25 | Rollup merge of #132730 - joboet:after_main_sync, r=Noratrieb | 许杰友 Jieyou Xu (Joe) | -8/+7 |
| 2024-11-23 | Rollup merge of #131505 - madsmtm:darwin_user_temp_dir, r=dtolnay | 许杰友 Jieyou Xu (Joe) | -4/+99 |
| 2024-11-22 | aix: create shim for lgammaf_r | Henry Jiang | -1/+9 |
| 2024-11-22 | Don't try to use confstr in Miri | Mads Marquart | -4/+6 |
| 2024-11-21 | Use arc4random of libc for RTEMS target | Jan Sommer | -2/+0 |
| 2024-11-20 | Rollup merge of #129838 - Ayush1325:uefi-process-args, r=joboet | Matthias Krüger | -12/+56 |
| 2024-11-18 | wasi/fs: Improve stopping condition for <ReadDir as Iterator>::next | Piotr Osiewicz | -14/+17 |
| 2024-11-18 | std: allow after-main use of synchronization primitives | joboet | -8/+7 |
| 2024-11-18 | Auto merge of #128219 - connortsui20:rwlock-downgrade, r=tgross35 | bors | -257/+487 |
| 2024-11-16 | fix `DOWNGRADED` bit unpreserved | Connor Tsui | -2/+2 |
| 2024-11-16 | fix memory ordering bug + bad test | Connor Tsui | -1/+1 |
| 2024-11-16 | add safety comments for queue implementation | Connor Tsui | -13/+25 |
| 2024-11-16 | add `downgrade` to `queue` implementation | Connor Tsui | -70/+206 |
| 2024-11-16 | modify queue implementation documentation | Connor Tsui | -191/+214 |
| 2024-11-16 | add `downgrade` to `futex` implementation | Connor Tsui | -5/+47 |
| 2024-11-16 | add simple `downgrade` implementations | Connor Tsui | -0/+17 |
| 2024-11-14 | Rollup merge of #132984 - sunshowers:pipe2, r=tgross35 | Jubilee | -0/+1 |
| 2024-11-14 | Rollup merge of #132977 - cberner:fix_solaris, r=tgross35 | Jubilee | -0/+80 |
| 2024-11-14 | Rollup merge of #132790 - aDotInTheVoid:ioslice-asslice-rides-again, r=cuviper | Jubilee | -6/+36 |
| 2024-11-13 | Fix compilation error on Solaris due to flock usage | Christopher Berner | -0/+80 |
| 2024-11-13 | [illumos] use pipe2 to create anonymous pipes | Rain | -0/+1 |
| 2024-11-12 | Make `CloneToUninit` dyn-compatible | Zachary S | -6/+6 |
| 2024-11-11 | Rollup merge of #130999 - cberner:flock_pr, r=joboet | Matthias Krüger | -0/+240 |
| 2024-11-09 | Add as_slice/into_slice for IoSlice/IoSliceMut. | Alona Enraght-Moony | -6/+36 |
| 2024-11-08 | Address review comments | Christopher Berner | -32/+24 |
| 2024-11-08 | Update library/std/src/sys/pal/windows/fs.rs | Christopher Berner | -6/+4 |
| 2024-11-07 | Auto merge of #131888 - ChrisDenton:deopt, r=ibraheemdev | bors | -57/+12 |
| 2024-11-04 | Fix and undeprecate home_dir() | Kornel | -2/+2 |
| 2024-11-02 | Rollup merge of #132495 - Houtamelo:remove_unintended_link, r=jieyouxu | Matthias Krüger | -1/+1 |
| 2024-11-02 | Remove unintended link | Houtamelo | -1/+1 |
| 2024-11-02 | Fix type reference in documents which was being confused with html tags. | Houtamelo | -1/+1 |
| 2024-10-29 | xous: sync: remove `rustc_const_stable` attribute | Sean Cross | -2/+0 |
| 2024-10-29 | Win: rename: Use offset_of! in struct size calculation | George Tokmaji | -4/+7 |
| 2024-10-28 | std: refactor `pthread`-based synchronization | joboet | -438/+463 |
| 2024-10-28 | we can now enable the 'const stable fn must be stable' check | Ralf Jung | -4/+4 |