summary refs log tree commit diff
path: root/src/libcore/rt/sched.rs
AgeCommit message (Expand)AuthorLines
2013-03-29librustc: Remove `fail_unless!`Patrick Walton-18/+18
2013-03-25Merge remote-tracking branch 'brson/rt'Brian Anderson-20/+19
2013-03-22librustc: Remove the `const` declaration form everywherePatrick Walton-3/+3
2013-03-22libsyntax: Stop parsing `pure` and `static`Patrick Walton-1/+1
2013-03-22librustc: Remove all uses of `static` from functions. rs=destaticPatrick Walton-6/+6
2013-03-19libcore: Make a couple of constructors public. rs=testfixingPatrick Walton-2/+2
2013-03-18librustc: Convert all uses of old lifetime notation to new lifetime notation....Patrick Walton-4/+4
2013-03-18core: Initialize global state lazily in the Scheduler ctorBrian Anderson-0/+7
2013-03-18core: Rename rt::io to rt::rtioBrian Anderson-1/+1
2013-03-18core: Convert some multiline statements to single-lineBrian Anderson-8/+6
2013-03-18core: Cleanup rt::contextBrian Anderson-8/+2
2013-03-11core: Add rt mod and add the new scheduler codeBrian Anderson-0/+564