| Age | Commit message (Expand) | Author | Lines |
| 2024-12-21 | Rollup merge of #123604 - michaelvanstraten:proc_thread_attribute_list, r=Chr... | Matthias Krüger | -151/+294 |
| 2024-12-20 | mri: add track_caller to thread spawning methods for better backtraces | Ralf Jung | -0/+6 |
| 2024-12-17 | Use field init shorthand where possible | Josh Triplett | -4/+4 |
| 2024-12-17 | Remove `rustc::existing_doc_keyword` lint. | Nicholas Nethercote | -4/+3 |
| 2024-12-17 | Move `doc(keyword = "while")`. | Nicholas Nethercote | -58/+58 |
| 2024-12-15 | Auto merge of #134332 - Zalathar:rollup-oe23hkw, r=Zalathar | bors | -86/+518 |
| 2024-12-15 | Rollup merge of #133406 - EFanZh:lock-value-accessors, r=Noratrieb | Stuart Cook | -86/+517 |
| 2024-12-15 | Rollup merge of #130361 - devnexen:sock_cloexec_solaris, r=cuviper | Stuart Cook | -0/+1 |
| 2024-12-15 | Auto merge of #133223 - zachs18:uniquerc-impls, r=Noratrieb | bors | -0/+33 |
| 2024-12-14 | Rollup merge of #133986 - olishmollie:tracking-issue-127154-documentation, r=... | Matthias Krüger | -5/+135 |
| 2024-12-14 | Add documentation for anonymous pipe module | Andrew Bond | -5/+135 |
| 2024-12-14 | Rollup merge of #134254 - hermit-os:hermit-c_char, r=workingjubilee | Matthias Krüger | -6/+6 |
| 2024-12-14 | Rollup merge of #134252 - hermit-os:hermit-is_absolute, r=tgross35 | Matthias Krüger | -1/+3 |
| 2024-12-13 | Rollup merge of #134140 - compiler-errors:unsafe-binders-ast, r=oli-obk | Matthias Krüger | -0/+2 |
| 2024-12-13 | Fix building `std` for Hermit after `c_char` change | Martin Kröning | -6/+6 |
| 2024-12-13 | Fix `Path::is_absolute` on Hermit | Martin Kröning | -1/+3 |
| 2024-12-13 | Reword prelude for AsyncFn stabilization | Michael Goulet | -2/+3 |
| 2024-12-13 | Stabilize async closures | Michael Goulet | -1/+2 |
| 2024-12-12 | Add unwrap_unsafe_binder and wrap_unsafe_binder macro operators | Michael Goulet | -0/+2 |
| 2024-12-12 | Rollup merge of #134178 - ehuss:stabilize-2024-prelude, r=amanieu,traviscross... | Matthias Krüger | -4/+13 |
| 2024-12-11 | Stabilize the Rust 2024 prelude | Eric Huss | -4/+13 |
| 2024-12-11 | Forbid unsafe_op_in_unsafe_fn in hurd-specific os and sys files | Samuel Thibault | -0/+1 |
| 2024-12-10 | Rollup merge of #133472 - rust-wasi-web:master, r=joboet | León Orell Valerian Liehr | -1/+24 |
| 2024-12-10 | Rollup merge of #133184 - osiewicz:wasm-fix-infinite-loop-in-remove-dir-all, ... | León Orell Valerian Liehr | -70/+105 |
| 2024-12-09 | Rollup merge of #133880 - ChrisDenton:homedir, r=Mark-Simulacrum | Matthias Krüger | -0/+7 |
| 2024-12-08 | Rollup merge of #133987 - Will-Low:DefineTlsAcronym, r=workingjubilee | Matthias Krüger | -1/+1 |
| 2024-12-07 | Auto merge of #133978 - matthiaskrgr:rollup-6gh1iho, r=matthiaskrgr | bors | -14/+14 |
| 2024-12-06 | Define acronym for thread local storage | Will-Low | -1/+1 |
| 2024-12-06 | Auto merge of #118159 - EliasHolzmann:formatting_options, r=m-ou-se | bors | -1/+2 |
| 2024-12-06 | Rollup merge of #130254 - GrigorenkoPV:QuotaExceeded, r=dtolnay | Matthias Krüger | -13/+13 |
| 2024-12-06 | Rollup merge of #130209 - GrigorenkoPV:CrossesDevices, r=dtolnay | Matthias Krüger | -1/+1 |
| 2024-12-05 | Added struct `fmt::FormattingOptions` | Elias Holzmann | -1/+2 |
| 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-05 | Expand home_dir docs | Chris Denton | -0/+7 |
| 2024-12-04 | Rename `core_pattern_type` and `core_pattern_types` lib feature gates to `pa... | Oli Scherer | -1/+1 |
| 2024-12-04 | Auto merge of #133818 - matthiaskrgr:rollup-iav1wq7, r=matthiaskrgr | bors | -3/+3 |
| 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 |