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
/
uvio.rs
Age
Commit message (
Expand
)
Author
Lines
2013-05-13
Remove re-exports from libcore/core.rc
Alex Crichton
-1
/
+3
2013-05-12
librustc: Make `self` and `static` into keywords
Patrick Walton
-2
/
+2
2013-05-11
Warning police
Tim Chevalier
-5
/
+3
2013-05-04
Register snapshots
Brian Anderson
-16
/
+0
2013-04-24
core: Warning police
Brian Anderson
-2
/
+1
2013-04-23
Tidy
Brian Anderson
-1
/
+1
2013-04-23
Merge remote-tracking branch 'brson/io'
Brian Anderson
-62
/
+62
2013-04-23
core::rt: Tasks to not require an unwinder
Brian Anderson
-6
/
+6
2013-04-23
core, rustc: Warning police
Tim Chevalier
-1
/
+1
2013-04-22
core::rt: Fix a use after free in uv 'write'
Brian Anderson
-1
/
+4
2013-04-20
core: remove unused 'mut' variables
Alex Crichton
-1
/
+1
2013-04-20
core: Speed up a test case
Brian Anderson
-1
/
+1
2013-04-20
core::rt: Add `next_test_ip4` for generating test addresses
Brian Anderson
-4
/
+4
2013-04-20
core::rt: Fix a broken uvio test
Brian Anderson
-3
/
+20
2013-04-20
core::rt: Don't directly create scheduler types in I/O tests
Brian Anderson
-53
/
+34
2013-04-20
core::rt: Unignore some networking tests
Brian Anderson
-2
/
+0
2013-04-20
core::rt: Use generated port numbers in tests
Brian Anderson
-6
/
+7
2013-04-19
core: More tweaks to the thread-local scheduler interface
Brian Anderson
-32
/
+36
2013-04-19
core::rt: Declare large parts of the I/O API
Brian Anderson
-0
/
+1
2013-04-16
Merge remote-tracking branch 'brson/sched-cleanup'
Brian Anderson
-188
/
+174
2013-04-15
core::rt: Narrow down the unsafety of the thread-local scheduler
Brian Anderson
-24
/
+18
2013-04-15
core::rt: Restructure context switches to take ownership of the Scheduler
Brian Anderson
-17
/
+24
2013-04-15
core::rt: Make Scheduler::unsafe_local return a fabricated region pointer
Brian Anderson
-193
/
+178
2013-04-15
core::rt: Rename Scheduler::local to Scheduler::unsafe_local
Brian Anderson
-15
/
+15
2013-04-14
core::rt: Rename block_running_task_and_then to deschedul_...
Brian Anderson
-5
/
+5
2013-04-10
core: changes in response to #5656
Niko Matsakis
-0
/
+16
2013-03-29
librustc: Remove `fail_unless!`
Patrick Walton
-18
/
+18
2013-03-25
Merge remote-tracking branch 'brson/rt'
Brian Anderson
-11
/
+5
2013-03-22
librustc: Remove all uses of `static` from functions. rs=destatic
Patrick Walton
-3
/
+3
2013-03-18
librustc: Convert all uses of old lifetime notation to new lifetime notation....
Patrick Walton
-2
/
+2
2013-03-18
core: Rename rt::io to rt::rtio
Brian Anderson
-3
/
+1
2013-03-18
core: Convert some multiline statements to single-line
Brian Anderson
-8
/
+4
2013-03-11
core: Add rt mod and add the new scheduler code
Brian Anderson
-0
/
+475