about summary refs log tree commit diff
path: root/src/libstd/sys/windows/thread_local.rs
AgeCommit message (Expand)AuthorLines
2015-01-21Test fixes and rebase conflictsAlex Crichton-0/+1
2015-01-19Replace `0 as *const/mut T` with `ptr::null/null_mut()`we-2/+2
2015-01-06Fix misspelled comments.Joseph Crail-1/+1
2015-01-02std: Stabilize the prelude moduleAlex Crichton-1/+1
2014-12-18std: Lower abstractions for thread_local/at_exitAlex Crichton-20/+42
2014-12-18Revise std::thread API to join by defaultAaron Turon-5/+4
2014-12-18libs: merge librustrt into libstdAaron Turon-3/+3
2014-12-14Mostly rote conversion of `proc()` to `move||` (and occasionally `Thunk::new`)Niko Matsakis-1/+1
2014-11-23std: Add a new top-level thread_local moduleAlex Crichton-0/+238