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
/
windows
/
fs.rs
Age
Commit message (
Expand
)
Author
Lines
2015-11-21
Also check for NULs in environment variables
Tobias Bucher
-10
/
+3
2015-11-19
Error when paths contain NUL characters
Tobias Bucher
-19
/
+24
2015-11-09
std: Migrate to the new libc
Alex Crichton
-83
/
+80
2015-10-13
Make the Metadata struct Clone
Ben S
-0
/
+1
2015-09-29
Make fs::canonicalize work on directories on Windows
Peter Atashian
-0
/
+2
2015-09-03
Use `null()`/`null_mut()` instead of `0 as *const T`/`0 as *mut T`
Vadim Petrochenkov
-9
/
+9
2015-08-12
Remove all unstable deprecated functionality
Alex Crichton
-13
/
+0
2015-08-11
Register new snapshots
Alex Crichton
-2
/
+0
2015-08-03
syntax: Implement #![no_core]
Alex Crichton
-1
/
+2
2015-07-21
Auto merge of #27150 - retep998:where-are-my-files, r=alexcrichton
bors
-9
/
+15
2015-07-20
Improve Debug impl for File on Windows
Peter Atashian
-9
/
+15
2015-07-20
std: Add IntoRaw{Fd,Handle,Socket} traits
Alex Crichton
-2
/
+2
2015-07-10
std: Consider directory junctions as directories
Alex Crichton
-35
/
+175
2015-07-10
Use CopyFileEx for fs::copy on Windows
Peter Atashian
-0
/
+25
2015-06-27
std: Fix Windows XP compatibility
Alex Crichton
-5
/
+3
2015-06-10
Removed many pointless calls to *iter() and iter_mut()
Joshua Landau
-1
/
+1
2015-06-08
OpenOptionsExt on Windows: i32 -> u32
Peter Atashian
-9
/
+9
2015-05-07
std: Rename sys::foo2 modules to sys::foo
Alex Crichton
-0
/
+579
2015-04-14
std: Remove old_io/old_path/rand modules
Alex Crichton
-452
/
+0
2015-04-01
Test fixes and rebase conflicts
Alex Crichton
-0
/
+7
2015-03-31
Test fixes and rebase conflicts, round 2
Alex Crichton
-7
/
+0
2015-03-26
Mass rename uint/int to usize/isize
Alex Crichton
-9
/
+9
2015-03-20
std: Remove old_io/old_path from the prelude
Alex Crichton
-0
/
+1
2015-03-13
Auto merge of #23229 - aturon:stab-path, r=alexcrichton
bors
-0
/
+2
2015-03-12
Stabilize std::path
Aaron Turon
-0
/
+2
2015-03-12
std: Remove #[allow] directives in sys modules
Alex Crichton
-2
/
+2
2015-02-24
std: Move std::env to the new I/O APIs
Alex Crichton
-1
/
+3
2015-02-01
std: Add a new `env` module
Alex Crichton
-16
/
+4
2015-01-29
Rollup merge of #21640 - retep998:rmdir, r=alexcrichton
Manish Goregaokar
-1
/
+1
2015-01-26
std: Rename Writer::write to Writer::write_all
Alex Crichton
-15
/
+15
2015-01-25
wrmdir -> RemoveDirectoryW
Peter Atashian
-1
/
+1
2015-01-21
Fallout from stabilization.
Aaron Turon
-1
/
+1
2015-01-07
Test fixes and rebase conflicts
Alex Crichton
-1
/
+1
2015-01-05
std: Redesign c_str and c_vec
Alex Crichton
-1
/
+0
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
-1
/
+1
2014-12-29
Test fixes and rebase conflicts
Alex Crichton
-2
/
+2
2014-12-21
Fallout of std::str stabilization
Alex Crichton
-1
/
+2
2014-12-20
Fix the fallout of removing feature(import_shadowing).
Eduard Burtescu
-2
/
+1
2014-12-18
Revise std::thread API to join by default
Aaron Turon
-1
/
+1
2014-12-09
rollup merge of #19620: retep998/memorymap
Alex Crichton
-1
/
+1
2014-12-07
Make MemoryMap use HANDLE on Windows.
Peter Atashian
-1
/
+1
2014-12-06
libstd: remove unnecessary `as_slice()` calls
Jorge Aparicio
-2
/
+2
2014-12-04
libstd: io::fs::File::stat() need not to take &mut self.
NODA, Kai
-1
/
+1
2014-11-24
Clean up FileType enum following enum namespacing
Ben S
-6
/
+6
2014-11-18
Windows and OS X fallout
Nick Cameron
-1
/
+1
2014-11-08
Runtime removal: refactor process
Aaron Turon
-0
/
+460