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
/
test.rs
Age
Commit message (
Expand
)
Author
Lines
2013-05-22
libstd: Rename libcore to libstd and libstd to libextra; update makefiles.
Patrick Walton
-192
/
+0
2013-05-20
core::rt: Convert users of local_sched to Local trait
Brian Anderson
-13
/
+14
2013-05-20
core::rt: Store Task as a ~ pointer
Brian Anderson
-6
/
+6
2013-05-20
core:rt:: Rename LocalServices to Task
Brian Anderson
-19
/
+19
2013-05-17
core::rt: implement `oneshot` and `stream`.
Brian Anderson
-1
/
+32
2013-05-15
core::rt: Rename Task to Coroutine
Brian Anderson
-17
/
+17
2013-05-15
core::rt: Fix scheduling logic for enqueued tasks
Brian Anderson
-6
/
+6
2013-05-14
core::rt: Make TCP servers work
Brian Anderson
-0
/
+40
2013-05-13
core::rt Restructure some modules
Brian Anderson
-1
/
+1
2013-05-13
core::rt: Fix a warning about unnecessary mutable variable
Brian Anderson
-1
/
+1
2013-04-24
core: Warning police
Brian Anderson
-2
/
+0
2013-04-23
core::rt: Tasks to not require an unwinder
Brian Anderson
-12
/
+30
2013-04-22
core::rt: Add unwinding to newsched tasks
Brian Anderson
-0
/
+41
2013-04-20
core::rt: Improve docs for run_in_newsched_task testing function
Brian Anderson
-1
/
+2
2013-04-20
core::rt: Add `next_test_ip4` for generating test addresses
Brian Anderson
-0
/
+7
2013-04-20
core::rt: Don't directly create scheduler types in I/O tests
Brian Anderson
-0
/
+16
2013-04-20
core::rt: Use generated port numbers in tests
Brian Anderson
-0
/
+10
2013-04-20
core::rt: Add a test mod and put run_in_newsched_task there
Brian Anderson
-0
/
+29