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
/
impls.rs
Age
Commit message (
Expand
)
Author
Lines
2019-03-31
libstd: deny(elided_lifetimes_in_paths)
Mazdak Farrokhzad
-2
/
+2
2019-02-28
Use the correct stderr when testing libstd
Jethro Beekman
-0
/
+14
2019-02-28
libstd => 2018
Taiki Endo
-6
/
+5
2019-02-26
Auto merge of #58357 - sfackler:vectored-io, r=alexcrichton
bors
-1
/
+58
2019-02-17
Use more impl header lifetime elision
Scott McMurray
-7
/
+7
2019-02-13
impl Deref/DerefMut for IoVec types
Steven Fackler
-4
/
+4
2019-02-13
Add vectored read and write support
Steven Fackler
-1
/
+58
2018-12-25
Remove licenses
Mark Rousskov
-10
/
+0
2017-10-07
Add read_to_end implementation to &[u8]'s Read impl
Florian Hartwig
-0
/
+8
2017-06-20
Add `Read::initializer`.
Steven Fackler
-1
/
+16
2016-11-30
Move small-copy optimization into <&[u8] as Read>
Ruud van Asseldonk
-2
/
+20
2016-10-27
Add documentation for Read, Write impls for slices and Vec
Ulrik Sverdrup
-0
/
+11
2016-08-24
Use `#[prelude_import]` in `libstd`.
Jeffrey Seyfried
-4
/
+0
2016-03-22
try! -> ?
Jorge Aparicio
-1
/
+1
2016-02-26
Use .copy_from_slice() where applicable
Ulrik Sverdrup
-3
/
+3
2016-01-16
std: Stabilize APIs for the 1.7 release
Alex Crichton
-1
/
+1
2015-12-05
std: Stabilize APIs for the 1.6 release
Alex Crichton
-7
/
+7
2015-10-14
Remove unnecessary parentheses around range expressions
Andrew Paseltiner
-4
/
+4
2015-08-30
Auto merge of #27588 - cesarb:read_all, r=alexcrichton
bors
-0
/
+21
2015-08-24
Implement read_exact for the Read trait
Cesar Eduardo Barros
-0
/
+21
2015-08-11
Register new snapshots
Alex Crichton
-3
/
+0
2015-08-03
syntax: Implement #![no_core]
Alex Crichton
-1
/
+2
2015-03-31
std: Stabilize last bits of io::Error
Alex Crichton
-1
/
+1
2015-03-30
std: Standardize (input, output) param orderings
Alex Crichton
-2
/
+2
2015-03-25
Speed up reading/writing slices with #[inline]
Erick Tryzelaar
-0
/
+113
2015-03-12
std: Stabilize the `io` module
Alex Crichton
-8
/
+8
2015-03-04
std: Stabilize portions of the `io` module
Alex Crichton
-15
/
+49
2015-02-19
std: Update the std::io adaptors to proxy all methods
Erick Tryzelaar
-1
/
+36
2015-02-03
std: Add `io` module again
Alex Crichton
-0
/
+88