about summary refs log tree commit diff
path: root/library/std/src/sys
AgeCommit message (Expand)AuthorLines
2024-01-24Rollup merge of #119616 - rylev:wasm32-wasi-preview2, r=petrochenkov,m-ou-seLeón Orell Valerian Liehr-123/+213
2024-01-24Finishing clone3 clean upAskar Safin-2/+1
2024-01-24This commit is part of clone3 clean up. Merge tests from tests/ui/command/com...Askar Safin-2/+18
2024-01-24This commit is part of clone3 clean up. As part of clean up we willAskar Safin-1/+12
2024-01-23Rollup merge of #120188 - devnexen:update_bsd_compiler_base_specs, r=wesleywiserLeón Orell Valerian Liehr-1/+4
2024-01-24Wrap `HeapAlloc` and never inline王宇逸-11/+13
2024-01-23Add the wasm32-wasi-preview2 targetRyan Levick-123/+213
2024-01-23Auto merge of #117958 - risc0:erik/target-triple, r=davidtwco,Mark-Simulacrumbors-5/+486
2024-01-22fixing build for the BSDDavid Carlier-1/+4
2024-01-22Rollup merge of #120109 - joboet:move_pal_cmath, r=ChrisDentonMatthias Krüger-26/+14
2024-01-22Rollup merge of #119664 - ChrisDenton:mingw-pty, r=thomccMatthias Krüger-14/+0
2024-01-22Auto merge of #120242 - matthiaskrgr:rollup-a93yj3i, r=matthiaskrgrbors-37/+44
2024-01-22zkvm: add partial std supportErik Kaneda-5/+486
2024-01-22Rollup merge of #117910 - madsmtm:msg-send-no-clashing, r=thomccMatthias Krüger-37/+44
2024-01-22Rollup merge of #119408 - betrusted-io:xous-fixes-add-network, r=Mark-SimulacrumMatthias Krüger-166/+1617
2024-01-22std: move cmath into `sys`joboet-26/+14
2024-01-22Fix msys2 tty detection for /dev/ptmxChris Denton-14/+0
2024-01-21Move `OsStr::slice_encoded_bytes` validation to platform modulesJan Verbeek-1/+49
2024-01-21Remove unused structr0cky-3/+0
2024-01-20Fixes from PRAyush Singh-36/+84
2024-01-20Use heap for stdout and stderrAyush Singh-9/+2
2024-01-20Improve UEFI stdioAyush Singh-20/+36
2024-01-15std: move OS String implementation into `sys`joboet-21/+13
2024-01-13Refactor uses of `objc_msgSend` to no longer have clashing definitionsMads Marquart-37/+44
2024-01-13xous: thread: mark thread_main() as divergentSean Cross-3/+7
2024-01-13std: xous: use constants for stdout and stderrSean Cross-3/+5
2024-01-13std: xous: mark stdio structs as `repr(C)`Sean Cross-2/+2
2024-01-13xous: net: initial commit of network supportSean Cross-1/+1364
2024-01-13std: move personality implementation out of PALjoboet-1/+2
2024-01-13std: xous: share allocator symbol in testsSean Cross-0/+8
2024-01-13std: xous: fix thread_local_key under testsSean Cross-38/+63
2024-01-13std: once: use queue implementation on XousSean Cross-2/+0
2024-01-13std: xous: rewrite rwlock to be more robustSean Cross-21/+23
2024-01-13std: xous: use blocking_scalars for mutex unlockSean Cross-13/+7
2024-01-13std: xous: rework condvar to fix soundness issuesSean Cross-61/+98
2024-01-13xous: std: thread_parking: fix deadlocksbunnie-22/+40
2024-01-12update paths in commentsjoboet-4/+4
2024-01-11std: fix module references on Windowsjoboet-5/+5
2024-01-11std: fix module references on UNIXjoboet-8/+8
2024-01-11std: fix module references on UEFIjoboet-2/+2
2024-01-11std: fix module reference on SGXjoboet-1/+1
2024-01-11std: fix module references on hermitjoboet-15/+13
2024-01-11std: begin moving platform support modules into `pal`joboet-124/+132
2024-01-09Rollup merge of #118241 - fortanix:raoul/gh-530-make_userspace_types_send, r=...Guillaume Gomez-0/+6
2024-01-09Rollup merge of #118748 - devnexen:fbsd_getrandom_simpl, r=Nilstrieb,dtolnayGuillaume Gomez-11/+1
2024-01-07Update test for `E0796` and `static_mut_ref` lintObei Sideg-0/+4
2023-12-30openbsd: available_parallelism: use the right APISebastien Marie-26/+6
2023-12-26Rollup merge of #119235 - Urgau:missing-feature-gate-sanitizer-cfi-cfgs, r=Ni...Michael Goulet-1/+1
2023-12-23Adjust the std library for sanitizer_cfi cfgs changesUrgau-1/+1
2023-12-17Use FileEndOfFileInfo, not FileAllocationInfoChris Denton-6/+8