summary refs log tree commit diff
path: root/src/libstd/thread/local.rs
AgeCommit message (Expand)AuthorLines
2016-06-22upgrade thread_local! invocation syntaxAlex Burka-4/+38
2016-04-25libstd: fix typos in thread::LocalKey docsRyman-2/+2
2016-02-04Stop using unsafe code in TLS macro expansion (fixes #30756)Manish Goregaokar-23/+27
2016-01-29std: Ignore dtors_in_dtors_in_dtors on OSXAlex Crichton-0/+25
2015-12-21std: Use cfg(target_thread_local) in thread_local!Alex Crichton-76/+44
2015-12-08std: Use mem::replace in TLS initializationAlex Crichton-1/+16
2015-10-30don't use drop_in_place as an intrinsicAlexis Beingessner-1/+1
2015-08-15std: Add issues to all unstable featuresAlex Crichton-5/+9
2015-08-12Fallout in libs -- misc missing bounds uncovered by WF checks.Niko Matsakis-1/+1
2015-08-11Register new snapshotsAlex Crichton-6/+0
2015-08-04syntax: Don't assume `std` exists for testsAlex Crichton-0/+1
2015-08-03syntax: Implement #![no_core]Alex Crichton-0/+2
2015-07-29std: Remove the curious inner moduleAlex Crichton-8/+8
2015-07-23Rewrite the improper_ctypes lint.Eli Friedman-2/+2
2015-07-12std: Fix a TLS destructor bug on OSXAlex Crichton-2/+19
2015-06-18Fix libstd testsAlex Crichton-2/+1
2015-06-17More test fixes and fallout of stability changesAlex Crichton-2/+1
2015-06-17std: Split the `std_misc` featureAlex Crichton-2/+2
2015-06-11Conver reborrows to .iter() calls where appropriateJoshua Landau-1/+1
2015-05-28std: Add an option to disable ELF based TLSAlex Crichton-24/+54
2015-05-27Use `const fn` to abstract away the contents of UnsafeCell & friends.Eduard Burtescu-159/+87
2015-05-11docs: Link from tls macros to relevant docsUlrik Sverdrup-0/+2
2015-05-09Squeeze the last bits of `task`s in documentation in favor of `thread`Barosl Lee-1/+1
2015-04-28Auto merge of #24777 - alexcrichton:musl, r=brsonbors-0/+1
2015-04-27std: Clean up some annotations in thread::localAlex Crichton-20/+4
2015-04-27std: Prepare for linking to muslAlex Crichton-0/+1
2015-04-15std: Fix thread_local! in non-PIE binariesAlex Crichton-1/+1
2015-04-13pluralize doc comment verbs and add missing periodsAndrew Paseltiner-1/+1
2015-04-07std: Reorganize thread::local a bitAlex Crichton-11/+11
2015-04-01Fallout in public-facing and semi-public-facing libsNiko Matsakis-1/+1
2015-03-31std: Clean out #[deprecated] APIsAlex Crichton-6/+0
2015-03-25Bug fixesNick Cameron-0/+1
2015-03-23rollup merge of #23601: nikomatsakis/by-value-indexAlex Crichton-1/+1
2015-03-23rollup merge of #23579: Ms2ger/thread_local-unsafeAlex Crichton-5/+3
2015-03-23Implement RFC 909: move thread_local into threadAaron Turon-0/+735