rust/library/std/src
Ayush Singh ffa9019134
Move __thread_local_inner to sys
Move __thread_local_inner macro in crate:🧵:local to crate::sys.
Currently, the tidy check does not fail for `library/std/src/thread/local.rs` even though it contains platform specific code. This is beacause target_family did not exist at the time the tidy checks were written [1].

[1]: https://github.com/rust-lang/rust/pull/105861#discussion_r1125841678

Signed-off-by: Ayush Singh <ayushsingh1325@gmail.com>
2023-03-10 17:35:24 +05:30
..
backtrace
collections
env
error
f32
f64
ffi
fs Move rename_directory from ui-fulldeps to std 2023-02-21 18:33:19 +00:00
io
net Auto merge of #106673 - flba-eb:add_qnx_nto_stdlib, r=workingjubilee 2023-03-02 02:41:42 +00:00
num
os Auto merge of #89518 - a1phyr:unix_file_vectored_at, r=workingjubilee 2023-03-04 05:26:35 +00:00
panic
path
personality
prelude
process
sync Auto merge of #107329 - joboet:optimize_lazylock, r=m-ou-se 2023-02-18 09:29:21 +00:00
sys Move __thread_local_inner to sys 2023-03-10 17:35:24 +05:30
sys_common Match unmatched backticks in library/ 2023-03-03 03:03:29 +01:00
thread Move __thread_local_inner to sys 2023-03-10 17:35:24 +05:30
time
alloc.rs
ascii.rs
backtrace.rs
env.rs
error.rs
f32.rs Auto merge of #95317 - Jules-Bertholet:round_ties_to_even, r=pnkfelix,m-ou-se,scottmcm 2023-03-07 09:43:12 +00:00
f64.rs Auto merge of #95317 - Jules-Bertholet:round_ties_to_even, r=pnkfelix,m-ou-se,scottmcm 2023-03-07 09:43:12 +00:00
fs.rs Suggest simpler fs helper methods in File::{open,create} 2023-02-15 18:58:38 +00:00
keyword_docs.rs use UpperCamelCase 2023-02-20 23:44:21 +01:00
lib.rs Auto merge of #95317 - Jules-Bertholet:round_ties_to_even, r=pnkfelix,m-ou-se,scottmcm 2023-03-07 09:43:12 +00:00
macros.rs
num.rs
panic.rs
panicking.rs Explain the default panic hook better 2023-02-20 23:37:19 +00:00
path.rs
personality.rs
primitive_docs.rs Clarify that Copy is a trait in array docs 2023-02-27 15:16:39 +00:00
process.rs Match unmatched backticks in library/ 2023-03-03 03:03:29 +01:00
rt.rs
time.rs std: time: Avoid to use "was created" in elapsed() description 2023-02-22 14:40:43 -08:00