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
/
mod.rs
Age
Commit message (
Expand
)
Author
Lines
2013-12-23
Fixing more doc tests
Alex Crichton
-1
/
+7
2013-12-23
std: Fix all code examples
Alex Crichton
-1
/
+17
2013-12-20
auto merge of #10986 : adridu59/rust/patch-new, r=alexcrichton
bors
-3
/
+3
2013-12-20
doc: forward-port the conditions tutorial + fixup libstd example
Adrien Tétar
-3
/
+3
2013-12-19
Get comm_adapters building again
Alex Crichton
-0
/
+3
2013-12-16
Fallout of rewriting std::comm
Alex Crichton
-3
/
+0
2013-12-15
auto merge of #10984 : huonw/rust/clean-raw, r=cmr
bors
-2
/
+2
2013-12-15
Move std::{str,vec}::raw::set_len to an unsafe method on Owned{Vector,Str}.
Huon Wilson
-2
/
+2
2013-12-15
std: fix spelling in docs.
Huon Wilson
-3
/
+3
2013-12-13
auto merge of #10895 : sfackler/rust/io-util, r=alexcrichton
bors
-0
/
+3
2013-12-11
Add std::io::util
Steven Fackler
-0
/
+3
2013-12-11
Make 'self lifetime illegal.
Erik Price
-5
/
+5
2013-12-11
std::io: Add Buffer.lines(), change .bytes() api
klutzy
-37
/
+105
2013-12-10
librustpkg: Make `io::ignore_io_error()` use RAII; remove a few more
Patrick Walton
-2
/
+3
2013-12-04
Revert "libstd: Change `Path::new` to `Path::init`."
Kevin Ballard
-1
/
+1
2013-12-04
std::str: s/from_utf8_slice/from_utf8/, to make the basic case shorter.
Huon Wilson
-1
/
+1
2013-11-29
libstd: Change `Path::new` to `Path::init`.
Patrick Walton
-1
/
+1
2013-11-28
Register new snapshots
Alex Crichton
-1
/
+1
2013-11-26
libstd: Remove all non-`proc` uses of `do` from libstd
Patrick Walton
-13
/
+9
2013-11-26
Removed unneccessary `_iter` suffixes from various APIs
Marvin Löbel
-1
/
+1
2013-11-19
libstd: Change all uses of `&fn(A)->B` over to `|A|->B` in libstd
Patrick Walton
-2
/
+2
2013-11-17
auto merge of #10466 : alexcrichton/rust/issue-10334, r=cmr
bors
-1
/
+101
2013-11-16
Implement read_char on the Buffer trait
Alex Crichton
-0
/
+27
2013-11-13
Implement native::IoFactory
Alex Crichton
-18
/
+1
2013-11-13
Introduce an io::Buffer trait
Alex Crichton
-1
/
+74
2013-11-11
Move std::rt::io to std::io
Alex Crichton
-0
/
+1226
[prev]