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
/
util.rs
Age
Commit message (
Expand
)
Author
Lines
2014-06-11
rustc: Remove ~[T] from the language
Alex Crichton
-7
/
+7
2014-06-02
std: add `IterReader` to adapt iterators into readers
Erick Tryzelaar
-0
/
+49
2014-05-07
std: Implement the Buffer trait for some wrappers
Alex Crichton
-1
/
+58
2014-05-06
librustc: Remove `~EXPR`, `~TYPE`, and `~PAT` from the language, except
Patrick Walton
-4
/
+6
2014-05-02
Replace most ~exprs with 'box'. #11779
Brian Anderson
-6
/
+6
2014-04-06
De-~[] IO utils
Steven Fackler
-6
/
+6
2014-04-06
De-~[] Mem{Reader,Writer}
Steven Fackler
-9
/
+9
2014-04-06
De-~[] Reader and Writer
Steven Fackler
-6
/
+6
2014-03-31
std: Switch field privacy as necessary
Alex Crichton
-7
/
+7
2014-03-20
rename std::vec -> std::slice
Daniel Micay
-1
/
+1
2014-02-23
Closes #12386. Removed 'pub mod' doc-comments in std::io's mod.rs file. Added...
zslayton
-0
/
+2
2014-02-20
Mass rename if_ok! to try!
Alex Crichton
-1
/
+1
2014-02-15
Add a method to LimitReader to return the limit
Steven Fackler
-2
/
+24
2014-02-15
Update LimitReader to take the Reader to wrap by value
Palmer Cox
-7
/
+8
2014-02-03
std: Fix tests with io_error usage
Alex Crichton
-14
/
+17
2014-02-03
std: Remove io::io_error
Alex Crichton
-26
/
+38
2014-01-17
Tweak the interface of std::io
Alex Crichton
-1
/
+1
2014-01-09
Remove eof() from io::Reader
Alex Crichton
-25
/
+0
2014-01-08
Remove the io::Decorator trait
Alex Crichton
-3
/
+2
2014-01-07
stdtest: Fix all leaked trait imports
Alex Crichton
-0
/
+1
2013-12-20
std: silence warnings when compiling test.
Huon Wilson
-2
/
+2
2013-12-11
Add std::io::util
Steven Fackler
-0
/
+295