about summary refs log tree commit diff
path: root/library/std
AgeCommit message (Expand)AuthorLines
2023-07-29Add wasm32-wasi-threads target + WASI threadsGeorgii Rylov-12/+141
2023-07-29print omitted frames count for short backtrace modeyukang-0/+19
2023-07-29Change default panic handler message format.Mara Bos-2/+3
2023-07-29Rollup merge of #114172 - fortanix:raoul/fix_process-spawning_test, r=working...Matthias Krüger-0/+2
2023-07-29Rollup merge of #114171 - fortanix:raoul/fix_switch-stdout_test, r=workingjub...Matthias Krüger-1/+1
2023-07-28inline trivial (noop) flush callsThom Chiovoloni-0/+13
2023-07-28Rollup merge of #114128 - estebank:delayed-span-bug-dump, r=davidtwcoMatthias Krüger-1/+1
2023-07-28Fix issue_15149 test for the SGX targetRaoul Strackx-0/+2
2023-07-28Fix switch-stdout test for none unix/windows platformsRaoul Strackx-1/+1
2023-07-28reduce deps for windows-msvc targets for backtraceklensy-8/+12
2023-07-28Auto merge of #112390 - MoskalykA:move-two-tests-from-library-to-tests, r=wor...bors-0/+89
2023-07-27When flushing delayed span bugs, write to the ICE dump file even if it doesn'...Esteban Küber-1/+1
2023-07-26Add tests and comments about `read_to_string` and `read_line` specializationsBenoît du Garreau-0/+17
2023-07-26`io::Chain`: specialize some `BufRead` methodsBenoît du Garreau-3/+16
2023-07-26`io::Chain`: specialize some `Read` methodsBenoît du Garreau-0/+33
2023-07-26Rollup merge of #101994 - devnexen:rand_fbsd_update, r=workingjubileeMatthias Krüger-4/+18
2023-07-26Add definitions for riscv64_linux_android targetChris Wailes-1/+1
2023-07-26Have a better file name than just the issue idMoskalykA-0/+0
2023-07-26std: add auto traits to TAIT boundjoboet-11/+6
2023-07-26Auto merge of #102757 - pcc:android-std-tests, r=workingjubileebors-0/+20
2023-07-26Auto merge of #113928 - nicholasbishop:bishop-update-cb-4, r=workingjubileebors-1/+1
2023-07-25Rollup merge of #114043 - cathaysia:doc_lazy_lock, r=thomccMatthias Krüger-0/+20
2023-07-25Auto merge of #112646 - vn971:document-thread-names-for-sgx-target, r=m-ou-sebors-1/+9
2023-07-25docs(LazyLock): add example pass local LazyLock variable to structDragonBillow-0/+20
2023-07-25Auto merge of #113411 - unikraft:unikraft, r=wesleywiserbors-1/+13
2023-07-24remove additional [allow(unused_unsafe)]James Dietz-16/+2
2023-07-24delete [allow(...)] from issue #74838James Dietz-4/+0
2023-07-24`unix::init`: Don't use `signal` on Unikraft.Martin Kröning-1/+8
2023-07-24`unix::init`: Handle `ENOSYS` from `poll` on Unikraft.Martin Kröning-0/+5
2023-07-22Rollup merge of #113876 - darklyspaced:master, r=cuviperMatthias Krüger-1/+30
2023-07-22Rollup merge of #113442 - epage:osstring, r=cuviperMatthias Krüger-0/+100
2023-07-22Rollup merge of #112490 - Alexendoo:c-char-cfg-all, r=cuviperMatthias Krüger-5/+0
2023-07-22Auto merge of #113033 - JohnTitor:stabilize-unix-chown, r=cuviperbors-6/+3
2023-07-21Bump compiler_builtins to 0.1.98Nicholas Bishop-1/+1
2023-07-21Auto merge of #113911 - matthiaskrgr:rollup-wk6cr7v, r=matthiaskrgrbors-28/+49
2023-07-21Auto merge of #113106 - marcospb19:improve-path-with-extension-function, r=th...bors-8/+66
2023-07-20Minor improvements to Windows TLS dtorsChris Denton-28/+49
2023-07-20Auto merge of #113861 - ibraheemdev:mpsc-tls-bug, r=Mark-Simulacrumbors-20/+26
2023-07-20added a problematic exampledarklyspaced-3/+25
2023-07-20Rollup merge of #113787 - sanchopanca:process-command-windows-docs, r=ChrisDe...Matthias Krüger-0/+8
2023-07-20fix docs & example for FileExt::write_atdarklyspaced-1/+8
2023-07-19avoid tls access while iterating through mpsc thread entriesIbraheem Ahmed-20/+26
2023-07-19On nightly, dump ICE backtraces to diskEsteban Küber-7/+34
2023-07-18support for mips32r6 as a target_arch valuechenx97-2/+10
2023-07-18support for mips64r6 as a target_arch valuechenx97-1/+5
2023-07-18Update documentation for std::process::Command's new methodAleksandr Kovalev-0/+8
2023-07-16adds crate attribute to examples so they compiledvdsk-0/+2
2023-07-16fix examples add tracking issuedvdsk-9/+16
2023-07-16fixes sleep_until examplesdvdsk-2/+7
2023-07-15Adds thread::sleep_until, tracking issue TODOdvdsk-0/+66