| Age | Commit message (Expand) | Author | Lines |
| 2024-06-10 | replace version placeholder | Pietro Albini | -14/+14 |
| 2024-06-07 | Rollup merge of #126030 - ChrisDenton:update-wingen-readme, r=Mark-Simulacrum | Matthias Krüger | -1/+1 |
| 2024-06-06 | Update backtrace to 0.3.73 | Jubilee Young | -2/+2 |
| 2024-06-05 | Raise `DEFAULT_MIN_STACK_SIZE` to at least 64KiB | Jubilee Young | -4/+4 |
| 2024-06-05 | Auto merge of #126038 - matthiaskrgr:rollup-h4rm3x2, r=matthiaskrgr | bors | -17/+11 |
| 2024-06-05 | Rollup merge of #126032 - ChrisDenton:update-docs, r=joboet | Matthias Krüger | -3/+2 |
| 2024-06-05 | Rollup merge of #125800 - fortanix:raoul/rte-99-fix_mut_static_task_queue, r=... | Matthias Krüger | -14/+9 |
| 2024-06-05 | Rollup merge of #125940 - devnexen:unix_fs_netbsd_get_path, r=cuviper | Matthias Krüger | -9/+13 |
| 2024-06-05 | Update description of the `IsTerminal` example | Chris Denton | -3/+2 |
| 2024-06-05 | Update `./x fmt` command | Chris Denton | -1/+1 |
| 2024-06-05 | Rollup merge of #123168 - joshtriplett:size-of-prelude, r=Amanieu | Jubilee | -2/+8 |
| 2024-06-04 | Rollup merge of #125932 - schvv31n:patch-1, r=lqd | Guillaume Gomez | -1/+1 |
| 2024-06-04 | Rollup merge of #125696 - workingjubilee:please-dont-say-you-are-lazy, r=Nils... | Guillaume Gomez | -59/+73 |
| 2024-06-04 | Rollup merge of #125919 - tbu-:pr_fix_typo, r=lqd | 许杰友 Jieyou Xu (Joe) | -2/+1 |
| 2024-06-04 | Rollup merge of #125504 - mqudsi:once_nominal, r=cuviper | 许杰友 Jieyou Xu (Joe) | -1/+1 |
| 2024-06-04 | Let compiler auto impl `Send` for `Task` | Raoul Strackx | -2/+0 |
| 2024-06-04 | Store `Task::p` as `dyn FnOnce() + Send` | Raoul Strackx | -3/+3 |
| 2024-06-04 | Pass function for `Thread` as `Send` to `Thread::imp` | Raoul Strackx | -2/+3 |
| 2024-06-04 | Auto merge of #125525 - joboet:tls_accessor, r=cuviper | bors | -180/+107 |
| 2024-06-04 | std::unix::fs::get_path: using fcntl codepath for netbsd instead. | David Carlier | -9/+13 |
| 2024-06-03 | Fix typo in the docs of `HashMap::raw_entry_mut` | Tim Kurdov | -1/+1 |
| 2024-06-03 | Remove stray "this" | Tobias Bucher | -2/+1 |
| 2024-06-02 | Add "OnceList" example to motivate OnceLock | Jubilee Young | -0/+55 |
| 2024-06-02 | Move first OnceLock example to LazyLock | Jubilee Young | -58/+14 |
| 2024-06-02 | Differ LazyLock vs. OnceLock in std::sync overview | Jubilee Young | -1/+4 |
| 2024-06-02 | Rollup merge of #125898 - RalfJung:typo, r=Nilstrieb | Jubilee | -1/+1 |
| 2024-06-02 | typo: depending from -> on | Ralf Jung | -1/+1 |
| 2024-06-02 | Auto merge of #125577 - devnexen:netbsd_stack_min, r=joboet | bors | -1/+10 |
| 2024-05-30 | Avoid `mut` and simplify initialization of `TASK_QUEUE` | Raoul Strackx | -9/+5 |
| 2024-05-30 | Auto merge of #124636 - tbu-:pr_env_unsafe, r=petrochenkov | bors | -69/+95 |
| 2024-05-30 | Rollup merge of #125342 - tbu-:pr_doc_write, r=ChrisDenton | Matthias Krüger | -0/+76 |
| 2024-05-29 | Elaborate about modifying env vars in multi-threaded programs | Tobias Bucher | -18/+28 |
| 2024-05-29 | Add note about safety of `std::env::set_var` on Windows | Tobias Bucher | -5/+11 |
| 2024-05-29 | Make `std::env::{set_var, remove_var}` unsafe in edition 2024 | Tobias Bucher | -53/+63 |
| 2024-05-29 | Rollup merge of #125226 - madsmtm:fix-mac-catalyst-tests, r=workingjubilee | 许杰友 Jieyou Xu (Joe) | -1/+9 |
| 2024-05-28 | Make more of the test suite run on Mac Catalyst | Mads Marquart | -1/+1 |
| 2024-05-28 | Disable stack overflow handler tests on iOS-like platforms | Mads Marquart | -0/+8 |
| 2024-05-28 | update tracking issue for lazy_cell_consume | Trevor Spiteri | -1/+1 |
| 2024-05-27 | Sync libstd deps with backtrace | Jubilee Young | -2/+2 |
| 2024-05-26 | Auto merge of #122079 - tbu-:pr_copy_file_range_probe, r=the8472 | bors | -19/+48 |
| 2024-05-26 | std::pal::unix::thread fetching min stack size on netbsd. | David Carlier | -1/+10 |
| 2024-05-26 | Auto merge of #125070 - tbu-:pr_set_extension_panic, r=jhpratt | bors | -0/+36 |
| 2024-05-25 | std: make TLS accessors closures that return pointers | joboet | -180/+107 |
| 2024-05-24 | Change pedantically incorrect OnceCell/OnceLock wording | Mahmoud Al-Qudsi | -1/+1 |
| 2024-05-24 | std: clean up the TLS implementation | joboet | -5/+4 |
| 2024-05-24 | std: simplify key-based thread locals | joboet | -185/+60 |
| 2024-05-24 | Auto merge of #125463 - GuillaumeGomez:rollup-287wx4y, r=GuillaumeGomez | bors | -7/+18 |
| 2024-05-24 | Auto merge of #123724 - joboet:static_tls, r=m-ou-se | bors | -70/+76 |
| 2024-05-23 | Rollup merge of #125452 - Urgau:check-cfg-libraries-cleanup, r=bjorn3 | Guillaume Gomez | -7/+18 |
| 2024-05-23 | Copy core/alloc check-cfg message also in std | Urgau | -0/+3 |