about summary refs log tree commit diff
path: root/library/std/src/sys/common/mod.rs
AgeCommit message (Collapse)AuthorLines
2024-01-11std: begin moving platform support modules into `pal`joboet-19/+0
2023-10-22use visibility to check unused imports and delete some stmtsbohan-0/+1
2023-03-10Split __thread_local_inner macroAyush Singh-0/+1
Split the __thread_local_inner macro to make it more readable. Also move everything to crate::sys::common::thread_local. Signed-off-by: Ayush Singh <ayushsingh1325@gmail.com>
2022-10-03Reduce CString allocations in std as much as possibleAlex Saveau-0/+4
Signed-off-by: Alex Saveau <saveau.alexandre@gmail.com>
2021-04-14Update documentationChristiaan Dirkx-0/+12
2021-04-14Move `std::sys_common::alloc` to `std::sys::common`Christiaan Dirkx-0/+1