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_common
/
mod.rs
Age
Commit message (
Expand
)
Author
Lines
2025-08-20
Move WTF-8 code from std to core/alloc
ltdk
-1
/
+0
2025-08-09
Avoid abbreviating "numerator" as "numer", to allow catching typo "numer" els...
Josh Triplett
-7
/
+6
2025-07-11
docs: clarify “dag” in std::sys_common doc comment
Colten
-1
/
+1
2025-04-28
std: get rid of `sys_common::process`
joboet
-1
/
+0
2025-03-08
Move fs into sys
Thalia Archibald
-1
/
+0
2025-02-07
std: get rid of `sys_common::io`
joboet
-1
/
+0
2025-02-02
std: move network code into `sys`
joboet
-14
/
+0
2024-10-01
std: replace `LazyBox` with `OnceBox`
joboet
-1
/
+0
2024-09-29
Hook up std::net to wasi-libc on wasm32-wasip2 target
Nicola Krumschmidt
-1
/
+2
2024-08-22
fix: fs::remove_dir_all: treat ENOENT as success
binarycat
-0
/
+8
2024-06-24
Auto merge of #126523 - joboet:the_great_big_tls_refactor, r=Mark-Simulacrum
bors
-9
/
+0
2024-06-16
std: move `sys_common::backtrace` to `sys`
joboet
-1
/
+0
2024-06-15
std: refactor the TLS implementation
joboet
-9
/
+0
2024-05-02
std: move thread parking to `sys::sync`
joboet
-1
/
+0
2024-04-11
std: remove `sys_common::thread`
joboet
-1
/
+0
2024-03-31
std: move `thread::current` TLS variable out of `thread_info`
joboet
-1
/
+0
2024-03-12
std: move `Once` implementations to `sys`
joboet
-1
/
+0
2024-02-20
Delete architecture-specific memchr code in std::sys
Arthur Carcano
-1
/
+0
2024-02-07
Update tests
r0cky
-0
/
+2
2023-12-02
std: Invert logic for inclusion of `sys_common::net`
Alex Crichton
-8
/
+8
2023-09-22
Fixes from PR
Ayush Singh
-1
/
+0
2023-09-22
Add Minimal Std implementation for UEFI
Ayush Singh
-0
/
+2
2023-08-22
libstd: add xous to libstd
Sean Cross
-0
/
+1
2023-02-24
add support of RustyHermit's BSD socket layer
Stefan Lankes
-1
/
+0
2022-12-29
std: unify id-based thread parking implementations
joboet
-1
/
+1
2022-12-28
Rollup merge of #104402 - joboet:sync_remutex, r=m-ou-se
Matthias Krüger
-1
/
+0
2022-12-01
Auto merge of #104160 - Ayush1325:windows-args, r=m-ou-se
bors
-0
/
+1
2022-11-28
Extract WStrUnits to sys_common::wstr
Ayush Singh
-0
/
+1
2022-11-14
std: move `ReentrantMutex` to `sync`
joboet
-1
/
+0
2022-11-06
std: remove lock wrappers in `sys_common`
joboet
-3
/
+0
2022-10-13
Auto merge of #102655 - joboet:windows_tls_opt, r=ChrisDenton
bors
-1
/
+8
2022-10-08
std: optimize TLS on Windows
joboet
-1
/
+8
2022-10-07
std: use futex in `Once`
joboet
-0
/
+1
2022-06-03
Lazily allocate+initialize locks.
Mara Bos
-0
/
+1
2021-11-10
Use `target_family = "wasm"`
Alex Crichton
-2
/
+1
2021-11-10
std: Get the standard library compiling for wasm64
Alex Crichton
-0
/
+1
2021-09-16
Merge sys_common::rt into rt
bjorn3
-2
/
+0
2021-07-03
Move `os_str_bytes` to `sys::unix` and reuse it on other platforms.
Christiaan Dirkx
-4
/
+0
2021-06-21
Merge `sys_common::bytestring` into `os_str_bytes`
Christiaan Dirkx
-1
/
+0
2021-05-20
Rollup merge of #85275 - CDirkx:memchr, r=m-ou-se
Guillaume Gomez
-0
/
+1
2021-05-19
Replace `sys_common::util::dumb_print` with `rterr!`
Christiaan Dirkx
-1
/
+0
2021-05-14
Move `std::memchr` to `sys_common`
Christiaan Dirkx
-0
/
+1
2021-04-25
Auto merge of #84115 - CDirkx:rt, r=m-ou-se
bors
-53
/
+2
2021-04-22
Rework `at_exit` to `cleanup`
Christiaan Dirkx
-53
/
+2
2021-04-22
Move `sys_common::poison` to `sync::poison`
Christiaan Dirkx
-1
/
+0
2021-04-14
Update documentation
Christiaan Dirkx
-3
/
+5
2021-04-14
Move `std::sys_common::alloc` to `std::sys::common`
Christiaan Dirkx
-1
/
+0
2020-11-22
Drop support for cloudabi targets
Lzu Tao
-2
/
+1
2020-09-27
Move thread parker to sys_common.
Mara Bos
-0
/
+1
2020-08-31
std: move "mod tests/benches" to separate files
Lzu Tao
-5
/
+3
[next]