about summary refs log tree commit diff
path: root/library/std/src/sys_common/mod.rs
AgeCommit message (Expand)AuthorLines
2023-02-24add support of RustyHermit's BSD socket layerStefan Lankes-1/+0
2022-12-29std: unify id-based thread parking implementationsjoboet-1/+1
2022-12-28Rollup merge of #104402 - joboet:sync_remutex, r=m-ou-seMatthias Krüger-1/+0
2022-12-01Auto merge of #104160 - Ayush1325:windows-args, r=m-ou-sebors-0/+1
2022-11-28Extract WStrUnits to sys_common::wstrAyush Singh-0/+1
2022-11-14std: move `ReentrantMutex` to `sync`joboet-1/+0
2022-11-06std: remove lock wrappers in `sys_common`joboet-3/+0
2022-10-13Auto merge of #102655 - joboet:windows_tls_opt, r=ChrisDentonbors-1/+8
2022-10-08std: optimize TLS on Windowsjoboet-1/+8
2022-10-07std: use futex in `Once`joboet-0/+1
2022-06-03Lazily allocate+initialize locks.Mara Bos-0/+1
2021-11-10Use `target_family = "wasm"`Alex Crichton-2/+1
2021-11-10std: Get the standard library compiling for wasm64Alex Crichton-0/+1
2021-09-16Merge sys_common::rt into rtbjorn3-2/+0
2021-07-03Move `os_str_bytes` to `sys::unix` and reuse it on other platforms.Christiaan Dirkx-4/+0
2021-06-21Merge `sys_common::bytestring` into `os_str_bytes`Christiaan Dirkx-1/+0
2021-05-20Rollup merge of #85275 - CDirkx:memchr, r=m-ou-seGuillaume Gomez-0/+1
2021-05-19Replace `sys_common::util::dumb_print` with `rterr!`Christiaan Dirkx-1/+0
2021-05-14Move `std::memchr` to `sys_common`Christiaan Dirkx-0/+1
2021-04-25Auto merge of #84115 - CDirkx:rt, r=m-ou-sebors-53/+2
2021-04-22Rework `at_exit` to `cleanup`Christiaan Dirkx-53/+2
2021-04-22Move `sys_common::poison` to `sync::poison`Christiaan Dirkx-1/+0
2021-04-14Update documentationChristiaan Dirkx-3/+5
2021-04-14Move `std::sys_common::alloc` to `std::sys::common`Christiaan Dirkx-1/+0
2020-11-22Drop support for cloudabi targetsLzu Tao-2/+1
2020-09-27Move thread parker to sys_common.Mara Bos-0/+1
2020-08-31std: move "mod tests/benches" to separate filesLzu Tao-5/+3
2020-07-27mv std libs to library/mark-0/+148