summary refs log tree commit diff
path: root/src/libcore/rt/mod.rs
AgeCommit message (Expand)AuthorLines
2013-03-30Correct type signature for start lang item.Luqman Aden-0/+20
2013-03-26core: Make sure every module at least has a one-line descriptionBrian Anderson-0/+2
2013-03-18core: Initialize global state lazily in the Scheduler ctorBrian Anderson-10/+0
2013-03-18Add a way to run the test suite with the new schedulerBrian Anderson-0/+31
2013-03-18core: Refactor uv bindingsBrian Anderson-0/+1
2013-03-18core: Add rt::io and start sketching the APIBrian Anderson-0/+2
2013-03-18core: Rename rt::io to rt::rtioBrian Anderson-1/+1
2013-03-18core: Don't use printf in rtdebug!Brian Anderson-10/+4
2013-03-18Give core::rt and std::net their own uvll bindingsBrian Anderson-0/+1
2013-03-16rt: Add RUST_DEBUG_MEM to rust_env to avoid racesBrian Anderson-0/+1
2013-03-12core: Turn off rtdebug loggingBrian Anderson-2/+3
2013-03-11core: Add context switching for ARM and MIPSBrian Anderson-5/+0
2013-03-11core: Add rt mod and add the new scheduler codeBrian Anderson-0/+51