about summary refs log tree commit diff
path: root/library/std/src/sys/pal
AgeCommit message (Expand)AuthorLines
2025-04-21Move zkVM constants into `sys::env_consts`Thalia Archibald-9/+0
2025-04-21Move `sys::pal::os::Env` into `sys::env`Thalia Archibald-1183/+23
2025-04-21Rollup merge of #139795 - jethrogb:jb/sgx-linkage-comments, r=joboetChris Denton-5/+10
2025-04-19Rollup merge of #139868 - thaliaarchi:move-env-consts-pal, r=joboetChris Denton-400/+0
2025-04-18Combine env consts into std::sys::env_constsThalia Archibald-402/+0
2025-04-18Sort Unix env constants alphabetically by target_osThalia Archibald-98/+100
2025-04-17Rollup merge of #139667 - 1c3t3a:remove-no-sanitize, r=m-ou-seMatthias Krüger-17/+0
2025-04-15Rollup merge of #139822 - 0x79de:fix-eopnotsupp-mapping, r=dtolnayStuart Cook-0/+1
2025-04-15Rollup merge of #139750 - no1wudi:fix, r=tgross35Stuart Cook-6/+11
2025-04-14Fix: Map EOPNOTSUPP to ErrorKind::Unsupported on Unix0x79de-0/+1
2025-04-14Clarify why SGX code specifies linkage/symbol names for certain staticsJethro Beekman-5/+10
2025-04-13std/thread: Use default stack size from menuconfig for NuttXHuang Qi-6/+11
2025-04-13Rollup merge of #139710 - thaliaarchi:move-args-pal, r=joboetChris Denton-1315/+6
2025-04-12https://github.com/rust-lang/rust/pull/139717#issuecomment-2799036117 🥴наб-2/+2
2025-04-12Rollup merge of #139382 - ChrisDenton:windows-bindgen-0-61, r=Mark-SimulacrumChris Denton-27/+284
2025-04-12Use unsupported args for espidf and vitaThalia Archibald-0/+2
2025-04-12Move args into std::sysThalia Archibald-1315/+4
2025-04-11cfi: Remove #[no_sanitize(cfi)] for extern weak functionsBastian Kersting-17/+0
2025-04-05Rollup merge of #139092 - thaliaarchi:move-fd-pal, r=joboetMatthias Krüger-1293/+14
2025-04-04Fix unsafe_op_in_unsafe_fn for Unix fd and weakThalia Archibald-7/+12
2025-04-04Move fd into sysThalia Archibald-1286/+2
2025-04-04Update windows-bindgen to 0.61.0Chris Denton-27/+284
2025-04-02Remove creation of duplicate AnonPipeJake Wharton-1/+0
2025-04-01std: use the address of `errno` to identify threads in `unique_thread_exit`joboet-1/+1
2025-03-29Rollup merge of #139081 - joboet:errno_dedup, r=NoratriebMatthias Krüger-0/+8
2025-03-29Rollup merge of #138988 - madsmtm:internal-weak-macro-syntax, r=ibraheemdevMatthias Krüger-50/+108
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-27std: get rid of pre-Vista fallback codejoboet-22/+6
2025-03-26Change the syntax of the internal `weak!` macroMads Marquart-50/+108
2025-03-26#[allow(dead_code)]наб-3/+5
2025-03-23Trusty: Fix build for anonymous pipes and std::sys::processThalia Archibald-2/+0
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-5307/+12
2025-03-22Auto merge of #138841 - matthiaskrgr:rollup-bfkls57, r=matthiaskrgrbors-2/+3
2025-03-22std: move process implementations to `sys`joboet-5307/+12
2025-03-22Rollup merge of #138609 - Berrysoft:cygwin-stackoverflow, r=joboetMatthias Krüger-0/+87
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-1/+16
2025-03-18Add stack overflow handler for cygwinBerrysoft-0/+87
2025-03-18Rollup merge of #138301 - thaliaarchi:io-optional-methods/hermit, r=tgross35Matthias Krüger-1/+16
2025-03-18Auto merge of #135368 - Ayush1325:uefi-fs-2, r=jhpratt,nicholasbishopbors-3/+0
2025-03-18uefi: fs: Implement existsAyush Singh-3/+0
2025-03-17Implement read_buf for HermitThalia Archibald-1/+16
2025-03-17Rollup merge of #137793 - NobodyXu:stablise-annoymous-pipe, r=joshtriplettJacob Pratt-0/+63
2025-03-17Rollup merge of #137621 - Berrysoft:cygwin-std, r=joboetJacob Pratt-4/+31
2025-03-17uefi: Add OwnedEvent abstractionAyush Singh-38/+58
2025-03-14Auto merge of #137424 - Ayush1325:uefi-path-node, r=nicholasbishop,cuviperbors-0/+179
2025-03-13Remove usage of legacy scheme paths on RedoxOSbjorn3-3/+6