about summary refs log tree commit diff
path: root/src/libstd/sys/unix/fast_thread_local.rs
AgeCommit message (Expand)AuthorLines
2019-08-06redox: convert to target_family unixJeremy Soller-1/+1
2019-05-15Revert "ensure fast thread local lookups occur once per access on macos"tyler-17/+0
2019-05-15ensure fast thread local lookups occur once per access on macostyler-0/+17
2019-05-15remove dead code: requires_move_before_droptyler-4/+0
2019-02-28libstd => 2018Taiki Endo-5/+4
2019-01-15OSX: fix #57534 registering thread dtors while running thread dtorstyler-17/+44
2018-12-25Remove licensesMark Rousskov-10/+0
2018-07-30Add targets for HermitCore (https://hermitcore.org) to the Rust compiler and ...Colin Finck-1/+1
2018-07-11Use fast TLS on FuchsiaTaylor Cramer-6/+1
2017-06-23rustc: Enable #[thread_local] for WindowsAlex Crichton-104/+7
2017-05-20migrate everything to using mem::needs_dropAlexis Beingessner-3/+3
2017-03-12Update usages of 'OSX' (and other old names) to 'macOS'.Corey Farwell-4/+4
2016-12-18Implement `fmt::Debug` for all structures in libstd.Corey Farwell-0/+7
2016-11-01std: Move elf TLS to sys::fast_thread_localBrian Anderson-0/+167