about summary refs log tree commit diff
path: root/src/libstd/rt/thread.rs
AgeCommit message (Expand)AuthorLines
2014-01-25Uppercase numeric constantsChris Wong-2/+2
2014-01-22Replace C types with Rust types in libstd, closes #7313Florian Hahn-1/+1
2014-01-06Revert "std: adjust requested stack size for thread-local storage."Huon Wilson-19/+1
2014-01-04std: adjust requested stack size for thread-local storage.Huon Wilson-1/+19
2013-12-25Test fixes and rebase conflictsAlex Crichton-4/+0
2013-12-24std: Update std::rt::thread to specify stack sizesAlex Crichton-8/+16
2013-12-24green: Rip the bandaid off, introduce libgreenAlex Crichton-0/+6
2013-12-24std: Introduce an unstable::stack moduleAlex Crichton-2/+2
2013-12-16Test fallout from std::comm rewriteAlex Crichton-5/+9
2013-12-16Fallout of rewriting std::commAlex Crichton-78/+109
2013-11-27Improve the rt::thread moduleAlex Crichton-58/+145
2013-11-24std: Fix transmute error on win64klutzy-1/+1
2013-11-18libstd: Change all `~fn()`s to `proc`s in the standard library.Patrick Walton-4/+4
2013-11-11Remove #[fixed_stack_segment] and #[rust_stack]Alex Crichton-7/+0
2013-11-10Register new snapshotsAlex Crichton-10/+2
2013-11-05Move implementation for threads to RustDirkjan Bussink-30/+97
2013-10-28Register new snapshotsAlex Crichton-4/+3
2013-10-23Making fields in std and extra : private #4386reedlepee-3/+3
2013-10-19Use __morestack to detect stack overflowAlex Crichton-11/+32
2013-09-16switch Drop to `&mut self`Daniel Micay-1/+1
2013-08-19Add externfn macro and correctly label fixed_stack_segmentsNiko Matsakis-0/+6
2013-08-02librustc: Disallow "unsafe" for external functionsPatrick Walton-3/+3
2013-07-30std::rt: Change Thread interface to require an explicit joinBrian Anderson-4/+15
2013-06-25Change finalize -> drop.Luqman Aden-1/+1
2013-06-01Remove all uses of `pub impl`. rs=stylePatrick Walton-2/+2
2013-05-22libstd: Rename libcore to libstd and libstd to libextra; update makefiles.Patrick Walton-0/+44