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
/
io
/
net
Age
Commit message (
Expand
)
Author
Lines
2013-05-22
libstd: Rename libcore to libstd and libstd to libextra; update makefiles.
Patrick Walton
-492
/
+0
2013-05-20
core::rt: Convert unsafe_borrow_io to a Local impl
Brian Anderson
-4
/
+7
2013-05-20
core::rt: Remove local_sched module
Brian Anderson
-1
/
+1
2013-05-19
Use assert_eq! rather than assert! where possible
Corey Richardson
-1
/
+1
2013-05-15
core::rt: Unignore a fixed TCP test
Brian Anderson
-1
/
+1
2013-05-15
core::rt: Fix TCP test on mac
Brian Anderson
-1
/
+2
2013-05-15
core::rt: Warnings
Brian Anderson
-1
/
+1
2013-05-15
core::rt: `read` raises `read_error`
Brian Anderson
-2
/
+2
2013-05-15
core::rt: Error handling for TcpStream.read
Brian Anderson
-7
/
+82
2013-05-14
core::rt: Ignore tcp test multiple_connect_interleaved_lazy_schedule
Brian Anderson
-1
/
+1
2013-05-14
core::rt: Register stacks with valgrind. #6428
Brian Anderson
-1
/
+1
2013-05-14
core::rt: Make TCP servers work
Brian Anderson
-3
/
+83
2013-05-14
Tidy
Brian Anderson
-3
/
+3
2013-05-14
core::rt: Just a small fix to TcpStream
Brian Anderson
-0
/
+26
2013-05-14
core::rt: Fix the finalizer on UvTcpStream and UvTcpListener
Brian Anderson
-13
/
+0
2013-05-14
core::rt: Use unsafe pointers instead of transmuted regions
Brian Anderson
-2
/
+2
2013-05-13
core::rt: Clean up the interface to rtio
Brian Anderson
-11
/
+12
2013-05-13
core::rt: Begin implementing TcpStream
Brian Anderson
-24
/
+140
2013-05-13
core::rt: Remove Close trait
Brian Anderson
-12
/
+0
2013-05-03
add gitattributes and fix whitespace issues
Daniel Micay
-3
/
+0
2013-04-24
core: Warning police
Brian Anderson
-5
/
+0
2013-04-22
core::rt: Move the definition of Listener to rt::io
Brian Anderson
-31
/
+0
2013-04-22
core::rt: Make I/O constructors return Option instead of Result
Brian Anderson
-6
/
+6
2013-04-20
core::rt: Listener constructors are called and return a
Brian Anderson
-3
/
+30
2013-04-19
wip
Brian Anderson
-1
/
+1
2013-04-19
core::rt: Rename Closeable to Close, Seekable to Seek, blocking to native
Brian Anderson
-3
/
+3
2013-04-19
Tidy
Brian Anderson
-1
/
+1
2013-04-19
core::rt: Declare large parts of the I/O API
Brian Anderson
-0
/
+227