about summary refs log tree commit diff
path: root/src/libstd/task/mod.rs
AgeCommit message (Expand)AuthorLines
2013-10-30Prepared `std::sys` for removal, and made `begin_unwind` simplerMarvin Löbel-16/+32
2013-10-28Make some more rt components publicAlex Crichton-2/+2
2013-10-28auto merge of #10095 : huonw/rust/master, r=cmrbors-2/+2
2013-10-28Allow fail messages to be caught, and introduce the Any traitMarvin Löbel-40/+125
2013-10-27Make the documentation for std::task::spawn_sched render correctly.Huon Wilson-2/+2
2013-10-24Implement a basic event loop built on LittleLockAlex Crichton-42/+42
2013-10-23Removed Unnecessary comments and white spaces #4386reedlepee-11/+8
2013-10-23Making fields in std and extra : private #4386reedlepee-12/+15
2013-10-22Drop the '2' suffix from logging macrosAlex Crichton-27/+27
2013-10-18Made `std::task::TaskBuilder::future_result()` easier to useMarvin Löbel-31/+26
2013-10-07Fix merge fallout of privacy changesAlex Crichton-1/+1
2013-10-07Fix existing privacy/visibility violationsAlex Crichton-1/+1
2013-10-05Implemented `IntoSendStr` on `SendStr` to allow naming aMarvin Löbel-0/+15
2013-10-05Make a task name use a `SendStr`, allowing for eitherMarvin Löbel-4/+20
2013-10-01auto merge of #9576 : FlaPer87/rust/issue/9125, r=alexcrichtonbors-19/+29
2013-10-01Update std::task::mod docstringFlavio Percoco-19/+29
2013-09-30std: Remove usage of fmt!Alex Crichton-27/+27
2013-09-25std::rt: Implement task yielding. Fix a starvation problemBrian Anderson-4/+1
2013-09-25rustdoc: Change all code-blocks with a scriptAlex Crichton-5/+5
2013-08-27Consolidate local_data implementations, and cleanupAlex Crichton-1/+0
2013-08-27librustc: Ensure that type parameters are in the right positions in paths.Patrick Walton-6/+6
2013-08-27Trailing spaceFlaper Fesp-1/+1
2013-08-27Rebased and replaced yield with descheduleFlaper Fesp-1/+1
2013-08-27Decrement unkillable counter before failingFlaper Fesp-2/+2
2013-08-27Don't make the runtime exit on illegal callsFlaper Fesp-15/+33
2013-08-27Testing rekillable fails when called from outside an unkillable blockFlaper Fesp-1/+17
2013-08-27Make rekillable consistent with unkillableFlaper Fesp-16/+27
2013-08-22Enabled unit tests in std and extra.Vadim Chugunov-23/+19
2013-08-21std/extra: changing XXX to FIXME; cleanupTim Chevalier-1/+1
2013-08-19Add externfn macro and correctly label fixed_stack_segmentsNiko Matsakis-9/+6
2013-08-18auto merge of #8560 : kballard/rust/reserve-yield, r=pcwaltonbors-15/+15
2013-08-16Reserve 'yield' keywordKevin Ballard-15/+15
2013-08-16doc: correct spelling in documentation.Huon Wilson-3/+3
2013-08-12Clean up transitionary glue in task/spawn.rs. Don't hold kill-little-lock for...Ben Blum-1/+0
2013-08-09Remove the C++ runtime. SayonaraBrian Anderson-80/+30
2013-08-09std: Fix perf of local allocations in newschedBrian Anderson-7/+8
2013-08-07Disable linked failure testsBrian Anderson-0/+19
2013-08-07std: Allow spawners to specify stack sizeBrian Anderson-4/+8
2013-08-05Updated std::Option, std::Either and std::ResultMarvin Löbel-1/+1
2013-08-02librustc: Disallow "unsafe" for external functionsPatrick Walton-6/+6
2013-08-02Fix embarrassing bug where 'unkillable' would unwind improperly when it recei...Ben Blum-0/+41
2013-08-02std: Implement SingleThreaded spawn mode for newschedBrian Anderson-5/+18
2013-08-01modified local to include an implementation for try_unsafe_borrow::<Task> so ...toddaaro-6/+6
2013-08-01Have linked failure tests run on the new scheduler instead of requiring RUST_...Ben Blum-79/+152
2013-08-01std: Change `Times` trait to use `do` instead of `for`blake2-ppc-9/+9
2013-07-31Move atomically to unstable::sync, and document what it actually does. Close ...Ben Blum-53/+0
2013-07-31Give tasks useful names. #2891Ben Blum-2/+57
2013-07-31auto merge of #8139 : brson/rust/rm-old-task-apis, r=pcwaltonbors-95/+0
2013-07-30std: Remove foreign_stack_size spawn option. Irrelevant to future FFI changesBrian Anderson-9/+0
2013-07-30std: Remove get_task function. UnusedBrian Anderson-15/+0