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
/
buffered.rs
Age
Commit message (
Expand
)
Author
Lines
2015-04-21
Model lexer: Fix remaining issues
Piotr Czarnecki
-2
/
+0
2015-04-08
Implement io::Seek for io::BufWriter<W> where W: io::Seek
Kevin Ballard
-0
/
+22
2015-04-08
Implement io::Seek for io::BufReader<R> where R: io::Seek
Kevin Ballard
-2
/
+109
2015-03-31
Test fixes and rebase conflicts, round 3
Alex Crichton
-22
/
+22
2015-03-31
rollup merge of #23919: alexcrichton/stabilize-io-error
Alex Crichton
-1
/
+1
2015-03-31
std: Stabilize last bits of io::Error
Alex Crichton
-1
/
+1
2015-03-31
rollup merge of #23879: seanmonstar/del-from-error
Alex Crichton
-3
/
+3
2015-03-30
convert: remove FromError, use From<E> instead
Sean McArthur
-3
/
+3
2015-03-30
std: Standardize (input, output) param orderings
Alex Crichton
-2
/
+2
2015-03-28
Fix massive performance issue in read_to_end
Steven Fackler
-28
/
+43
2015-03-27
rollup merge of #23741: alexcrichton/remove-int-uint
Alex Crichton
-2
/
+2
2015-03-26
syntax: Remove support for #[should_fail]
Alex Crichton
-1
/
+1
2015-03-26
Mass rename uint/int to usize/isize
Alex Crichton
-2
/
+2
2015-03-24
Added `Write` bounds to avoid a specialized Drop impl for `BufWriter`.
Felix S. Klock II
-9
/
+9
2015-03-23
Stabilize the Error trait
Aaron Turon
-1
/
+1
2015-03-18
Fixed-size byte string literals (RFC 339)
Vadim Petrochenkov
-2
/
+2
2015-03-17
std::io::buffered: Don't use 'flush' in documentation of into_inner
Mikhail Zabaluev
-14
/
+15
2015-03-13
Fallout of std::old_io deprecation
Alex Crichton
-0
/
+1
2015-03-12
std: Stabilize the `io` module
Alex Crichton
-10
/
+57
2015-03-05
Remove integer suffixes where the types in compiled code are identical.
Eduard Burtescu
-2
/
+2
2015-02-25
Rollup merge of #22729 - alexcrichton:ptr-stabilization, r=aturon
Manish Goregaokar
-3
/
+3
2015-02-24
std: Stabilize some `ptr` functions
Alex Crichton
-3
/
+3
2015-02-24
std::io::BufReader: remove leftover lifetime parameter on get_ref()
Mikhail Zabaluev
-1
/
+1
2015-02-20
try to reduce bajillion warnings
Alexis
-4
/
+3
2015-02-18
Replace all uses of `&foo[]` with `&foo[..]` en masse.
Niko Matsakis
-2
/
+2
2015-02-03
std: Add `io` module again
Alex Crichton
-0
/
+676
2015-01-26
std: Rename io to old_io
Alex Crichton
-697
/
+0
2015-01-21
rollup merge of #21258: aturon/stab-3-index
Alex Crichton
-1
/
+1
2015-01-21
rollup merge of #21457: alexcrichton/issue-21436
Alex Crichton
-4
/
+8
2015-01-21
Fallout from stabilization.
Aaron Turon
-1
/
+1
2015-01-20
std: Rename Show/String to Debug/Display
Alex Crichton
-4
/
+8
2015-01-19
remove unnecessary parentheses from range notation
Jorge Aparicio
-2
/
+2
2015-01-14
auto merge of #21076 : sfackler/rust/bufferedreader-undef, r=Gankro
bors
-11
/
+10
2015-01-12
Initialize memory for BufferedReader buffer
Steven Fackler
-11
/
+10
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
-0
/
+33
2015-01-07
use slicing sugar
Jorge Aparicio
-9
/
+9
2015-01-06
Register new snapshots
Alex Crichton
-3
/
+0
2015-01-07
fallout
Nick Cameron
-20
/
+16
2015-01-07
Replace full slice notation with index calls
Nick Cameron
-9
/
+9
2015-01-05
rollup merge of #20482: kmcallister/macro-reform
Alex Crichton
-1
/
+4
2015-01-05
Stabilization of impls and fallout from stabilization
Aaron Turon
-1
/
+1
2015-01-05
Use $crate and macro reexport to reduce duplicated code
Keegan McAllister
-1
/
+4
2015-01-03
Remove deprecated functionality
Alex Crichton
-16
/
+0
2015-01-03
sed -i -s 's/#\[deriving(/#\[derive(/g' **/*.rs
Jorge Aparicio
-1
/
+1
2015-01-02
rollup merge of #20315: alexcrichton/std-sync
Alex Crichton
-6
/
+0
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
-1
/
+1
2015-01-01
std: Second pass stabilization of sync
Alex Crichton
-6
/
+0
2015-01-02
Fallout - change array syntax to use `;`
Nick Cameron
-2
/
+2
[next]