about summary refs log tree commit diff
path: root/src/libstd/sys/windows/thread_local.rs
AgeCommit message (Expand)AuthorLines
2015-03-26Mass rename uint/int to usize/isizeAlex Crichton-5/+5
2015-03-24Test fixes and rebase conflicts, round 2Alex Crichton-2/+6
2015-03-20Revert "Revert "std: Re-enable at_exit()""Alex Crichton-3/+9
2015-02-23Test fixes and rebase conflictsAlex Crichton-1/+0
2015-02-23Fix windows failure (fixup #22538)Manish Goregaokar-1/+2
2015-02-23Use boxed functions instead of transmuteStepan Koltsov-2/+2
2015-02-04Fix for misspelled comments.Joseph Crail-1/+1
2015-02-02rollup merge of #21830: japaric/for-cleanupAlex Crichton-1/+1
2015-02-02`for x in xs.iter()` -> `for x in &xs`Jorge Aparicio-1/+1
2015-02-01std: Add a new `env` moduleAlex Crichton-0/+1
2015-01-30Remove all `i` suffixesTobias Bucher-1/+1
2015-01-29`for x in range(a, b)` -> `for x in a..b`Jorge Aparicio-1/+1
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