summary refs log tree commit diff
path: root/library/std
AgeCommit message (Expand)AuthorLines
2024-06-10replace version placeholderPietro Albini-14/+14
2024-06-07Rollup merge of #126030 - ChrisDenton:update-wingen-readme, r=Mark-SimulacrumMatthias Krüger-1/+1
2024-06-06Update backtrace to 0.3.73Jubilee Young-2/+2
2024-06-05Raise `DEFAULT_MIN_STACK_SIZE` to at least 64KiBJubilee Young-4/+4
2024-06-05Auto merge of #126038 - matthiaskrgr:rollup-h4rm3x2, r=matthiaskrgrbors-17/+11
2024-06-05Rollup merge of #126032 - ChrisDenton:update-docs, r=joboetMatthias Krüger-3/+2
2024-06-05Rollup merge of #125800 - fortanix:raoul/rte-99-fix_mut_static_task_queue, r=...Matthias Krüger-14/+9
2024-06-05Rollup merge of #125940 - devnexen:unix_fs_netbsd_get_path, r=cuviperMatthias Krüger-9/+13
2024-06-05Update description of the `IsTerminal` exampleChris Denton-3/+2
2024-06-05Update `./x fmt` commandChris Denton-1/+1
2024-06-05Rollup merge of #123168 - joshtriplett:size-of-prelude, r=AmanieuJubilee-2/+8
2024-06-04Rollup merge of #125932 - schvv31n:patch-1, r=lqdGuillaume Gomez-1/+1
2024-06-04Rollup merge of #125696 - workingjubilee:please-dont-say-you-are-lazy, r=Nils...Guillaume Gomez-59/+73
2024-06-04Rollup merge of #125919 - tbu-:pr_fix_typo, r=lqd许杰友 Jieyou Xu (Joe)-2/+1
2024-06-04Rollup merge of #125504 - mqudsi:once_nominal, r=cuviper许杰友 Jieyou Xu (Joe)-1/+1
2024-06-04Let compiler auto impl `Send` for `Task`Raoul Strackx-2/+0
2024-06-04Store `Task::p` as `dyn FnOnce() + Send`Raoul Strackx-3/+3
2024-06-04Pass function for `Thread` as `Send` to `Thread::imp`Raoul Strackx-2/+3
2024-06-04Auto merge of #125525 - joboet:tls_accessor, r=cuviperbors-180/+107
2024-06-04std::unix::fs::get_path: using fcntl codepath for netbsd instead.David Carlier-9/+13
2024-06-03Fix typo in the docs of `HashMap::raw_entry_mut`Tim Kurdov-1/+1
2024-06-03Remove stray "this"Tobias Bucher-2/+1
2024-06-02Add "OnceList" example to motivate OnceLockJubilee Young-0/+55
2024-06-02Move first OnceLock example to LazyLockJubilee Young-58/+14
2024-06-02Differ LazyLock vs. OnceLock in std::sync overviewJubilee Young-1/+4
2024-06-02Rollup merge of #125898 - RalfJung:typo, r=NilstriebJubilee-1/+1
2024-06-02typo: depending from -> onRalf Jung-1/+1
2024-06-02Auto merge of #125577 - devnexen:netbsd_stack_min, r=joboetbors-1/+10
2024-05-30Avoid `mut` and simplify initialization of `TASK_QUEUE`Raoul Strackx-9/+5
2024-05-30Auto merge of #124636 - tbu-:pr_env_unsafe, r=petrochenkovbors-69/+95
2024-05-30Rollup merge of #125342 - tbu-:pr_doc_write, r=ChrisDentonMatthias Krüger-0/+76
2024-05-29Elaborate about modifying env vars in multi-threaded programsTobias Bucher-18/+28
2024-05-29Add note about safety of `std::env::set_var` on WindowsTobias Bucher-5/+11
2024-05-29Make `std::env::{set_var, remove_var}` unsafe in edition 2024Tobias Bucher-53/+63
2024-05-29Rollup merge of #125226 - madsmtm:fix-mac-catalyst-tests, r=workingjubilee许杰友 Jieyou Xu (Joe)-1/+9
2024-05-28Make more of the test suite run on Mac CatalystMads Marquart-1/+1
2024-05-28Disable stack overflow handler tests on iOS-like platformsMads Marquart-0/+8
2024-05-28update tracking issue for lazy_cell_consumeTrevor Spiteri-1/+1
2024-05-27Sync libstd deps with backtraceJubilee Young-2/+2
2024-05-26Auto merge of #122079 - tbu-:pr_copy_file_range_probe, r=the8472bors-19/+48
2024-05-26std::pal::unix::thread fetching min stack size on netbsd.David Carlier-1/+10
2024-05-26Auto merge of #125070 - tbu-:pr_set_extension_panic, r=jhprattbors-0/+36
2024-05-25std: make TLS accessors closures that return pointersjoboet-180/+107
2024-05-24Change pedantically incorrect OnceCell/OnceLock wordingMahmoud Al-Qudsi-1/+1
2024-05-24std: clean up the TLS implementationjoboet-5/+4
2024-05-24std: simplify key-based thread localsjoboet-185/+60
2024-05-24Auto merge of #125463 - GuillaumeGomez:rollup-287wx4y, r=GuillaumeGomezbors-7/+18
2024-05-24Auto merge of #123724 - joboet:static_tls, r=m-ou-sebors-70/+76
2024-05-23Rollup merge of #125452 - Urgau:check-cfg-libraries-cleanup, r=bjorn3Guillaume Gomez-7/+18
2024-05-23Copy core/alloc check-cfg message also in stdUrgau-0/+3