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
/
fs.rs
Age
Commit message (
Expand
)
Author
Lines
2014-02-20
Mass rename if_ok! to try!
Alex Crichton
-11
/
+11
2014-02-11
Move replace and swap to std::mem. Get rid of std::util
Edward Wang
-1
/
+0
2014-02-03
std: Fixing all documentation
Alex Crichton
-96
/
+68
2014-02-03
std: Fix tests with io_error usage
Alex Crichton
-138
/
+128
2014-02-03
std: Remove io::io_error
Alex Crichton
-188
/
+171
2014-01-29
Flag Result as #[must_use] and deal with fallout.
Alex Crichton
-3
/
+3
2014-01-21
[std::str] Rename from_utf8_owned_opt() to from_utf8_owned(), drop the old fr...
Simon Sapin
-1
/
+1
2014-01-21
[std::str] Rename from_utf8_opt() to from_utf8(), drop the old from_utf8() be...
Simon Sapin
-7
/
+7
2014-01-21
[std::vec] Rename .shift_opt() to .shift(), drop the old .shift() behavior
Simon Sapin
-1
/
+1
2014-01-18
Rename iterators for consistency
Palmer Cox
-4
/
+4
2014-01-09
Remove eof() from io::Reader
Alex Crichton
-2
/
+8
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