summary refs log tree commit diff
path: root/library/std
AgeCommit message (Expand)AuthorLines
2025-04-28Auto merge of #139765 - dtolnay:hashextractif, r=ChrisDentonbors-10/+16
2025-04-18sync::mpsc: prevent double free on `Drop`Petros Angelatos-1/+7
2025-04-18sync::mpsc: add miri reproducer of double freePetros Angelatos-0/+5
2025-04-13[beta] Delay `hash_extract_if` stabilization from 1.87 to 1.88David Tolnay-10/+16
2025-03-31replace version placeholderBoxy-52/+52
2025-03-28Rollup merge of #139069 - a1phyr:better_take, r=joboetMatthias Krüger-4/+4
2025-03-28`io::Take`: avoid new `BorrowedBuf` creation in some caseBenoît du Garreau-4/+4
2025-03-28Fix formatting nit in process.rsRafael Bachmann-1/+1
2025-03-27Rollup merge of #139021 - joboet:pre-vista-fallback, r=ChrisDentonJacob Pratt-22/+6
2025-03-27Auto merge of #138702 - m-ou-se:spawn-in-atexit, r=Mark-Simulacrumbors-9/+14
2025-03-27std: get rid of pre-Vista fallback codejoboet-22/+6
2025-03-25Fix typo in error messageThalia Archibald-1/+1
2025-03-25Rollup merge of #138875 - thaliaarchi:trusty-build, r=randomPoison,saethlinJacob Pratt-6/+14
2025-03-24Rollup merge of #138662 - Ayush1325:uefi-fs-1, r=nicholasbishop,petrochenkovMatthias Krüger-12/+62
2025-03-24std: fs: uefi: Implement OpenOptionsAyush Singh-8/+58
2025-03-24std: fs: uefi: Make lstat call statAyush Singh-2/+2
2025-03-24std: fs: uefi: Implement canonicalizeAyush Singh-2/+2
2025-03-23Trusty: Fix build for anonymous pipes and std::sys::processThalia Archibald-6/+14
2025-03-23Rollup merge of #138728 - tgross35:update-builtins, r=tgross35Jacob Pratt-1/+1
2025-03-23Rollup merge of #138671 - ChrisDenton:filetype, r=joshtriplettJacob Pratt-18/+32
2025-03-24Update `compiler-builtins` to 0.1.152Trevor Gross-1/+1
2025-03-23Rollup merge of #138667 - Ayush1325:uefi-mkdir, r=joboetMichael Goulet-4/+30
2025-03-23Rollup merge of #138631 - thaliaarchi:sgx-read-buf-test, r=workingjubileeMichael Goulet-6/+2
2025-03-23Rollup merge of #138236 - Ayush1325:uefi-event, r=petrochenkovMichael Goulet-38/+58
2025-03-23Auto merge of #136929 - joboet:move_process_pal, r=Mark-Simulacrumbors-104/+90
2025-03-23Auto merge of #136769 - thaliaarchi:io-optional-methods/stdio, r=joboetbors-161/+136
2025-03-22Auto merge of #138841 - matthiaskrgr:rollup-bfkls57, r=matthiaskrgrbors-9/+52
2025-03-22Auto merge of #138831 - matthiaskrgr:rollup-3t0dqiz, r=matthiaskrgrbors-0/+87
2025-03-22Rollup merge of #138822 - moxian:unlock, r=joshtriplettMatthias Krüger-5/+10
2025-03-22Rollup merge of #138765 - Berrysoft:cygwin-thread-name, r=joboetMatthias Krüger-2/+3
2025-03-22Rollup merge of #138294 - paulmenage:test-panic-unwind, r=bjorn3Matthias Krüger-2/+39
2025-03-22std: move process implementations to `sys`joboet-104/+90
2025-03-22Rollup merge of #138609 - Berrysoft:cygwin-stackoverflow, r=joboetMatthias Krüger-0/+87
2025-03-22Rollup merge of #138673 - taiki-e:trusty-fix, r=NoratriebMatthias Krüger-1/+1
2025-03-22Rollup merge of #138490 - tbu-:pr_arc_file_pos, r=NoratriebMatthias Krüger-0/+3
2025-03-22Use unit structs for stateless stdioThalia Archibald-12/+12
2025-03-22Implement exact reads for StdinRawThalia Archibald-28/+35
2025-03-22Implement optional methods for unsupported stdioThalia Archibald-1/+64
2025-03-21Revert "Stabilize file_lock"moxian-5/+10
2025-03-21Rollup merge of #138650 - thaliaarchi:io-write-fmt-known, r=ibraheemdevMatthias Krüger-35/+46
2025-03-21Rollup merge of #137357 - syvb:sv/log-docs, r=tgross35Matthias Krüger-0/+200
2025-03-21Fix Thread::set_name on cygwin王宇逸-2/+3
2025-03-19Document results of non-positive logarithmssyvb-0/+200
2025-03-19Rollup merge of #137051 - thaliaarchi:io-optional-impls/empty, r=m-ou-seMatthias Krüger-11/+216
2025-03-19Rollup merge of #135394 - clarfonthey:uninit-slices-part-2, r=tgross35Matthias Krüger-2/+1
2025-03-19Auto merge of #138693 - matthiaskrgr:rollup-ejq8mwp, r=matthiaskrgrbors-24/+17
2025-03-19Allow spawning threads after TLS destruction.Mara Bos-9/+14
2025-03-19Auto merge of #138653 - matthiaskrgr:rollup-fwwqmr7, r=matthiaskrgrbors-10/+49
2025-03-19Rollup merge of #136177 - hkBst:patch-24, r=ibraheemdevMatthias Krüger-24/+17
2025-03-18Windows: fix FileType PartialEq implementationChris Denton-18/+15