about summary refs log tree commit diff
path: root/src/libcore/rt
AgeCommit message (Expand)AuthorLines
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-1/+1941
2013-03-18core: Cleanup rt::contextBrian Anderson-17/+35
2013-03-16rt: Add RUST_DEBUG_MEM to rust_env to avoid racesBrian Anderson-0/+48
2013-03-15Fix an android compilation failILyoan-0/+1
2013-03-13test: Fix tests. rs=testsPatrick Walton-2/+7
2013-03-13Revamp foreign code not to consider the Rust modes. This requiresNiko Matsakis-2/+2
2013-03-12core: Turn off rtdebug loggingBrian Anderson-2/+3
2013-03-11core: Add context switching for ARM and MIPSBrian Anderson-31/+63
2013-03-11core: Add rt mod and add the new scheduler codeBrian Anderson-0/+2441