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
/
mod.rs
Age
Commit message (
Expand
)
Author
Lines
2015-08-28
Add issue number to read_exact unstable declarations
Cesar Eduardo Barros
-1
/
+1
2015-08-24
Implement read_exact for the Read trait
Cesar Eduardo Barros
-0
/
+107
2015-08-18
Remove repetition in Seek::seek() doc
Remi Rampin
-3
/
+0
2015-08-15
std: Add issues to all unstable features
Alex Crichton
-12
/
+24
2015-08-12
Remove all unstable deprecated functionality
Alex Crichton
-1
/
+1
2015-08-02
Docs: clarify return value of std::io::Seek::seek
Simon Sapin
-2
/
+3
2015-07-29
Rollup merge of #27327 - steveklabnik:fix_take, r=alexcrichton
Steve Klabnik
-1
/
+1
2015-07-27
std: Deprecate a number of unstable features
Alex Crichton
-1
/
+1
2015-07-27
Fix buffer length in std::io::take
Steve Klabnik
-1
/
+1
2015-07-22
Rollup merge of #27167 - steveklabnik:doc_std_io_take, r=alexcrichton
Steve Klabnik
-2
/
+8
2015-07-22
Rollup merge of #27157 - steveklabnik:doc_std_io_iterators, r=alexcrichton
Steve Klabnik
-11
/
+28
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 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
/
+11
2015-07-08
Improve Vec::resize so that it can be used in Read::read_to_end
Ulrik Sverdrup
-2
/
+10
2015-06-23
doc: remove repeated word
Tshepang Lekhonkhobe
-1
/
+1
2015-05-29
std::io: New ErrorKind value InvalidData
Mikhail Zabaluev
-1
/
+1
2015-05-27
Use `const fn` to abstract away the contents of UnsafeCell & friends.
Eduard Burtescu
-2
/
+1
2015-05-25
doc: fix io::Write::write typo
Tshepang Lekhonkhobe
-1
/
+1
2015-05-19
Add example code and cross-link to BufReader docs
Matt Brubeck
-1
/
+4
2015-05-10
Update docs to stop referencing `BufReadExt`
Corey Farwell
-2
/
+2
2015-04-30
Replaces instanced of 'an UTF' with 'a UTF'
Corey Farwell
-1
/
+1
2015-04-28
Register new snapshots
Tamir Duberstein
-2
/
+1
2015-04-16
deprecate Unicode functions that will be moved to crates.io
kwantam
-1
/
+1
2015-04-16
Auto merge of #23682 - tamird:DRY-is-empty, r=alexcrichton
bors
-1
/
+1
2015-04-15
Fix some typos.
Ms2ger
-1
/
+1
2015-04-14
Negative case of `len()` -> `is_empty()`
Tamir Duberstein
-1
/
+1
2015-04-14
rollup merge of #24377: apasel422/docs
Alex Crichton
-6
/
+6
2015-04-13
Refine read_to_end documentation
Simonas Kazlauskas
-7
/
+4
2015-04-13
pluralize doc comment verbs and add missing periods
Andrew Paseltiner
-6
/
+6
2015-04-06
Remove outdated notice from BufRead::lines docs.
Matt Brubeck
-3
/
+0
2015-04-02
Rollup merge of #23847 - bcoopers:read_clarification, r=sfackler
Manish Goregaokar
-8
/
+4
2015-03-31
Test fixes and rebase conflicts, round 3
Alex Crichton
-24
/
+24
2015-03-31
rollup merge of #23919: alexcrichton/stabilize-io-error
Alex Crichton
-4
/
+3
2015-03-31
std: Stabilize last bits of io::Error
Alex Crichton
-4
/
+3
2015-03-31
Stabilize a few remaining stragglers
Aaron Turon
-4
/
+6
2015-03-30
Only zero at most 64k at a time. We still use the doubling
bcoopers
-8
/
+4
2015-03-29
Clearer wording
bcoopers
-3
/
+3
2015-03-29
80 character line limit
bcoopers
-2
/
+3
2015-03-29
Clarified and simplified algorithm for increasing size of buffer in
bcoopers
-5
/
+4
2015-03-29
Auto merge of #23820 - sfackler:fast_read_to_end, r=alexcrichton
bors
-31
/
+33
2015-03-28
Fix massive performance issue in read_to_end
Steven Fackler
-31
/
+33
2015-03-28
Remove IteratorExt
Steven Fackler
-1
/
+1
[prev]
[next]