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
/
libstd
/
io
/
pipe.rs
Age
Commit message (
Expand
)
Author
Lines
2015-01-26
std: Rename io to old_io
Alex Crichton
-139
/
+0
2015-01-02
rollup merge of #20273: alexcrichton/second-pass-comm
Alex Crichton
-3
/
+3
2015-01-02
std: Stabilize the prelude module
Alex Crichton
-3
/
+6
2015-01-02
Fallout - change array syntax to use `;`
Nick Cameron
-1
/
+1
2014-12-29
std: Second pass stabilization for `comm`
Alex Crichton
-3
/
+3
2014-12-29
std: Stabilize the prelude module
Alex Crichton
-3
/
+6
2014-12-14
Mostly rote conversion of `proc()` to `move||` (and occasionally `Thunk::new`)
Niko Matsakis
-1
/
+1
2014-11-21
sys: reveal std::io representation to sys module
Aaron Turon
-2
/
+2
2014-11-20
Disable dubious pipe test
Aaron Turon
-1
/
+1
2014-11-17
Fix fallout from coercion removal
Nick Cameron
-2
/
+2
2014-11-08
Runtime removal: refactor pipes and networking
Aaron Turon
-32
/
+26
2014-10-28
Update code with new lint names
Aaron Turon
-1
/
+1
2014-10-13
Clean up rustc warnings.
NODA, Kai
-1
/
+0
2014-10-01
Remove iotest macro
Aaron Turon
-2
/
+6
2014-08-16
librustc: Forbid external crates, imports, and/or items from being
Patrick Walton
-1
/
+0
2014-07-13
Stabilization for `owned` (now `boxed`) and `cell`
Aaron Turon
-1
/
+1
2014-06-18
Deprecate the bytes!() macro.
Simon Sapin
-1
/
+1
2014-06-16
std: Improve pipe() functionality
Alex Crichton
-3
/
+42
2014-06-15
Register new snapshots
Alex Crichton
-2
/
+2
2014-06-06
std: Deal with fallout of rtio changes
Alex Crichton
-4
/
+8
2014-05-06
librustc: Remove `~EXPR`, `~TYPE`, and `~PAT` from the language, except
Patrick Walton
-2
/
+3
2014-04-14
Use new attribute syntax in python files in src/etc too (#13478)
Manish Goregaokar
-1
/
+1
2014-04-04
Fix fallout from std::libc separation
Corey Richardson
-3
/
+6
2014-03-31
std: Switch field privacy as necessary
Alex Crichton
-1
/
+1
2014-03-28
Convert most code to new inner attribute syntax.
Brian Anderson
-1
/
+1
2014-03-27
Fix fallout of removing default bounds
Alex Crichton
-2
/
+2
2014-03-25
libstd: Document the following modules:
Patrick Walton
-0
/
+2
2014-03-13
std: Rename Chan/Port types and constructor
Alex Crichton
-3
/
+3
2014-02-28
std: Improve some I/O documentation
Alex Crichton
-0
/
+3
2014-02-05
Implement clone() for TCP/UDP/Unix sockets
Alex Crichton
-0
/
+6
2014-02-03
std: Fixing all documentation
Alex Crichton
-9
/
+7
2014-02-03
std: Fix tests with io_error usage
Alex Crichton
-2
/
+2
2014-02-03
std: Remove io::io_error
Alex Crichton
-22
/
+4
2014-01-29
Removing do keyword from libstd and librustc
Scott Lawrence
-2
/
+2
2014-01-09
Remove eof() from io::Reader
Alex Crichton
-2
/
+0
2014-01-06
Don't read forever on a file descriptor
Alex Crichton
-0
/
+22
2013-12-24
std: Expose that LocalIo may not always be available
Alex Crichton
-12
/
+6
2013-12-10
librustuv: Change `with_local_io` to use RAII.
Patrick Walton
-9
/
+8
2013-11-26
libstd: Remove all non-`proc` uses of `do` from libstd
Patrick Walton
-2
/
+2
2013-11-11
Move std::rt::io to std::io
Alex Crichton
-0
/
+89