| Age | Commit message (Expand) | Author | Lines |
| 2024-11-25 | std::thread: avoid leading whitespace in some panic messages | Ralf Jung | -7/+7 |
| 2024-11-25 | std: expose `const_io_error!` as `const_error!` | joboet | -20/+37 |
| 2024-11-25 | miri: disable test_downgrade_observe test on macOS | Ralf Jung | -1/+4 |
| 2024-11-25 | Rollup merge of #133298 - n0toose:remove-dir-all-but-not-paths, r=Noratrieb | 许杰友 Jieyou Xu (Joe) | -1/+2 |
| 2024-11-25 | Rollup merge of #132730 - joboet:after_main_sync, r=Noratrieb | 许杰友 Jieyou Xu (Joe) | -26/+59 |
| 2024-11-24 | Added a doc test for std::path::strip_prefix | Crom (Thibaut CHARLES) | -0/+1 |
| 2024-11-24 | Rollup merge of #133389 - eduardosm:stabilize-const_float_methods, r=RalfJung | Matthias Krüger | -1/+0 |
| 2024-11-24 | Auto merge of #132611 - compiler-errors:async-prelude, r=ibraheemdev | bors | -0/+3 |
| 2024-11-23 | Stabilize `const_float_methods` | Eduardo Sánchez Muñoz | -1/+0 |
| 2024-11-23 | Rollup merge of #131505 - madsmtm:darwin_user_temp_dir, r=dtolnay | 许杰友 Jieyou Xu (Joe) | -7/+111 |
| 2024-11-22 | Rollup merge of #133264 - lolbinarycat:os-string-truncate, r=joboet | Michael Goulet | -4/+8 |
| 2024-11-22 | aix: create shim for lgammaf_r | Henry Jiang | -1/+9 |
| 2024-11-22 | Rollup merge of #133337 - ColinFinck:thread-scoped-fix-typo, r=joboet | 许杰友 Jieyou Xu (Joe) | -1/+1 |
| 2024-11-22 | Rollup merge of #133330 - RalfJung:close, r=the8472 | 许杰友 Jieyou Xu (Joe) | -10/+11 |
| 2024-11-22 | Rollup merge of #133313 - thesummer:fix-arc4random, r=cuviper | 许杰友 Jieyou Xu (Joe) | -2/+0 |
| 2024-11-22 | Rollup merge of #133238 - heiher:loong-stdarch-rexport, r=Amanieu | 许杰友 Jieyou Xu (Joe) | -0/+2 |
| 2024-11-22 | Fix typo in `std::thread::Scope::spawn` documentation. | Colin Finck | -1/+1 |
| 2024-11-22 | library: update comment around close() | Ralf Jung | -10/+11 |
| 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-21 | Mention that std::fs::remove_dir_all fails on files | Panagiotis "Ivory" Vasilopoulos | -1/+2 |
| 2024-11-20 | implement OsString::truncate | binarycat | -4/+8 |
| 2024-11-20 | Rollup merge of #130800 - bjoernager:const-mut-cursor, r=joshtriplett | Matthias Krüger | -2/+4 |
| 2024-11-20 | Rollup merge of #129838 - Ayush1325:uefi-process-args, r=joboet | Matthias Krüger | -12/+56 |
| 2024-11-20 | re-export `is_loongarch_feature_detected` | WANG Rui | -0/+2 |
| 2024-11-19 | UniqueRc: platform-specific AsFd/Handle/etc impls to mirror Rc | Zachary S | -0/+33 |
| 2024-11-19 | Rollup merge of #133183 - n0toose:improve-remove-dir-docs, r=joboet | Matthias Krüger | -0/+4 |
| 2024-11-19 | Rollup merge of #125405 - m-ou-se:thread-add-spawn-hook, r=WaffleLapkin | Matthias Krüger | -7/+175 |
| 2024-11-19 | Update doc comments for spawn hook. | Mara Bos | -2/+6 |
| 2024-11-19 | Address review comments. | Mara Bos | -7/+6 |
| 2024-11-19 | Fix tracking issue. | Mara Bos | -1/+1 |
| 2024-11-19 | Add tracking issue. | Mara Bos | -2/+2 |
| 2024-11-19 | Use Send + Sync for spawn hooks. | Mara Bos | -2/+2 |
| 2024-11-19 | Add thread Builder::no_hooks(). | Mara Bos | -7/+24 |
| 2024-11-19 | Update thread spawn hooks. | Mara Bos | -35/+84 |
| 2024-11-19 | Use add_spawn_hook for libtest's output capturing. | Mara Bos | -4/+0 |
| 2024-11-19 | Add std::thread::add_spawn_hook. | Mara Bos | -0/+103 |
| 2024-11-19 | Auto merge of #133205 - matthiaskrgr:rollup-xhhhp5u, r=matthiaskrgr | bors | -0/+3 |
| 2024-11-19 | ignore an occasionally-failing test in Miri | Ralf Jung | -0/+3 |
| 2024-11-19 | Rollup merge of #132758 - nnethercote:improve-get_key_value-docs, r=cuviper | León Orell Valerian Liehr | -4/+36 |
| 2024-11-18 | Mention std::fs::remove_dir_all in std::fs::remove_dir | Panagiotis "Ivory" Vasilopoulos | -0/+4 |
| 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 | -26/+59 |
| 2024-11-18 | Auto merge of #133160 - jhpratt:rollup-wzj9q15, r=jhpratt | bors | -0/+6 |
| 2024-11-18 | Auto merge of #128219 - connortsui20:rwlock-downgrade, r=tgross35 | bors | -261/+662 |
| 2024-11-18 | Improve `{BTreeMap,HashMap}::get_key_value` docs. | Nicholas Nethercote | -4/+36 |
| 2024-11-18 | Document alternatives to `static mut` | Kornel | -0/+6 |
| 2024-11-16 | Add `DerefMut` for `Lazy[Cell/Lock]` that delegates to the unstable `force_mu... | Chayim Refael Friedman | -1/+9 |
| 2024-11-16 | reduce threads in downgrade test | Connor Tsui | -1/+1 |
| 2024-11-16 | fix `DOWNGRADED` bit unpreserved | Connor Tsui | -3/+3 |