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
Age
Commit message (
Expand
)
Author
Lines
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
2015-05-10
Update docs to stop referencing `BufReadExt`
Corey Farwell
-2
/
+2
2015-05-09
Squeeze the last bits of `task`s in documentation in favor of `thread`
Barosl Lee
-6
/
+6
2015-05-05
Auto merge of #25009 - alexcrichton:less-buffered-stream, r=aturon
bors
-10
/
+18
2015-05-01
Auto merge of #25006 - alexcrichton:unstable-indexing, r=aturon
bors
-3
/
+3
2015-05-01
std: Remove index notation on slice iterators
Alex Crichton
-3
/
+3
2015-05-01
Rollup merge of #25021 - frewsxcv:an-utf, r=steveklabnik
Manish Goregaokar
-1
/
+1
2015-04-30
Replaces instanced of 'an UTF' with 'a UTF'
Corey Farwell
-1
/
+1
2015-04-30
Add downcasting to std::error::Error
Aaron Turon
-1
/
+2
2015-04-30
std: Destabilize io::BufStream
Alex Crichton
-10
/
+18
2015-04-28
Register new snapshots
Tamir Duberstein
-3
/
+1
2015-04-24
Change name of unit test sub-module to "tests".
Johannes Oertel
-2
/
+2
2015-04-22
Explain how to create a Stdin or Stdout
Matt Brubeck
-0
/
+4
2015-04-21
std: Remove deprecated/unstable num functionality
Alex Crichton
-7
/
+0
2015-04-21
Model lexer: Fix remaining issues
Piotr Czarnecki
-2
/
+0
2015-04-18
Auto merge of #24428 - kwantam:deprecate_unicode_fns, r=alexcrichton
bors
-1
/
+1
2015-04-18
Auto merge of #24133 - kballard:add-sync-to-io-error, r=alexcrichton
bors
-3
/
+8
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
-18
/
+18
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
-18
/
+18
[prev]
[next]