about summary refs log tree commit diff
path: root/src/libstd/thread_local
AgeCommit message (Expand)AuthorLines
2014-12-26Require types to opt-in SyncFlavio Percoco-1/+9
2014-12-23Fix some spelling errors.Huon Wilson-1/+1
2014-12-22Fix fallout from changes. In cases where stage0 compiler is needed, weNiko Matsakis-1/+23
2014-12-18Revise std::thread API to join by defaultAaron Turon-4/+5
2014-12-18Avoid .take().unwrap() with FnOnce closuresAlex Crichton-4/+2
2014-12-18Fallout from new thread APIAaron Turon-3/+3
2014-12-18libs: merge librustrt into libstdAaron Turon-1/+1
2014-12-18librustc: Always parse `macro!()`/`macro![]` as expressions if notPatrick Walton-25/+25
2014-12-15Remove internal uses of `marker::NoCopy`Jorge Aparicio-5/+0
2014-12-14Mostly rote conversion of `proc()` to `move||` (and occasionally `Thunk::new`)Niko Matsakis-6/+6
2014-12-13libstd: use unboxed closuresJorge Aparicio-3/+9
2014-12-05Utilize fewer reexportsCorey Farwell-3/+3
2014-11-23std: Add a new top-level thread_local moduleAlex Crichton-0/+895