rust/src/libstd/thread
bors ce132752c6 Auto merge of #30267 - alexcrichton:tls-init-oh-my, r=nikomatsakis
Due to #30228 it's not currently sound to do `*ptr = Some(value)`, so instead
use `mem::replace` which fixes the soundness hole for now.
2015-12-10 18:11:32 +00:00
..
local.rs std: Use mem::replace in TLS initialization 2015-12-08 12:23:22 -08:00
mod.rs std: Rename thread::catch_panic to panic::recover 2015-12-09 07:19:17 -08:00
scoped_tls.rs Add missing annotations and some tests 2015-11-18 01:24:21 +03:00