about summary refs log tree commit diff
path: root/library/std/src/sys/common
AgeCommit message (Expand)AuthorLines
2024-01-11std: begin moving platform support modules into `pal`joboet-862/+0
2024-01-07Update test for `E0796` and `static_mut_ref` lintObei Sideg-0/+4
2023-10-28Remove asmjs from libraryJubilee Young-1/+0
2023-10-22use visibility to check unused imports and delete some stmtsbohan-0/+1
2023-09-22Add Minimal Std implementation for UEFIAyush Singh-1/+1
2023-09-01fix(std): Rename os_str_bytes to encoded_bytesEd Page-3/+3
2023-08-14add a csky-unknown-linux-gnuabiv2 targetDirreke-0/+1
2023-07-24remove additional [allow(unused_unsafe)]James Dietz-9/+0
2023-07-24delete [allow(...)] from issue #74838James Dietz-4/+0
2023-07-18support for mips32r6 as a target_arch valuechenx97-0/+1
2023-07-18support for mips64r6 as a target_arch valuechenx97-0/+1
2023-06-04Avoid unwind across `extern "C"` in `thread_local::fast_local.rs`Thom Chiovoloni-11/+32
2023-05-13refactor: Remove redundant, private OsStr::bytesEd Page-3/+3
2023-05-05Rollup merge of #110946 - RalfJung:tls-realstd, r=m-ou-seYuki Okushi-1/+6
2023-05-02Rollup merge of #110895 - Ayush1325:thread-local-fix, r=thomccDylan DPC-1/+1
2023-04-28handle cfg(bootstrap)Pietro Albini-3/+3
2023-04-28avoid duplicating TLS state between test std and realstdRalf Jung-1/+6
2023-04-27Remove all in target_thread_local cfgAyush Singh-1/+1
2023-04-26Restructure and rename thread local things in std.Mara Bos-305/+274
2023-04-11Rollup merge of #96971 - zhaixiaojuan:master, r=wesleywiserMichael Goulet-0/+1
2023-04-04library/std: Add support for loongarch64zhaixiaojuan-0/+1
2023-03-31Workaround #109797 on windows-gnuJohn Kåre Alsaker-1/+3
2023-03-29Use #[inline] on Windows for thread local accessJohn Kåre Alsaker-48/+4
2023-03-10Moved thread_local implementation to sys::commonAyush Singh-315/+717
2023-03-10Split __thread_local_inner macroAyush Singh-0/+316
2023-01-21library/std/sys_common: Define MIN_ALIGN for m68k-unknown-linux-gnuJohn Paul Adrian Glaubitz-0/+1
2022-11-26Remove redundant `all` in cfgChris Denton-6/+6
2022-10-03Reduce CString allocations in std as much as possibleAlex Saveau-0/+128
2022-03-16resolve the conflict in compiler/rustc_session/src/parse.rscodehorseman-1/+1
2022-01-13Set the allocation MIN_ALIGN for espidf to 4.Scott Mabin-2/+8
2021-11-10std: Get the standard library compiling for wasm64Alex Crichton-1/+2
2021-08-10STD support for the ESP-IDF frameworkivmarkov-1/+2
2021-04-14Update documentationChristiaan Dirkx-2/+12
2021-04-14Move `std::sys_common::alloc` to `std::sys::common`Christiaan Dirkx-0/+49