about summary refs log tree commit diff
path: root/library/std/src/sys/mod.rs
AgeCommit message (Expand)AuthorLines
2025-09-10std: move `thread` into `sys`joboet-0/+1
2025-09-05Add __isOSVersionAtLeast and __isPlatformVersionAtLeast symbolsMads Marquart-0/+1
2025-08-16tidy now installs typos-cli as-needed via cargobinarycat-1/+1
2025-08-05Dynamically enable LSE for aarch64 rust provided intrinsicsPaul Murphy-0/+5
2025-04-21Move `sys::pal::os::Env` into `sys::env`Thalia Archibald-0/+1
2025-04-18Combine env consts into std::sys::env_constsThalia Archibald-0/+1
2025-04-12Move args into std::sysThalia Archibald-0/+1
2025-04-04Move fd into sysThalia Archibald-0/+1
2025-03-22std: move process implementations to `sys`joboet-0/+1
2025-03-09std: move stdio to `sys`joboet-0/+1
2025-03-08Move fs into sysThalia Archibald-0/+1
2025-02-07std: move `io` module out of `pal`joboet-0/+1
2025-02-02std: move network code into `sys`joboet-0/+1
2024-09-25Revert Break into the debugger on panic (129019)Chris Denton-1/+0
2024-09-23std: implement the `random` featurejoboet-0/+1
2024-09-05Break into the debugger (if attached) on panics (Windows, macOS, Linux, FreeBSD)kromych-0/+1
2024-08-27std: move allocators to `sys`joboet-0/+1
2024-07-30Cleanup sys module to match house styleChris Denton-1/+0
2024-07-23Initial implementation of anonymous_pipeJiahao XU-0/+2
2024-07-14std: deny(unsafe_op_in_unsafe_fn) but allow sitesJubilee Young-0/+2
2024-07-07Move/change declaration of `mod exit_guard;`zachs18-1/+1
2024-07-05Move exit guard from sys::common::exit_guard to sys::exit_guard.Zachary S-0/+1
2024-06-16std: move `sys_common::backtrace` to `sys`joboet-0/+1
2024-05-24std: clean up the TLS implementationjoboet-2/+0
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