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
/
native
Age
Commit message (
Expand
)
Author
Lines
2013-12-20
std: silence warnings when compiling test.
Huon Wilson
-9
/
+2
2013-12-19
std::vec: remove .as_imm_buf, replaced by .as_ptr & .len.
Huon Wilson
-6
/
+7
2013-12-15
auto merge of #10984 : huonw/rust/clean-raw, r=cmr
bors
-4
/
+4
2013-12-15
std::vec: convert to(_mut)_ptr to as_... methods on &[] and &mut [].
Huon Wilson
-3
/
+3
2013-12-15
Move std::{str,vec}::raw::set_len to an unsafe method on Owned{Vector,Str}.
Huon Wilson
-1
/
+1
2013-12-15
std: fix spelling in docs.
Huon Wilson
-1
/
+1
2013-12-10
librustuv: Change `with_local_io` to use RAII.
Patrick Walton
-0
/
+3
2013-12-08
Remove dead codes
Kiet Tran
-4
/
+1
2013-12-04
auto merge of #10796 : kballard/rust/revert-new-naming, r=alexcrichton
bors
-10
/
+9
2013-12-04
Revert "libstd: Change `Path::new` to `Path::init`."
Kevin Ballard
-10
/
+9
2013-12-04
Don't dup the stdio file descriptors.
Alex Crichton
-1
/
+3
2013-11-29
libstd: Change `Path::new` to `Path::init`.
Patrick Walton
-9
/
+10
2013-11-28
Register new snapshots
Alex Crichton
-2
/
+2
2013-11-26
libstd: Fix Win32 and other bustage.
Patrick Walton
-2
/
+4
2013-11-26
libstd: Remove all non-`proc` uses of `do` from libstd
Patrick Walton
-70
/
+54
2013-11-26
Removed unneccessary `_iter` suffixes from various APIs
Marvin Löbel
-1
/
+1
2013-11-26
rustc: Add lint for obsolete attributes
klutzy
-1
/
+0
2013-11-19
libstd: Change all uses of `&fn(A)->B` over to `|A|->B` in libstd
Patrick Walton
-5
/
+5
2013-11-19
auto merge of #10495 : alexcrichton/rust/more-native-io, r=brson
bors
-485
/
+695
2013-11-19
Implement more native file I/O
Alex Crichton
-485
/
+695
2013-11-18
Allow piped stdout/stderr use uv_tty_t
Alex Crichton
-0
/
+1
2013-11-13
Implement native::IoFactory
Alex Crichton
-292
/
+389
2013-11-11
Move std::rt::io to std::io
Alex Crichton
-0
/
+1558