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-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
2014-12-30
Fallout from stabilization
Aaron Turon
-3
/
+4
2014-12-30
Fallout from mut slices
Nick Cameron
-2
/
+2
2014-12-29
std: Second pass stabilization for `comm`
Alex Crichton
-1
/
+1
2014-12-29
std: Stabilize the prelude module
Alex Crichton
-1
/
+1
2014-12-26
Implement RaceBox for StdinReader
Flavio Percoco
-0
/
+6
2014-12-20
Fix fallout of removing import_shadowing in tests.
Eduard Burtescu
-1
/
+0
2014-12-16
auto merge of #19747 : alexcrichton/rust/slice-one-trait, r=brson
bors
-1
/
+1
2014-12-14
std: Collapse SlicePrelude traits
Alex Crichton
-1
/
+1
2014-12-10
Fix inappropriate ## headings
Steve Klabnik
-3
/
+3
2014-12-08
auto merge of #19378 : japaric/rust/no-as-slice, r=alexcrichton
bors
-5
/
+5
2014-12-06
libstd: remove unnecessary `as_slice()` calls
Jorge Aparicio
-5
/
+5
2014-12-05
Utilize fewer reexports
Corey Farwell
-2
/
+3
2014-11-30
std: add Reader impl for &[u8]
Erick Tryzelaar
-3
/
+3
2014-11-26
rollup merge of #19328: sfackler/buffered-get-mut
Alex Crichton
-10
/
+26
2014-11-25
Fallout from stabilization
Aaron Turon
-1
/
+1
2014-11-25
Allow mutable access to wrapped internal type in Buffered*
Steven Fackler
-10
/
+26
2014-11-23
Rename unwrap functions to into_inner
Alex Crichton
-5
/
+21
2014-11-18
implement Writer for Vec<u8>
Daniel Micay
-21
/
+21
2014-11-17
Fix fallout from coercion removal
Nick Cameron
-32
/
+32
2014-11-06
Prelude: rename and consolidate extension traits
Aaron Turon
-2
/
+2
2014-11-01
collections: Remove all collections traits
Alex Crichton
-1
/
+0
2014-10-30
auto merge of #18374 : steveklabnik/rust/gh18197, r=sfackler
bors
-4
/
+3
2014-10-29
Rename fail! to panic!
Steve Klabnik
-6
/
+5
[prev]
[next]