summary refs log tree commit diff
path: root/src/libstd/sys/unix/fast_thread_local.rs
AgeCommit message (Expand)AuthorLines
2019-12-21Require issue = "none" over issue = "0" in unstable attributesRoss MacArthur-1/+1
2019-12-12Remove irelevant comment on `register_dtor`chansuke-2/+0
2019-11-29Format libstd/sys with rustfmtDavid Tolnay-16/+24
2019-11-19HermitCore support is moved to sys/hermit, remove obsolete statement in sys/unixStefan Lankes-1/+1
2019-10-16Upgrade Emscripten targets to use upstream LLVM backendThomas Lively-1/+2
2019-10-05Revert "Auto merge of #63649 - tlively:emscripten-upstream-upgrade, r=alexcri...Tyler Mandry-2/+1
2019-10-04Upgrade Emscripten targets to use upstream LLVM backendThomas Lively-1/+2
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