index
:
rust
this commit
auto
automation/bors/try
automation/bors/try-merge
beta
cargo_update
lcnr/rustc-dev-guide
master
perf-tmp
stable
try
try-perf
https://github.com/rust-lang/rust
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
library
/
std
/
src
/
sys
/
mod.rs
Age
Commit message (
Expand
)
Author
Lines
2025-09-10
std: move `thread` into `sys`
joboet
-0
/
+1
2025-09-05
Add __isOSVersionAtLeast and __isPlatformVersionAtLeast symbols
Mads Marquart
-0
/
+1
2025-08-16
tidy now installs typos-cli as-needed via cargo
binarycat
-1
/
+1
2025-08-05
Dynamically enable LSE for aarch64 rust provided intrinsics
Paul Murphy
-0
/
+5
2025-04-21
Move `sys::pal::os::Env` into `sys::env`
Thalia Archibald
-0
/
+1
2025-04-18
Combine env consts into std::sys::env_consts
Thalia Archibald
-0
/
+1
2025-04-12
Move args into std::sys
Thalia Archibald
-0
/
+1
2025-04-04
Move fd into sys
Thalia Archibald
-0
/
+1
2025-03-22
std: move process implementations to `sys`
joboet
-0
/
+1
2025-03-09
std: move stdio to `sys`
joboet
-0
/
+1
2025-03-08
Move fs into sys
Thalia Archibald
-0
/
+1
2025-02-07
std: move `io` module out of `pal`
joboet
-0
/
+1
2025-02-02
std: move network code into `sys`
joboet
-0
/
+1
2024-09-25
Revert Break into the debugger on panic (129019)
Chris Denton
-1
/
+0
2024-09-23
std: implement the `random` feature
joboet
-0
/
+1
2024-09-05
Break into the debugger (if attached) on panics (Windows, macOS, Linux, FreeBSD)
kromych
-0
/
+1
2024-08-27
std: move allocators to `sys`
joboet
-0
/
+1
2024-07-30
Cleanup sys module to match house style
Chris Denton
-1
/
+0
2024-07-23
Initial implementation of anonymous_pipe
Jiahao XU
-0
/
+2
2024-07-14
std: deny(unsafe_op_in_unsafe_fn) but allow sites
Jubilee Young
-0
/
+2
2024-07-07
Move/change declaration of `mod exit_guard;`
zachs18
-1
/
+1
2024-07-05
Move exit guard from sys::common::exit_guard to sys::exit_guard.
Zachary S
-0
/
+1
2024-06-16
std: move `sys_common::backtrace` to `sys`
joboet
-0
/
+1
2024-05-24
std: clean up the TLS implementation
joboet
-2
/
+0
2024-03-12
std: move `Once` implementations to `sys`
joboet
-1
/
+1
2024-02-28
std: move thread local implementation to `sys`
joboet
-0
/
+3
2024-02-16
std: move locks to `sys` on µITRON
joboet
-0
/
+1
2024-02-08
std: move path into `sys`
joboet
-0
/
+1
2024-01-22
std: move cmath into `sys`
joboet
-1
/
+3
2024-01-15
std: move OS String implementation into `sys`
joboet
-0
/
+1
2024-01-13
std: move personality implementation out of PAL
joboet
-0
/
+2
2024-01-11
std: begin moving platform support modules into `pal`
joboet
-124
/
+8
2023-12-07
add teeos std impl
袁浩
-0
/
+3
2023-09-22
Use RawOsError for UEFI
Ayush Singh
-0
/
+1
2023-09-22
Add Minimal Std implementation for UEFI
Ayush Singh
-0
/
+3
2023-09-19
Auto merge of #104101 - betrusted-io:xous-libstd-initial, r=bjorn3
bors
-0
/
+3
2023-09-03
Move RawOsError defination to sys
Ayush Singh
-0
/
+2
2023-08-22
libstd: add xous to libstd
Sean Cross
-0
/
+3
2023-07-10
Auto merge of #108796 - devsnek:personality-pal-exception, r=workingjubilee
bors
-0
/
+1
2023-07-09
move personality to sys
Gus Caplan
-0
/
+1
2023-07-09
move pal cfgs in f32 and f64 to sys
Gus Caplan
-0
/
+49
2023-05-09
Don't force include Windows goop when documenting
Chris Denton
-25
/
+0
2023-03-17
review
Gus Caplan
-2
/
+2
2023-03-17
move default backtrace setting to sys
Gus Caplan
-0
/
+9
2022-10-03
Reduce CString allocations in std as much as possible
Alex Saveau
-1
/
+1
2021-11-10
Use `target_family = "wasm"`
Alex Crichton
-1
/
+1
2021-11-10
std: Get the standard library compiling for wasm64
Alex Crichton
-1
/
+1
2021-09-28
Add SOLID targets
Tomoaki Kawada
-0
/
+3
2021-05-03
Allow documenting on `hermit`
Christiaan Dirkx
-1
/
+0
2021-05-03
Move `std::sys::wasi::ext` to `std::os::wasi`
Christiaan Dirkx
-17
/
+0
[next]