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
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
2015-01-07
use slicing sugar
Jorge Aparicio
-3
/
+3
2015-01-07
Replace full slice notation with index calls
Nick Cameron
-3
/
+3
2015-01-03
Remove deprecated functionality
Alex Crichton
-8
/
+0
2015-01-03
sed -i -s 's/#\[deriving(/#\[derive(/g' **/*.rs
Jorge Aparicio
-5
/
+5
2015-01-03
std: fix fallout
Jorge Aparicio
-4
/
+4
2015-01-02
rollup merge of #20273: alexcrichton/second-pass-comm
Alex Crichton
-1
/
+1
2015-01-02
std: Stabilize the prelude module
Alex Crichton
-3
/
+3
2015-01-02
More fallout
Nick Cameron
-1
/
+1
2015-01-02
Fallout - change array syntax to use `;`
Nick Cameron
-1
/
+1
2014-12-30
rollup merge of #20328: huonw/attack-of-the-clones
Alex Crichton
-0
/
+2
2014-12-30
Implement `Clone` for a large number of iterators & other adaptors.
Huon Wilson
-0
/
+2
2014-12-29
rollup merge of #20289: nick29581/shadowing
Alex Crichton
-1
/
+1
2014-12-30
Fallout from mut slices
Nick Cameron
-1
/
+1
2014-12-29
std: Second pass stabilization for `comm`
Alex Crichton
-1
/
+1
2014-12-29
std: Stabilize the prelude module
Alex Crichton
-2
/
+2
2014-12-29
Fallout from globs/re-export/shadowing change
Nick Cameron
-1
/
+1
2014-12-19
libstd: use `#[deriving(Copy)]`
Jorge Aparicio
-6
/
+3
2014-12-08
librustc: Make `Copy` opt-in.
Niko Matsakis
-0
/
+6
2014-11-30
std: add Reader impl for &[u8]
Erick Tryzelaar
-3
/
+2
2014-11-26
/*! -> //!
Steve Klabnik
-1
/
+1
2014-11-23
Rename unwrap functions to into_inner
Alex Crichton
-2
/
+10
2014-11-18
implement Writer for Vec<u8>
Daniel Micay
-5
/
+5
2014-11-17
Fix fallout from coercion removal
Nick Cameron
-7
/
+7
2014-11-11
std: Rename AsRef{Reader,Writer} to ByRef{Reader,Writer}
Erick Tryzelaar
-1
/
+1
2014-10-30
changes to tests
Nick Cameron
-1
/
+1
2014-10-07
Use slice syntax instead of slice_to, etc.
Nick Cameron
-4
/
+4
2014-10-02
Revert "Use slice syntax instead of slice_to, etc."
Aaron Turon
-4
/
+4
2014-10-02
Use slice syntax instead of slice_to, etc.
Nick Cameron
-4
/
+4
2014-09-16
Fallout from renaming
Aaron Turon
-5
/
+5
2014-08-27
Implement generalized object and type parameter bounds (Fixes #16462)
Niko Matsakis
-2
/
+2
[next]