about summary refs log tree commit diff
path: root/library/std/src/sys
AgeCommit message (Expand)AuthorLines
2025-03-29Rollup merge of #139081 - joboet:errno_dedup, r=NoratriebMatthias Krüger-0/+8
2025-03-29Rollup merge of #138832 - ChrisDenton:with_native_path, r=joboetMatthias Krüger-107/+173
2025-03-29Start using with_native_path in std::sys::fsChris Denton-107/+173
2025-03-29std: make `cmath` functions safejoboet-59/+59
2025-03-29Rollup merge of #138988 - madsmtm:internal-weak-macro-syntax, r=ibraheemdevMatthias Krüger-80/+144
2025-03-29Rollup merge of #138757 - rust-wasi-web:wasi-thread-stack-size, r=alexcrichtonMatthias Krüger-2/+2
2025-03-28std: deduplicate `errno` accessesjoboet-0/+8
2025-03-27Trusty: Implement write_vectored for stdioThalia Archibald-38/+49
2025-03-27std: get rid of pre-Vista fallback codejoboet-22/+6
2025-03-26Change the syntax of the internal `weak!` macroMads Marquart-80/+144
2025-03-25Fix typo in error messageThalia Archibald-1/+1
2025-03-26#[allow(dead_code)]наб-3/+5
2025-03-25Rollup merge of #138875 - thaliaarchi:trusty-build, r=randomPoison,saethlinJacob Pratt-2/+0
2025-03-25Fix UWP reparse point checkChris Denton-1/+1
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-2/+0
2025-03-23Rollup merge of #138671 - ChrisDenton:filetype, r=joshtriplettJacob Pratt-18/+15
2025-03-23Rollup merge of #138667 - Ayush1325:uefi-mkdir, r=joboetMichael Goulet-4/+30
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-133/+101
2025-03-22Auto merge of #138841 - matthiaskrgr:rollup-bfkls57, r=matthiaskrgrbors-2/+3
2025-03-22Auto merge of #138831 - matthiaskrgr:rollup-3t0dqiz, r=matthiaskrgrbors-0/+87
2025-03-22Rollup merge of #138765 - Berrysoft:cygwin-thread-name, r=joboetMatthias Krüger-2/+3
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-22Use unit structs for stateless stdioThalia Archibald-12/+12
2025-03-22Implement optional methods for unsupported stdioThalia Archibald-1/+64
2025-03-21Fix Thread::set_name on cygwin王宇逸-2/+3
2025-03-20wasm: increase default thread stack size to 1 MBSebastian Urban-2/+2
2025-03-19Auto merge of #138653 - matthiaskrgr:rollup-fwwqmr7, r=matthiaskrgrbors-6/+18
2025-03-18fix pthread-based tls on apple targetsAndrei Damian-0/+1
2025-03-18Windows: fix FileType PartialEq implementationChris Denton-18/+15
2025-03-19Fix build failure on TrustyTaiki Endo-1/+1
2025-03-18Add stack overflow handler for cygwinBerrysoft-0/+87
2025-03-18std: uefi: fs: Implement mkdirAyush Singh-4/+30
2025-03-18Rollup merge of #138301 - thaliaarchi:io-optional-methods/hermit, r=tgross35Matthias Krüger-6/+18
2025-03-18Auto merge of #135368 - Ayush1325:uefi-fs-2, r=jhpratt,nicholasbishopbors-5/+138
2025-03-18uefi: fs: Implement existsAyush Singh-5/+138
2025-03-17Implement read_buf for HermitThalia Archibald-6/+18
2025-03-17Rollup merge of #137793 - NobodyXu:stablise-annoymous-pipe, r=joshtriplettJacob Pratt-207/+68
2025-03-17Rollup merge of #137621 - Berrysoft:cygwin-std, r=joboetJacob Pratt-11/+65
2025-03-16Rollup merge of #138573 - Noratrieb:no-unsound-bad-bonk-bonk, r=workingjubileeJacob Pratt-2/+2
2025-03-16make `_Unwind_Action` a type alias, not enumNoratrieb-2/+2
2025-03-17uefi: Add OwnedEvent abstractionAyush Singh-38/+58
2025-03-14Auto merge of #137424 - Ayush1325:uefi-path-node, r=nicholasbishop,cuviperbors-0/+179