about summary refs log tree commit diff
path: root/src/libstd/thread/scoped_tls.rs
AgeCommit message (Expand)AuthorLines
2016-05-30std: Clean out old unstable + deprecated APIsAlex Crichton-298/+0
2016-02-29std: Stabilize APIs for the 1.8 releaseAlex Crichton-0/+9
2016-01-11Replace no_elf_tls with target_thread_localAmanieu d'Antras-38/+3
2015-11-18Add missing annotations and some testsVadim Petrochenkov-2/+7
2015-09-03Use `null()`/`null_mut()` instead of `0 as *const T`/`0 as *mut T`Vadim Petrochenkov-1/+2
2015-08-15std: Add issues to all unstable featuresAlex Crichton-3/+5
2015-08-12Fallout in libs -- misc missing bounds uncovered by WF checks.Niko Matsakis-1/+1
2015-08-11Register new snapshotsAlex Crichton-8/+0
2015-08-03syntax: Implement #![no_core]Alex Crichton-0/+3
2015-07-29std: Remove the curious inner moduleAlex Crichton-11/+11
2015-07-27Show appropriate feature flags in docsSteve Klabnik-3/+6
2015-07-01Add netbsd amd64 supportAlex Newman-0/+3
2015-06-01std: Fix unsoundness of std::thread::ScopedKeyAlex Crichton-32/+47
2015-05-28std: Add an option to disable ELF based TLSAlex Crichton-3/+21
2015-05-27Use `const fn` to abstract away the contents of UnsafeCell & friends.Eduard Burtescu-65/+26
2015-05-11docs: Link from tls macros to relevant docsUlrik Sverdrup-0/+2
2015-04-28Register new snapshotsTamir Duberstein-2/+1
2015-04-13pluralize doc comment verbs and add missing periodsAndrew Paseltiner-2/+2
2015-04-12std: Work around a stability bug in threadAlex Crichton-0/+320