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
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
libstd
/
io
/
fs.rs
Age
Commit message (
Expand
)
Author
Lines
2014-01-04
Don't allow newtype structs to be dereferenced. #6246
Brian Anderson
-6
/
+19
2013-12-24
std: Get stdtest all passing again
Alex Crichton
-56
/
+31
2013-12-24
std: Expose that LocalIo may not always be available
Alex Crichton
-37
/
+29
2013-12-15
std: fix spelling in docs.
Huon Wilson
-7
/
+7
2013-12-10
librustuv: Change `with_local_io` to use RAII.
Patrick Walton
-21
/
+19
2013-12-04
Revert "libstd: Change `Path::new` to `Path::init`."
Kevin Ballard
-24
/
+24
2013-12-04
std::str: s/from_utf8_slice/from_utf8/, to make the basic case shorter.
Huon Wilson
-7
/
+7
2013-12-04
std::str: remove from_utf8.
Huon Wilson
-21
/
+18
2013-12-03
Move std::util::ignore to std::prelude::drop
Steven Fackler
-2
/
+2
2013-11-29
libstd: Change `Path::new` to `Path::init`.
Patrick Walton
-24
/
+24
2013-11-28
Register new snapshots
Alex Crichton
-18
/
+18
2013-11-26
libstd: Remove all non-`proc` uses of `do` from libstd
Patrick Walton
-43
/
+25
2013-11-19
libstd: Change all uses of `&fn(A)->B` over to `|A|->B` in libstd
Patrick Walton
-2
/
+2
2013-11-19
Implement more native file I/O
Alex Crichton
-157
/
+160
2013-11-11
Move std::rt::io to std::io
Alex Crichton
-0
/
+1289