about summary refs log tree commit diff
path: root/library/std/src
AgeCommit message (Expand)AuthorLines
2024-03-11Auto merge of #122331 - jhpratt:rollup-cbl8xsy, r=jhprattbors-21/+45
2024-03-11Rollup merge of #122326 - Zoxc:win-alloc-tweak, r=ChrisDentonJacob Pratt-19/+36
2024-03-11Rollup merge of #122002 - devnexen:thread_stack_netbsd_fix, r=workingjubilee,...Jacob Pratt-2/+3
2024-03-11Rollup merge of #121633 - ChrisDenton:precise, r=NilstriebJacob Pratt-0/+6
2024-03-11Auto merge of #117156 - jmillikin:os-unix-socket-ext, r=Amanieu,dtolnaybors-138/+246
2024-03-11Optimize `process_heap_alloc`John Kåre Alsaker-19/+36
2024-03-10Rollup merge of #122276 - RalfJung:io-read, r=NilstriebMatthias Krüger-10/+7
2024-03-10Rollup merge of #122275 - RalfJung:std-oom, r=workingjubileeMatthias Krüger-0/+2
2024-03-10Rollup merge of #121942 - devnexen:getrandom_for_dfbsd, r=joboetMatthias Krüger-1/+9
2024-03-10Rollup merge of #113525 - workingjubilee:handle-dynamic-minsigstksz, r=m-ou-seMatthias Krüger-11/+39
2024-03-10Rollup merge of #112136 - clarfonthey:ffi-c_str, r=cuviperMatthias Krüger-6/+46
2024-03-10io::Read trait: make it more clear when we are adressing implementations vs c...Ralf Jung-10/+7
2024-03-10disable OOM test in MiriRalf Jung-0/+2
2024-03-09Rollup merge of #121711 - ChrisDenton:junction, r=Mark-SimulacrumGuillaume Boisseau-81/+86
2024-03-09Rollup merge of #121403 - kornelski:io-oom, r=dtolnayGuillaume Boisseau-9/+31
2024-03-09Rollup merge of #114655 - nbdd0121:io-safety, r=dtolnayGuillaume Boisseau-10/+10
2024-03-09Rollup merge of #99153 - Dajamante:issue/95622, r=dtolnayGuillaume Boisseau-0/+26
2024-03-09Avoid closing invalid handlesdylni-21/+47
2024-03-09Auto merge of #122095 - lukas-code:windows-shutdown-test, r=ChrisDentonbors-15/+18
2024-03-08further changes from feedbackDavid Carlier-19/+1
2024-03-08Document overrides of `clone_from()`Noa-2/+14
2024-03-08Rollup merge of #121938 - blyxxyz:quadratic-vectored-write, r=AmanieuMatthias Krüger-31/+50
2024-03-08Rollup merge of #118623 - haydonryan:master, r=workingjubileeMatthias Krüger-4/+4
2024-03-07Rollup merge of #122147 - kadiwa4:private_impl_mods, r=workingjubileeGuillaume Gomez-48/+44
2024-03-07make `std::os::unix::ucred` module privateKalle Wachsmuth-48/+44
2024-03-07Rust is a proper name: rust → RustRalf Jung-11/+11
2024-03-07Auto merge of #122113 - matthiaskrgr:rollup-5d1jnwi, r=matthiaskrgrbors-0/+1
2024-03-06Document and test minimal stack size on WindowsChris Denton-0/+15
2024-03-06Dynamically size sigaltstk in stdJubilee Young-11/+39
2024-03-06fix `close_read_wakes_up` testLukas Markeffsky-15/+18
2024-03-06Note why we're using a new thread in a testChris Denton-0/+1
2024-03-06Remove unnecessary fixmeChris Denton-5/+0
2024-03-06Be stricter with `copy_file_range` probe resultsTobias Bucher-33/+35
2024-03-06Auto merge of #121956 - ChrisDenton:srwlock, r=joboetbors-30/+136
2024-03-06Less syscalls for the `copy_file_range` probeTobias Bucher-23/+48
2024-03-06unix time module now return resultAntoine PLASKOWSKI-51/+35
2024-03-05Add `Waitable` traitChris Denton-10/+43
2024-03-05Windows: Implement mutex using futexChris Denton-30/+103
2024-03-04std::threads: revisit stack address calculation on netbsd.David Carlier-2/+21
2024-03-04Don't run test_get_os_named_thread on win7roblabla-1/+1
2024-03-03std::rand: enable getrandom for dragonflybsd too.David Carlier-1/+9
2024-03-03Fix quadratic behavior of repeated vectored writesJan Verbeek-31/+50
2024-03-03Add missing get_name for wasm::thread.Ian Neumann-0/+4
2024-03-03Auto merge of #121856 - ChrisDenton:abort, r=joboetbors-10/+13
2024-03-02Cleanup windows abort_internalChris Denton-10/+13
2024-03-02Rollup merge of #121758 - joboet:move_pal_thread_local, r=ChrisDentonMatthias Krüger-3/+4
2024-03-02Rollup merge of #121666 - ChrisDenton:thread-name, r=cuviperMatthias Krüger-11/+137
2024-03-02Rollup merge of #121861 - tbu-:pr_floating_point_exact_examples, r=workingjub...Matthias Krüger-22/+26
2024-03-02Rollup merge of #109263 - squell:master, r=cuviperMatthias Krüger-5/+4
2024-03-01Add `get_name` placeholder to other targetsChris Denton-8/+40