summaryrefslogtreecommitdiff
path: root/library/std/src/sys/common
Commit message (Expand)AuthorAgeFilesLines
* Rollup merge of #110946 - RalfJung:tls-realstd, r=m-ou-seYuki Okushi2023-05-052-1/+6
|\
| * avoid duplicating TLS state between test std and realstdRalf Jung2023-04-282-1/+6
* | Rollup merge of #110895 - Ayush1325:thread-local-fix, r=thomccDylan DPC2023-05-021-1/+1
|\ \
| * | Remove all in target_thread_local cfgAyush Singh2023-04-271-1/+1
| |/
* | handle cfg(bootstrap)Pietro Albini2023-04-282-3/+3
|/
* Restructure and rename thread local things in std.Mara Bos2023-04-264-305/+274
* Rollup merge of #96971 - zhaixiaojuan:master, r=wesleywiserMichael Goulet2023-04-111-0/+1
|\
| * library/std: Add support for loongarch64zhaixiaojuan2023-04-041-0/+1
* | Workaround #109797 on windows-gnuJohn Kåre Alsaker2023-03-311-1/+3
* | Use #[inline] on Windows for thread local accessJohn Kåre Alsaker2023-03-292-48/+4
|/
* Moved thread_local implementation to sys::commonAyush Singh2023-03-105-315/+717
* Split __thread_local_inner macroAyush Singh2023-03-102-0/+316
* library/std/sys_common: Define MIN_ALIGN for m68k-unknown-linux-gnuJohn Paul Adrian Glaubitz2023-01-211-0/+1
* Remove redundant `all` in cfgChris Denton2022-11-261-6/+6
* Reduce CString allocations in std as much as possibleAlex Saveau2022-10-033-0/+128
* resolve the conflict in compiler/rustc_session/src/parse.rscodehorseman2022-03-161-1/+1
* Set the allocation MIN_ALIGN for espidf to 4.Scott Mabin2022-01-131-2/+8
* std: Get the standard library compiling for wasm64Alex Crichton2021-11-101-1/+2
* STD support for the ESP-IDF frameworkivmarkov2021-08-101-1/+2
* Update documentationChristiaan Dirkx2021-04-142-2/+12
* Move `std::sys_common::alloc` to `std::sys::common`Christiaan Dirkx2021-04-142-0/+49