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
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
libstd
/
io
/
comm_adapters.rs
Age
Commit message (
Expand
)
Author
Lines
2014-06-11
rustc: Remove ~[T] from the language
Alex Crichton
-4
/
+4
2014-06-09
auto merge of #14709 : alexcrichton/rust/collections, r=brson
bors
-1
/
+1
2014-06-08
core: Rename `container` mod to `collections`. Closes #12543
Brian Anderson
-1
/
+1
2014-06-09
Converted PortReader and ChanWriter to use Vec.
Raphael Speyer
-22
/
+23
2014-05-02
Replace most ~exprs with 'box'. #11779
Brian Anderson
-12
/
+12
2014-04-18
Replace all ~"" with "".to_owned()
Richo Healey
-0
/
+1
2014-04-14
Use new attribute syntax in python files in src/etc too (#13478)
Manish Goregaokar
-1
/
+1
2014-04-10
std: Make std::comm return types consistent
Alex Crichton
-7
/
+5
2014-03-31
std: Switch field privacy as necessary
Alex Crichton
-5
/
+5
2014-03-20
rename std::vec -> std::slice
Daniel Micay
-1
/
+1
2014-03-13
std: Rename Chan/Port types and constructor
Alex Crichton
-38
/
+39
2014-02-28
std: Improve some I/O documentation
Alex Crichton
-1
/
+3
2014-02-14
Fix all code examples
Alex Crichton
-4
/
+13
2014-02-14
extra: Capture stdout/stderr of tests by default
Alex Crichton
-0
/
+6
2014-02-03
std: Fix tests with io_error usage
Alex Crichton
-28
/
+17
2014-02-03
std: Remove io::io_error
Alex Crichton
-8
/
+9
2014-01-29
auto merge of #11893 : Armavica/rust/copyable-cloneable, r=huonw
bors
-1
/
+1
2014-01-29
Removing do keyword from libstd and librustc
Scott Lawrence
-3
/
+3
2014-01-28
Rename CopyableVector to CloneableVector
Virgile Andreani
-1
/
+1
2014-01-09
Remove eof() from io::Reader
Alex Crichton
-9
/
+0
2013-12-26
std: remove some test warnings
Erick Tryzelaar
-2
/
+1
2013-12-19
Get comm_adapters building again
Alex Crichton
-2
/
+2
2013-12-16
Fallout of rewriting std::comm
Alex Crichton
-35
/
+13
2013-12-15
std::vec: remove unnecessary count parameter on {bytes,
Huon Wilson
-1
/
+1
2013-12-10
Implement PortReader and ChanWriter
Raphael Speyer
-11
/
+172
2013-12-08
Remove dead codes
Kiet Tran
-4
/
+4
2013-11-11
Move std::rt::io to std::io
Alex Crichton
-0
/
+57