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
/
sys
/
unix
/
fs.rs
Age
Commit message (
Expand
)
Author
Lines
2015-07-10
Show file name and access mode in Debug instance for File on OS X
Florian Hartwig
-3
/
+15
2015-07-10
Auto merge of #26751 - retep998:copy-that-floppy, r=alexcrichton
bors
-1
/
+17
2015-07-10
Use CopyFileEx for fs::copy on Windows
Peter Atashian
-1
/
+17
2015-07-09
Add FileTypeUnix trait to add unix special file types
Jesús Espino
-1
/
+1
2015-06-12
Auto merge of #25844 - alexcrichton:stabilize-fs-features, r=aturon
bors
-19
/
+10
2015-06-09
std: Tweak process raising/lowering implementations
Alex Crichton
-2
/
+0
2015-06-09
std: Stabilize a number of new fs features
Alex Crichton
-19
/
+10
2015-05-17
Make debug builders take &mut self, add entries method
Steven Fackler
-3
/
+4
2015-05-07
std: Rename sys::foo2 modules to sys::foo
Alex Crichton
-0
/
+528
2015-04-14
std: Remove old_io/old_path/rand modules
Alex Crichton
-409
/
+0
2015-04-04
fixing some tests and temporarily disabling others to get Bitrig build workin...
Dave Huseby
-1
/
+2
2015-03-31
std: Clean out #[deprecated] APIs
Alex Crichton
-3
/
+1
2015-03-26
Mass rename uint/int to usize/isize
Alex Crichton
-9
/
+9
2015-03-21
Auto merge of #23470 - alexcrichton:less-prelude, r=aturon
bors
-0
/
+1
2015-03-20
std: Remove old_io/old_path from the prelude
Alex Crichton
-0
/
+1
2015-03-20
don't use Result::ok just to be able to use unwrap/unwrap_or
Oliver Schneider
-1
/
+1
2015-03-13
Fallout of std::old_io deprecation
Alex Crichton
-0
/
+1
2015-03-12
Stabilize std::path
Aaron Turon
-0
/
+2
2015-03-05
Remove integer suffixes where the types in compiled code are identical.
Eduard Burtescu
-1
/
+1
2015-02-26
fixing a few bitrig build breakers
Dave Huseby
-15
/
+0
2015-02-21
Auto merge of #21959 - dhuseby:bitrig-support, r=brson
bors
-3
/
+30
2015-02-18
std: Implement CString-related RFCs
Alex Crichton
-21
/
+21
2015-02-15
openbsd: disable test_file_desc test
Sébastien Marie
-1
/
+4
2015-02-11
fixing more trailing whitespace
Dave Huseby
-1
/
+1
2015-02-11
fixing trailing whitespace errors
Dave Huseby
-6
/
+6
2015-02-11
bitrig integration
Dave Huseby
-3
/
+30
2015-01-26
Fallout of io => old_io
Alex Crichton
-10
/
+10
2015-01-19
Replace `0 as *const/mut T` with `ptr::null/null_mut()`
we
-1
/
+2
2015-01-06
core: split into fmt::Show and fmt::String
Sean McArthur
-1
/
+1
2015-01-05
std: Redesign c_str and c_vec
Alex Crichton
-23
/
+25
2015-01-03
sed -i -s 's/\bmod,/self,/g' **/*.rs
Jorge Aparicio
-1
/
+1
2015-01-02
std: Stabilize the prelude module
Alex Crichton
-7
/
+6
2015-01-02
Fallout - change array syntax to use `;`
Nick Cameron
-1
/
+1
2014-12-20
Fix the fallout of removing feature(import_shadowing).
Eduard Burtescu
-4
/
+1
2014-12-08
auto merge of #19378 : japaric/rust/no-as-slice, r=alexcrichton
bors
-1
/
+1
2014-12-06
libstd: remove unnecessary `as_mut_slice` calls
Jorge Aparicio
-1
/
+1
2014-12-05
Utilize fewer reexports
Corey Farwell
-1
/
+1
2014-11-24
Clean up FileType enum following enum namespacing
Ben S
-6
/
+6
2014-11-17
Fix fallout from coercion removal
Nick Cameron
-3
/
+3
2014-11-08
Runtime removal: refactor tty
Aaron Turon
-19
/
+0
2014-11-08
Runtime removal: refactor process
Aaron Turon
-0
/
+411