about summary refs log tree commit diff
path: root/src/libstd/rt
AgeCommit message (Expand)AuthorLines
2013-07-02A missing ! made it so that the testcase schedule_home_states was throwing sp...toddaaro-1/+1
2013-07-01removed unnecessary import that slipped in during mergetoddaaro-1/+0
2013-07-01merging task/coroutine refactoring back into upstreamtoddaaro-19/+18
2013-07-01Refactored the runtime to view coroutines as a component of tasks, instead of...toddaaro-542/+362
2013-06-26std::rt: Some cleanupBrian Anderson-20/+18
2013-06-24extra: Make test runner compatible with newschedBrian Anderson-7/+14
2013-06-24std::rt: deny(unused_unsafe)Brian Anderson-4/+5
2013-06-24std: Make unlinking and task notification work with newschedBrian Anderson-0/+25
2013-06-24std: Make box annihilator work with newschedBrian Anderson-14/+71
2013-06-24std: Move dynamic borrowck code from unstable::lang to rt::borrowckBrian Anderson-0/+286
2013-06-24std: Rewrite vec_reserve_shared_actual in RustBrian Anderson-0/+9
2013-06-21std: Make console log off/on controls work with newschedBrian Anderson-4/+16
2013-06-21std::rt: Support os::argsBrian Anderson-7/+144
2013-06-20std: Port SharedChan to newschedBrian Anderson-0/+12
2013-06-20Merge remote-tracking branch 'brson/io' into io-upstreamBrian Anderson-788/+3024
2013-06-20std::rt: WhitespaceBrian Anderson-2/+2
2013-06-20Merge remote-tracking branch 'brson/io-wip' into ioBrian Anderson-21/+55
2013-06-19std::rt: Update GC metadata in initBrian Anderson-0/+5
2013-06-19Modified a match in resume_task_from_queue that was returning an int that was...toddaaro-17/+17
2013-06-19std::rt: Document and cleanup the run functionBrian Anderson-10/+30
2013-06-19std::rt: Correct the numbers of default coresBrian Anderson-6/+1
2013-06-19std::rt: Set the process exit codeBrian Anderson-5/+19
2013-06-18std::rt: Work around a dynamic borrowck bugBrian Anderson-3/+2
2013-06-18std::rt: Improve the rtabort! macroBrian Anderson-4/+64
2013-06-18replace #[inline(always)] with #[inline]. r=burningtree.Graydon Hoare-1/+1
2013-06-18std::rt: Turn on multithreaded schedulingBrian Anderson-16/+76
2013-06-17std: Rename `abort!` to `rtabort!` to match other macrosBrian Anderson-21/+21
2013-06-17std::rt: move abort function to util moduleBrian Anderson-0/+4
2013-06-17std::rt: Check exchange count on exitBrian Anderson-6/+37
2013-06-17std::rt: Add util mod and num_cpus functionBrian Anderson-5/+27
2013-06-16std::rt: Reduce the delay on a timer test. SlowBrian Anderson-2/+2
2013-06-16Merge remote-tracking branch 'brson/io'Brian Anderson-764/+2788
2013-06-15Merge remote-tracking branch 'brson/io-wip' into ioBrian Anderson-86/+778
2013-06-15rm vec::uniq_lenDaniel Micay-1/+2
2013-06-15std::rt: Tasks contain a JoinLatchBrian Anderson-32/+56
2013-06-15Merge remote-tracking branch 'toddaaro/io' into ioBrian Anderson-81/+793
2013-06-14redesigned the pinning to pin deal with things on dequeue, not on enqueuetoddaaro-201/+392
2013-06-13std::rt: Tasks must have an unwinder. SimplerBrian Anderson-41/+10
2013-06-13std::rt: Change the Task constructors to reflect a treeBrian Anderson-25/+73
2013-06-13std::rt: Add JoinLatchBrian Anderson-4/+665
2013-06-13automated whitespace fixesDaniel Micay-4/+0
2013-06-13Remove unused importsSteven Stewart-Gallus-2/+0
2013-06-12added functionality to tell schedulers to refuse to run tasks that are not pi...toddaaro-18/+60
2013-06-12std::rt: Remove old filesBrian Anderson-902/+0
2013-06-12A basic implementation of pinning tasks to schedulers. No IO interactions hav...toddaaro-42/+496
2013-06-12std: unify the str -> [u8] functions as 3 methods: .as_bytes() and .as_bytes_...Huon Wilson-2/+2
2013-06-10std::rt: Work around a dynamic borrowck bugBrian Anderson-3/+2
2013-06-10debugged a compiler ICE when merging local::borrow changes into the main io b...toddaaro-13/+38
2013-06-10Tag a bunch of destructors that need mutable self with FIXME for #4330. Close...Ben Blum-1/+1
2013-06-10Replace str::raw::buf_as_slice with c_str_to_static_slice. Close #3843.Ben Blum-15/+1