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
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
2021-05-03
Move `std::sys::unix::ext` to `std::os::unix`
Christiaan Dirkx
-16
/
+0
2021-05-03
Move `std::sys::windows::ext` to `std::os::windows`
Christiaan Dirkx
-10
/
+3
2021-05-03
Cleanup `std::os`
Christiaan Dirkx
-35
/
+23
2021-04-19
Move `sys::vxworks` code to `sys::unix`
Christiaan Dirkx
-4
/
+1
2021-04-14
Move `std::sys_common::alloc` to `std::sys::common`
Christiaan Dirkx
-0
/
+2
2021-03-22
Rollup merge of #82686 - CDirkx:unix-platform, r=m-ou-se
Dylan DPC
-2
/
+0
2021-03-02
Move `std::sys::unix::platform` to `std::sys::unix::ext`
Christiaan Dirkx
-2
/
+0
2021-03-01
Add missing stability attributes in libstd
Guillaume Gomez
-1
/
+2
2021-02-23
Enable API documentation for `std::os::wasi`.
Dan Gohman
-4
/
+26
2020-11-22
Drop support for cloudabi targets
Lzu Tao
-9
/
+4
2020-10-11
add hermit to the list of omit OS
Stefan Lankes
-0
/
+1
2020-07-27
mv std libs to library/
mark
-0
/
+112