| Age | Commit message (Expand) | Author | Lines |
| 2024-12-06 | Rollup merge of #130254 - GrigorenkoPV:QuotaExceeded, r=dtolnay | Matthias Krüger | -4/+4 |
| 2024-12-05 | Add libc funcitons only for wasm32-wasip1-threads. | Sebastian Urban | -1/+1 |
| 2024-12-05 | Fix compilation for wasm32-wasip1 (without threads). | Sebastian Urban | -2/+4 |
| 2024-12-05 | Rollup merge of #133882 - jyn514:doc-backtraces, r=saethlin | Jacob Pratt | -14/+12 |
| 2024-12-04 | Improve comments for the default backtrace printer | jyn | -14/+12 |
| 2024-12-03 | Use UNIX thread_local implementation for WASI. | Sebastian Urban | -75/+22 |
| 2024-12-02 | Use c"lit" for CStrings without unwrap | Kornel | -1/+1 |
| 2024-12-01 | Rollup merge of #133622 - mkroening:exception-blog, r=cuviper | Matthias Krüger | -1/+1 |
| 2024-12-01 | Rollup merge of #133515 - SteveLauC:fix/hurd, r=ChrisDenton | Matthias Krüger | -0/+2 |
| 2024-12-01 | Rollup merge of #128184 - joboet:refactor_pthread_sync, r=workingjubilee | Matthias Krüger | -438/+465 |
| 2024-11-30 | Switch rtems target to panic unwind | Jan Sommer | -1/+1 |
| 2024-11-30 | std: clarify comments about initialization | joboet | -11/+13 |
| 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 |