index
:
rust
this commit
auto
automation/bors/try
automation/bors/try-merge
beta
cargo_update
lcnr/rustc-dev-guide
master
perf-tmp
stable
try
try-perf
https://github.com/rust-lang/rust
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
libcore
/
rt
/
mod.rs
Age
Commit message (
Expand
)
Author
Lines
2013-05-13
Remove re-exports from libcore/core.rc
Alex Crichton
-0
/
+1
2013-05-07
rt: Remove rust_call_nullary_fn
Brian Anderson
-6
/
+19
2013-05-04
Register snapshots
Brian Anderson
-21
/
+0
2013-04-23
core::rt: Add more I/O docs
Brian Anderson
-0
/
+2
2013-04-23
core::rt: Tasks to not require an unwinder
Brian Anderson
-20
/
+0
2013-04-21
core::rt: Add the local heap to newsched tasks
Brian Anderson
-0
/
+1
2013-04-21
core::rt: Add LocalServices for thread-local language services
Brian Anderson
-1
/
+2
2013-04-20
core::rt: Remove redundant copy of run_in_newsched_task
Brian Anderson
-21
/
+0
2013-04-20
core::rt: Add a test mod and put run_in_newsched_task there
Brian Anderson
-0
/
+4
2013-04-19
core: More tweaks to the thread-local scheduler interface
Brian Anderson
-7
/
+7
2013-04-19
core: Wire up `spawn` to the new scheduler
Brian Anderson
-0
/
+21
2013-04-19
core: Add rt::context for figuring out what runtime services are available
Brian Anderson
-0
/
+72
2013-04-15
core::rt: Move thread-local scheduler to its own module
Brian Anderson
-0
/
+1
2013-03-30
Correct type signature for start lang item.
Luqman Aden
-0
/
+20
2013-03-26
core: Make sure every module at least has a one-line description
Brian Anderson
-0
/
+2
2013-03-18
core: Initialize global state lazily in the Scheduler ctor
Brian Anderson
-10
/
+0
2013-03-18
Add a way to run the test suite with the new scheduler
Brian Anderson
-0
/
+31
2013-03-18
core: Refactor uv bindings
Brian Anderson
-0
/
+1
2013-03-18
core: Add rt::io and start sketching the API
Brian Anderson
-0
/
+2
2013-03-18
core: Rename rt::io to rt::rtio
Brian Anderson
-1
/
+1
2013-03-18
core: Don't use printf in rtdebug!
Brian Anderson
-10
/
+4
2013-03-18
Give core::rt and std::net their own uvll bindings
Brian Anderson
-0
/
+1
2013-03-16
rt: Add RUST_DEBUG_MEM to rust_env to avoid races
Brian Anderson
-0
/
+1
2013-03-12
core: Turn off rtdebug logging
Brian Anderson
-2
/
+3
2013-03-11
core: Add context switching for ARM and MIPS
Brian Anderson
-5
/
+0
2013-03-11
core: Add rt mod and add the new scheduler code
Brian Anderson
-0
/
+51