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-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
2014-10-28
Fix example for BufferedReader
Steve Klabnik
-4
/
+3
2014-10-20
Optimize BufferedReader::read for large buffers.
Julian Orth
-2
/
+11
2014-10-13
Clean up rustc warnings.
NODA, Kai
-3
/
+3
2014-10-07
Use slice syntax instead of slice_to, etc.
Nick Cameron
-7
/
+7
2014-10-02
Revert "Use slice syntax instead of slice_to, etc."
Aaron Turon
-7
/
+7
2014-10-02
Use slice syntax instead of slice_to, etc.
Nick Cameron
-7
/
+7
2014-09-21
Remove #[allow(deprecated)] from libstd
Alex Crichton
-5
/
+5
2014-09-16
Fallout from renaming
Aaron Turon
-4
/
+4
2014-09-16
Align with _mut conventions
Aaron Turon
-1
/
+1
2014-08-28
Fallout from stabilizing core::option
Aaron Turon
-1
/
+1
2014-08-26
Use temp vars for implicit coercion to ^[T]
Nick Cameron
-24
/
+38
2014-08-13
std: Rename various slice traits for consistency
Brian Anderson
-1
/
+1
2014-08-06
Use byte literals in libstd
nham
-7
/
+7
2014-07-21
Add a ton of ignore-lexer-test
Corey Richardson
-0
/
+2
2014-06-18
Deprecate the bytes!() macro.
Simon Sapin
-2
/
+2
2014-06-08
core: Rename `container` mod to `collections`. Closes #12543
Brian Anderson
-1
/
+1
2014-05-30
std: Rename {Eq,Ord} to Partial{Eq,Ord}
Alex Crichton
-1
/
+1
2014-05-27
std: Rename strbuf operations to string
Richo Healey
-6
/
+6
2014-05-22
libstd: Remove `~str` from all `libstd` modules except `fmt` and `str`.
Patrick Walton
-6
/
+6
2014-05-15
Updates with core::fmt changes
Alex Crichton
-1
/
+1
[next]