about summary refs log tree commit diff
path: root/library/std/src/sys/mod.rs
AgeCommit message (Expand)AuthorLines
2024-03-12std: move `Once` implementations to `sys`joboet-1/+1
2024-02-28std: move thread local implementation to `sys`joboet-0/+3
2024-02-16std: move locks to `sys` on µITRONjoboet-0/+1
2024-02-08std: move path into `sys`joboet-0/+1
2024-01-22std: move cmath into `sys`joboet-1/+3
2024-01-15std: move OS String implementation into `sys`joboet-0/+1
2024-01-13std: move personality implementation out of PALjoboet-0/+2
2024-01-11std: begin moving platform support modules into `pal`joboet-124/+8
2023-12-07add teeos std impl袁浩-0/+3
2023-09-22Use RawOsError for UEFIAyush Singh-0/+1
2023-09-22Add Minimal Std implementation for UEFIAyush Singh-0/+3
2023-09-19Auto merge of #104101 - betrusted-io:xous-libstd-initial, r=bjorn3bors-0/+3
2023-09-03Move RawOsError defination to sysAyush Singh-0/+2
2023-08-22libstd: add xous to libstdSean Cross-0/+3
2023-07-10Auto merge of #108796 - devsnek:personality-pal-exception, r=workingjubileebors-0/+1
2023-07-09move personality to sysGus Caplan-0/+1
2023-07-09move pal cfgs in f32 and f64 to sysGus Caplan-0/+49
2023-05-09Don't force include Windows goop when documentingChris Denton-25/+0
2023-03-17reviewGus Caplan-2/+2
2023-03-17move default backtrace setting to sysGus Caplan-0/+9
2022-10-03Reduce CString allocations in std as much as possibleAlex Saveau-1/+1
2021-11-10Use `target_family = "wasm"`Alex Crichton-1/+1
2021-11-10std: Get the standard library compiling for wasm64Alex Crichton-1/+1
2021-09-28Add SOLID targetsTomoaki Kawada-0/+3
2021-05-03Allow documenting on `hermit`Christiaan Dirkx-1/+0
2021-05-03Move `std::sys::wasi::ext` to `std::os::wasi`Christiaan Dirkx-17/+0
2021-05-03Move `std::sys::unix::ext` to `std::os::unix`Christiaan Dirkx-16/+0
2021-05-03Move `std::sys::windows::ext` to `std::os::windows`Christiaan Dirkx-10/+3
2021-05-03Cleanup `std::os`Christiaan Dirkx-35/+23
2021-04-19Move `sys::vxworks` code to `sys::unix`Christiaan Dirkx-4/+1
2021-04-14Move `std::sys_common::alloc` to `std::sys::common`Christiaan Dirkx-0/+2
2021-03-22Rollup merge of #82686 - CDirkx:unix-platform, r=m-ou-seDylan DPC-2/+0
2021-03-02Move `std::sys::unix::platform` to `std::sys::unix::ext`Christiaan Dirkx-2/+0
2021-03-01Add missing stability attributes in libstdGuillaume Gomez-1/+2
2021-02-23Enable API documentation for `std::os::wasi`.Dan Gohman-4/+26
2020-11-22Drop support for cloudabi targetsLzu Tao-9/+4
2020-10-11add hermit to the list of omit OSStefan Lankes-0/+1
2020-07-27mv std libs to library/mark-0/+112