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
Age
Commit message (
Expand
)
Author
Lines
2015-07-22
Rollup merge of #27155 - steveklabnik:doc_std_io_buf_writer, r=alexcrichton
Steve Klabnik
-5
/
+97
2015-07-22
Improve documentation for std::io::Cursor
Steve Klabnik
-9
/
+140
2015-07-22
Improve documentation for std::io::LineWriter
Steve Klabnik
-3
/
+120
2015-07-22
Improve documentation for std::io::BufWriter
Steve Klabnik
-5
/
+97
2015-07-21
Expand documentation for IntoInnerError
Steve Klabnik
-1
/
+73
2015-07-20
Write better docs for std::io
Steve Klabnik
-0
/
+229
2015-07-20
Update docs for take and broadcast
Steve Klabnik
-2
/
+8
2015-07-20
Document structures in std::io::utils
Steve Klabnik
-1
/
+16
2015-07-20
Document iterators in std::io
Steve Klabnik
-11
/
+28
2015-07-16
Merge branch 'doc_io_traits_enums' of https://github.com/steveklabnik/rust in...
Steve Klabnik
-58
/
+601
2015-07-16
More docs for std::io free functions.
Steve Klabnik
-10
/
+10
2015-07-16
More docs for std::io::Write
Steve Klabnik
-12
/
+114
2015-07-16
More docs for std::io::Seek
Steve Klabnik
-6
/
+27
2015-07-16
More docs for std::io::Read
Steve Klabnik
-12
/
+278
2015-07-16
More docs for std::io::BufRead
Steve Klabnik
-32
/
+186
2015-07-15
Add specializations of read_to_end for Stdin, TcpStream and File,
Alisdair Owens
-0
/
+15
2015-07-14
Auto merge of #27024 - bluss:io-drain, r=alexcrichton
bors
-8
/
+1
2015-07-14
Use Vec::drain in BufWriter
Ulrik Sverdrup
-8
/
+1
2015-07-12
doc: remove redundant info
Tshepang Lekhonkhobe
-4
/
+0
2015-07-11
Auto merge of #26903 - steveklabnik:io_function_docs, r=alexcricthon
bors
-19
/
+158
2015-07-10
More docs for std::io::BufReader
Steve Klabnik
-4
/
+77
2015-07-10
Add more std::io documentation.
Steve Klabnik
-19
/
+158
2015-07-09
Auto merge of #26904 - bluss:no-repeat, r=alexcrichton
bors
-2
/
+3
2015-07-09
io: Use Vec::resize in Cursor<Vec<u8>> for more efficient zero fill
Ulrik Sverdrup
-2
/
+3
2015-07-08
Auto merge of #26849 - bluss:read-to-end-memset, r=alexcrichton
bors
-6
/
+11
2015-07-08
Stdin::read_line: read_line does not need a mutable borrow
Ralf Jung
-1
/
+1
2015-07-08
io: Simplify BufReader::with_capacity
Ulrik Sverdrup
-4
/
+1
2015-07-08
Improve Vec::resize so that it can be used in Read::read_to_end
Ulrik Sverdrup
-2
/
+10
2015-07-05
std: small doc fixes for BufReader and BufWriter
Georg Brandl
-8
/
+8
2015-06-30
doc: add example for Stdin::read_line
Tshepang Lekhonkhobe
-0
/
+22
2015-06-23
Auto merge of #26514 - tshepang:repetition, r=Gankro
bors
-1
/
+1
2015-06-23
doc: remove repeated word
Tshepang Lekhonkhobe
-1
/
+1
2015-06-19
Add a test for Debug for io::Error
Peter Atashian
-0
/
+10
2015-06-18
Custom Debug impl for io::Error
Peter Atashian
-1
/
+11
2015-06-17
More test fixes and fallout of stability changes
Alex Crichton
-2
/
+6
2015-06-17
std: Deprecate the io::BufStream type
Alex Crichton
-0
/
+4
2015-06-17
std: Split the `std_misc` feature
Alex Crichton
-1
/
+1
2015-06-15
Auto merge of #26168 - sfackler:stdout-panic, r=alexcrichton
bors
-19
/
+77
2015-06-14
Implement RFC 1014
Steven Fackler
-19
/
+77
2015-06-10
Removed many pointless calls to *iter() and iter_mut()
Joshua Landau
-1
/
+1
2015-05-30
std::io: bump the stability tag on ErrorKind::InvalidData to 1.2.0
Mikhail Zabaluev
-1
/
+1
2015-05-29
std::io: New ErrorKind value InvalidData
Mikhail Zabaluev
-1
/
+8
2015-05-28
Mention UFCS sadness in instability messages
Steven Fackler
-3
/
+6
2015-05-27
Add a test for downcasting
Steven Fackler
-2
/
+38
2015-05-27
Add accessors for io::Error's inner error.
Steven Fackler
-6
/
+42
2015-05-27
Delegate io::Error::cause to inner error
Steven Fackler
-0
/
+7
2015-05-27
Use `const fn` to abstract away the contents of UnsafeCell & friends.
Eduard Burtescu
-21
/
+20
2015-05-25
doc: fix io::Write::write typo
Tshepang Lekhonkhobe
-1
/
+1
2015-05-20
doc: 'reader' and 'writer' are nicer to read than 'r' and 'w'
Tshepang Lekhonkhobe
-7
/
+8
2015-05-19
Add example code and cross-link to BufReader docs
Matt Brubeck
-1
/
+22
[prev]
[next]