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
/
util.rs
Age
Commit message (
Expand
)
Author
Lines
2019-11-29
Format libstd with rustfmt
David Tolnay
-14
/
+38
2019-07-19
ONCE_INIT is deprecated-in-future only for bootstrap
Ralf Jung
-1
/
+1
2019-07-19
do not use mem::uninitialized in std::io
Ralf Jung
-14
/
+10
2019-07-16
Remove last use of mem::uninitialized from std::io::util
nathanwhit
-4
/
+9
2019-07-04
Permit use of mem::uninitialized via allow(deprecated)
Mark Rousskov
-0
/
+1
2019-04-27
Stabilized vectored IO
Steven Fackler
-3
/
+3
2019-03-31
libstd: deny(elided_lifetimes_in_paths)
Mazdak Farrokhzad
-3
/
+3
2019-02-28
libstd => 2018
Taiki Endo
-5
/
+5
2019-02-13
impl Deref/DerefMut for IoVec types
Steven Fackler
-2
/
+2
2019-02-13
Add vectored read and write support
Steven Fackler
-1
/
+17
2018-12-25
Remove licenses
Mark Rousskov
-10
/
+0
2018-11-06
refactor: use shorthand fields
teresy
-1
/
+1
2018-08-14
Cross reference io::copy and fs::copy in docs.
Corey Farwell
-0
/
+5
2018-07-11
Add missing dyn in tests
ljedrz
-1
/
+1
2018-03-28
Remove hidden `foo` functions from doc examples; use `Termination` trait.
Corey Farwell
-8
/
+7
2017-09-23
Rollup merge of #44712 - oconnor663:copy_test, r=GuillaumeGomez
Corey Farwell
-1
/
+2
2017-09-20
fix an incorrect assertion in the doc example for `std::io::copy`
Jack O'Connor
-1
/
+2
2017-09-19
Add some missing links in io docs
Guillaume Gomez
-4
/
+6
2017-06-20
Add `Read::initializer`.
Steven Fackler
-2
/
+24
2017-03-13
Remove function invokation parens from documentation links.
Corey Farwell
-3
/
+3
2017-01-29
Fix a few impl stability attributes
Oliver Middleton
-3
/
+3
2017-01-22
libstd: replace all `try!` with `?` in documentation examples
Utkarsh Kukreti
-1
/
+1
2016-12-18
Implement `fmt::Debug` for all structures in libstd.
Corey Farwell
-0
/
+22
2016-08-24
Use `#[prelude_import]` in `libstd`.
Jeffrey Seyfried
-2
/
+0
2016-07-07
Remove unnecessarily mutable reference in doc example.
Corey Farwell
-2
/
+2
2016-06-28
Rollup merge of #34524 - frewsxcv:std-io-sink, r=GuillaumeGomez
Guillaume Gomez
-0
/
+10
2016-06-28
Rollup merge of #34518 - frewsxcv:io-repeat, r=GuillaumeGomez
Guillaume Gomez
-0
/
+10
2016-06-28
Add doc example for `std::io::sink`.
Corey Farwell
-0
/
+10
2016-06-27
Minor rewrite of `std::io::empty` doc example.
Corey Farwell
-6
/
+3
2016-06-27
Add doc example for `std::io::repeat`.
Corey Farwell
-0
/
+10
2016-03-22
try! -> ?
Jorge Aparicio
-1
/
+1
2016-03-12
std: Clean out deprecated APIs
Alex Crichton
-27
/
+0
2015-12-29
Fix warnings when compiling stdlib with --test
Florian Hahn
-0
/
+2
2015-08-11
Register new snapshots
Alex Crichton
-3
/
+0
2015-08-10
Auto merge of #27531 - bluss:io-copy-dst, r=alexcrichton
bors
-2
/
+14
2015-08-10
std: Allow ?Sized parameters in std::io::copy
Ulrik Sverdrup
-2
/
+14
2015-08-03
syntax: Implement #![no_core]
Alex Crichton
-0
/
+1
2015-07-27
fix two links
Steve Klabnik
-2
/
+2
2015-07-20
Document structures in std::io::utils
Steve Klabnik
-1
/
+16
2015-07-10
Add more std::io documentation.
Steve Klabnik
-1
/
+32
2015-06-10
Removed many pointless calls to *iter() and iter_mut()
Joshua Landau
-1
/
+1
2015-05-20
doc: 'reader' and 'writer' are nicer to read than 'r' and 'w'
Tshepang Lekhonkhobe
-7
/
+8
2015-04-24
Change name of unit test sub-module to "tests".
Johannes Oertel
-1
/
+1
2015-03-31
Test fixes and rebase conflicts, round 3
Alex Crichton
-12
/
+12
2015-03-04
std: Stabilize portions of the `io` module
Alex Crichton
-1
/
+16
2015-02-03
std: Add `io` module again
Alex Crichton
-0
/
+153
2015-01-26
std: Rename io to old_io
Alex Crichton
-444
/
+0
2015-01-21
Fallout from stabilization.
Aaron Turon
-1
/
+1
2015-01-12
cleanup: `&foo[0..a]` -> `&foo[..a]`
Jorge Aparicio
-3
/
+3
2015-01-10
Implement Show for types in std::io::{buffered,util}
Steven Fackler
-10
/
+13
[next]