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
/
sys
/
windows
/
c.rs
Age
Commit message (
Expand
)
Author
Lines
2015-07-10
std: Consider directory junctions as directories
Alex Crichton
-0
/
+50
2015-07-10
Use CopyFileEx for fs::copy on Windows
Peter Atashian
-0
/
+24
2015-06-30
std: Avoid the WSA_FLAG_NO_HANDLE_INHERIT option
Alex Crichton
-0
/
+5
2015-06-27
std: Fix Windows XP compatibility
Alex Crichton
-115
/
+96
2015-05-27
Use `const fn` to abstract away the contents of UnsafeCell & friends.
Eduard Burtescu
-2
/
+2
2015-05-16
std: Add an unstable method Child::id
Alex Crichton
-0
/
+1
2015-04-22
std: Audit std::thread implementations
Alex Crichton
-0
/
+11
2015-04-21
Deprecate std::fs::soft_link in favor of platform-specific versions
Brian Campbell
-0
/
+2
2015-04-15
Auto merge of #24426 - alexcrichton:windows-pipes, r=aturon
bors
-0
/
+4
2015-04-15
Auto merge of #24211 - alexcrichton:windows-wsa-flag-overlapped, r=aturon
bors
-0
/
+2
2015-04-14
std: Remove final usage of fds from Windows
Alex Crichton
-0
/
+4
2015-04-14
std: Set overlap/noinherit flags on windows sockets
Alex Crichton
-0
/
+2
2015-04-08
std: Fix fs::read_link behavior on Windows
Alex Crichton
-0
/
+30
2015-04-02
Tweak relese notes + rebase fixes
Alex Crichton
-1
/
+0
2015-04-01
Test fixes and rebase conflicts, round 2
Alex Crichton
-3
/
+3
2015-03-31
Test fixes and rebase conflicts, round 3
Alex Crichton
-1
/
+1
2015-03-31
std: Add a process::exit function
Alex Crichton
-0
/
+1
2015-03-11
Example -> Examples
Steve Klabnik
-1
/
+1
2015-02-28
std: Implement stdio for `std::io`
Alex Crichton
-0
/
+6
2015-02-18
Round 4 test fixes and rebase conflicts
Alex Crichton
-1
/
+1
2015-02-18
Remove `i`, `is`, `u`, or `us` suffixes that are not necessary.
Niko Matsakis
-1
/
+1
2015-02-11
More test fixes and rebase conflicts
Alex Crichton
-0
/
+42
2015-02-01
std: Add a new `env` module
Alex Crichton
-40
/
+150
2015-01-19
std::dynamic_lib: Fix Windows error handling
klutzy
-0
/
+7
2015-01-06
More test fixes
Alex Crichton
-20
/
+19
2015-01-06
rollup merge of #20612: retep998/winsize
Alex Crichton
-0
/
+30
2015-01-06
Implement TTY::get_winsize for Windows
Peter Atashian
-0
/
+30
2015-01-05
std: Redesign c_str and c_vec
Alex Crichton
-9
/
+8
2015-01-02
rollup merge of #20273: alexcrichton/second-pass-comm
Alex Crichton
-1
/
+0
2015-01-02
std: Stabilize the prelude module
Alex Crichton
-2
/
+4
2015-01-02
More fallout
Nick Cameron
-6
/
+6
2014-12-29
Test fixes and rebase conflicts
Alex Crichton
-1
/
+0
2014-12-29
std: Stabilize the prelude module
Alex Crichton
-2
/
+2
2014-12-18
librustc: Always parse `macro!()`/`macro![]` as expressions if not
Patrick Walton
-6
/
+6
2014-11-25
Fallout from stabilization
Aaron Turon
-1
/
+1
2014-11-08
Runtime removal: add private sys, sys_common modules
Aaron Turon
-0
/
+250