| Age | Commit message (Expand) | Author | Lines |
| 2024-12-03 | Rollup merge of #132937 - xmh0511:master, r=m-ou-se | Matthias Krüger | -3/+3 |
| 2024-12-03 | Rollup merge of #133696 - RalfJung:const-hashmap, r=cuviper | Matthias Krüger | -3/+46 |
| 2024-12-03 | Use UNIX thread_local implementation for WASI. | Sebastian Urban | -75/+22 |
| 2024-12-03 | ./x miri: fix sysroot build | Ralf Jung | -4/+4 |
| 2024-12-02 | Use c"lit" for CStrings without unwrap | Kornel | -1/+1 |
| 2024-12-02 | stabilize const_collections_with_hasher and build_hasher_default_const_new | Ralf Jung | -3/+46 |
| 2024-12-02 | Auto merge of #133728 - jhpratt:rollup-k1i60pg, r=jhpratt | bors | -2/+0 |
| 2024-12-01 | Rollup merge of #133672 - RalfJung:const-stability-cleanup, r=jhpratt | Jacob Pratt | -2/+0 |
| 2024-12-01 | add isatty alias for is_terminal | cod10129 | -0/+1 |
| 2024-12-01 | Rollup merge of #133622 - mkroening:exception-blog, r=cuviper | Matthias Krüger | -1/+1 |
| 2024-12-01 | Rollup merge of #133602 - SanchithHegde:fix-pathbuf-example-codeblocks, r=cuv... | Matthias Krüger | -0/+2 |
| 2024-12-01 | Rollup merge of #133515 - SteveLauC:fix/hurd, r=ChrisDenton | Matthias Krüger | -1/+3 |
| 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 | Auto merge of #133659 - jieyouxu:rollup-576gh4p, r=jieyouxu | bors | -15/+21 |
| 2024-11-30 | std: clarify comments about initialization | joboet | -11/+13 |
| 2024-11-30 | Add value accessor methods to `Mutex` and `RwLock` | EFanZh | -86/+517 |
| 2024-11-30 | fix: hurd build, stat64.st_fsid was renamed to st_dev | Steve Lau | -1/+3 |
| 2024-11-30 | remove a whole bunch of unnecessary const feature gates | Ralf Jung | -2/+0 |
| 2024-11-30 | Abstract `ProcThreadAttributeList` into its own struct | Michael van Straten | -151/+294 |
| 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) | -12/+8 |
| 2024-11-30 | Rollup merge of #116161 - Soveu:varargs2, r=cjgillot | 许杰友 Jieyou Xu (Joe) | -1/+0 |
| 2024-11-29 | Auto merge of #133533 - BoxyUwU:bump-boostrap, r=jieyouxu,Mark-Simulacrum | bors | -19/+9 |
| 2024-11-29 | update link to "C++ Exceptions under the hood" blog | Martin Kröning | -1/+1 |
| 2024-11-29 | Rollup merge of #133530 - timvisee:master, r=jhpratt | Matthias Krüger | -4/+4 |
| 2024-11-29 | fix: fix codeblocks in `PathBuf` example | Sanchith Hegde | -0/+2 |
| 2024-11-28 | Auto merge of #123244 - Mark-Simulacrum:share-inline-never-generics, r=saethlin | bors | -0/+17 |
| 2024-11-28 | Share inline(never) generics across crates | Mark Rousskov | -0/+17 |
| 2024-11-28 | Also use zero when referencing to capacity or length | timvisee | -4/+4 |
| 2024-11-28 | Auto merge of #133561 - GuillaumeGomez:rollup-g4upmv4, r=GuillaumeGomez | bors | -0/+13 |
| 2024-11-28 | Rollup merge of #133543 - mustartt:aix-lgammaf_r-shim, r=cuviper | Guillaume Gomez | -0/+8 |
| 2024-11-28 | Rollup merge of #129409 - grinapo:patch-1, r=Amanieu | Guillaume Gomez | -0/+5 |
| 2024-11-27 | Rollup merge of #133498 - GuillaumeGomez:missing-examples, r=joboet | Matthias Krüger | -2/+28 |
| 2024-11-27 | Stabilize `extended_varargs_abi_support` | Soveu | -1/+0 |
| 2024-11-27 | fmt | Henry Jiang | -1/+1 |
| 2024-11-27 | update cfgs | Boxy | -12/+2 |
| 2024-11-27 | Implement code review | Sebastian Urban | -2/+1 |
| 2024-11-27 | replace placeholder version | Boxy | -7/+7 |
| 2024-11-27 | Rollup merge of #133449 - joboet:io_const_error, r=tgross35 | Matthias Krüger | -266/+250 |
| 2024-11-26 | Auto merge of #133505 - compiler-errors:rollup-xjp8hdi, r=compiler-errors | bors | -1/+4 |
| 2024-11-26 | chore: Improve doc comments | Piotr Osiewicz | -2/+3 |
| 2024-11-26 | std: update internal uses of `io::const_error!` | joboet | -246/+213 |
| 2024-11-26 | Rollup merge of #133435 - RalfJung:test_downgrade_observe, r=tgross35 | Michael Goulet | -1/+4 |
| 2024-11-26 | Rollup merge of #133464 - RalfJung:whitespace-panic, r=joboet | Guillaume Gomez | -7/+7 |
| 2024-11-26 | Rollup merge of #133419 - CromFr:add-path-strip_prefix-test-example, r=Amanieu | Guillaume Gomez | -0/+1 |
| 2024-11-26 | Add missing code examples on `LocalKey` | Guillaume Gomez | -2/+28 |
| 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 |