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
2015-01-20
std: Rename Show/String to Debug/Display
Alex Crichton
-25
/
+25
2015-01-12
cleanup: `&foo[0..a]` -> `&foo[..a]`
Jorge Aparicio
-1
/
+1
2015-01-07
use slicing sugar
Jorge Aparicio
-1
/
+1
2015-01-06
More test fixes
Alex Crichton
-28
/
+28
2015-01-06
rollup merge of #20481: seanmonstar/fmt-show-string
Alex Crichton
-34
/
+34
2015-01-06
core: split into fmt::Show and fmt::String
Sean McArthur
-34
/
+34
2015-01-07
Replace full slice notation with index calls
Nick Cameron
-1
/
+1
2015-01-05
std: remove remaining boxed closures
Jorge Aparicio
-3
/
+5
2015-01-03
sed -i -s 's/#\[deriving(/#\[derive(/g' **/*.rs
Jorge Aparicio
-1
/
+1
2015-01-03
std: fix fallout
Jorge Aparicio
-1
/
+3
2015-01-02
std: Stabilize the prelude module
Alex Crichton
-1
/
+1
2015-01-02
More fallout
Nick Cameron
-7
/
+7
2015-01-02
Fallout - change array syntax to use `;`
Nick Cameron
-1
/
+1
2014-12-30
rollup merge of #20328: huonw/attack-of-the-clones
Alex Crichton
-0
/
+1
2014-12-30
Implement `Clone` for a large number of iterators & other adaptors.
Huon Wilson
-0
/
+1
2014-12-29
rollup merge of #20231: fhahn/issue-20226-eexist
Alex Crichton
-0
/
+13
2014-12-30
Fallout from mut slices
Nick Cameron
-2
/
+2
2014-12-25
Map EEXIST to PathAlreadyExists error, closes #20226
Florian Hahn
-0
/
+13
2014-12-20
Fix fallout of removing import_shadowing in tests.
Eduard Burtescu
-4
/
+0
2014-12-18
librustc: Always parse `macro!()`/`macro![]` as expressions if not
Patrick Walton
-4
/
+4
2014-12-17
rollup merge of #19873: drewm1980/master
Alex Crichton
-5
/
+5
2014-12-15
Standardize some usages of "which" in docstrings
Andrew Wagner
-5
/
+5
2014-12-14
std: Collapse SlicePrelude traits
Alex Crichton
-1
/
+1
2014-12-11
Register new snapshots
Alex Crichton
-1
/
+1
2014-12-08
auto merge of #19378 : japaric/rust/no-as-slice, r=alexcrichton
bors
-3
/
+3
2014-12-06
libstd: remove unnecessary `as_slice()` calls
Jorge Aparicio
-3
/
+3
2014-12-05
Utilize fewer reexports
Corey Farwell
-2
/
+3
2014-12-05
auto merge of #19303 : nodakai/rust/libsyntax-reject-dirs, r=alexcrichton
bors
-9
/
+23
2014-12-04
libstd: explicitly disallow io::fs::File to open a directory.
NODA, Kai
-8
/
+22
2014-12-04
libstd: io::fs::File::stat() need not to take &mut self.
NODA, Kai
-1
/
+1
2014-12-03
Fix fallout
Jorge Aparicio
-1
/
+1
2014-11-26
rollup merge of #19329: steveklabnik/doc_style_cleanup2
Alex Crichton
-41
/
+39
2014-11-26
/*! -> //!
Steve Klabnik
-41
/
+39
2014-11-26
rollup merge of #19273: ogham/rename-file-types
Alex Crichton
-15
/
+15
2014-11-24
Clean up FileType enum following enum namespacing
Ben S
-15
/
+15
2014-11-21
sys: reveal std::io representation to sys module
Aaron Turon
-2
/
+2
2014-11-17
Return proper errors with update_err
Gleb Kozyrev
-1
/
+1
2014-11-17
Remove duplicate code by using util::copy()
Gleb Kozyrev
-9
/
+1
2014-11-17
Fix fallout from coercion removal
Nick Cameron
-18
/
+18
2014-11-08
Runtime removal: refactor fs
Aaron Turon
-217
/
+87
2014-11-08
Renamed Extendable to Extend
gamazeps
-1
/
+1
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
collections: Enable IndexMut for some collections
Alex Crichton
-1
/
+1
2014-10-29
Rename fail! to panic!
Steve Klabnik
-15
/
+15
2014-10-16
libstd: Remove all uses of {:?}.
Luqman Aden
-1
/
+1
2014-10-13
Clean up rustc warnings.
NODA, Kai
-5
/
+5
2014-10-07
Use slice syntax instead of slice_to, etc.
Nick Cameron
-4
/
+4
2014-10-06
Rename the file permission statics in std::io to be uppercase
P1start
-33
/
+33
2014-10-02
Revert "Use slice syntax instead of slice_to, etc."
Aaron Turon
-4
/
+4
[next]