about summary refs log tree commit diff
path: root/src/libcore/rt/mod.rs
AgeCommit message (Expand)AuthorLines
2013-05-13Remove re-exports from libcore/core.rcAlex Crichton-0/+1
2013-05-07rt: Remove rust_call_nullary_fnBrian Anderson-6/+19
2013-05-04Register snapshotsBrian Anderson-21/+0
2013-04-23core::rt: Add more I/O docsBrian Anderson-0/+2
2013-04-23core::rt: Tasks to not require an unwinderBrian Anderson-20/+0
2013-04-21core::rt: Add the local heap to newsched tasksBrian Anderson-0/+1
2013-04-21core::rt: Add LocalServices for thread-local language servicesBrian Anderson-1/+2
2013-04-20core::rt: Remove redundant copy of run_in_newsched_taskBrian Anderson-21/+0
2013-04-20core::rt: Add a test mod and put run_in_newsched_task thereBrian Anderson-0/+4
2013-04-19core: More tweaks to the thread-local scheduler interfaceBrian Anderson-7/+7
2013-04-19core: Wire up `spawn` to the new schedulerBrian Anderson-0/+21
2013-04-19core: Add rt::context for figuring out what runtime services are availableBrian Anderson-0/+72
2013-04-15core::rt: Move thread-local scheduler to its own moduleBrian Anderson-0/+1
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