summary refs log tree commit diff
path: root/src/libstd/thread/scoped_tls.rs
AgeCommit message (Expand)AuthorLines
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