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
/
c.rs
Age
Commit message (
Expand
)
Author
Lines
2017-02-04
libstd/net: Add `peek` APIs to UdpSocket and TcpStream
Tyler Julian
-0
/
+1
2017-01-27
Attempt at fixing dead code lints
Segev Finer
-14
/
+31
2017-01-24
Make backtraces work on Windows GNU targets again.
Segev Finer
-0
/
+23
2017-01-09
Auto merge of #38866 - alexcrichton:try-wait, r=aturon
bors
-0
/
+1
2017-01-09
Support unprivileged symlink creation in Windows
Chris Morgan
-0
/
+1
2017-01-06
std: Add a nonblocking `Child::try_wait` method
Alex Crichton
-0
/
+1
2017-01-04
std: Don't pass overlapped handles to processes
Alex Crichton
-0
/
+1
2016-12-26
Auto merge of #38274 - elahn:windows-readconsole-ctrl-z, r=alexcrichton
bors
-2
/
+11
2016-12-18
Fix Windows
Seo Sanghyeon
-3
/
+2
2016-12-10
Ctrl-Z returns from Stdin.read() when reading from the console on
Elahn Ientile
-2
/
+11
2016-11-22
Add a method for setting permissions directly on an open file.
Steven Allen
-0
/
+9
2016-11-20
support creation of anonymous pipe on WinXP/2K3
jsen-
-0
/
+1
2016-06-14
Add ERROR_FILE_EXISTS to ErrorKind conversion on Windows
Gleb Kozyrev
-0
/
+1
2016-05-09
rustc: Implement custom panic runtimes
Alex Crichton
-53
/
+0
2016-03-12
std: Clean out deprecated APIs
Alex Crichton
-14
/
+1
2016-03-09
std: Don't spawn threads in `wait_with_output`
Alex Crichton
-4
/
+34
2016-02-28
Fix windows
Steven Fackler
-27
/
+29
2016-02-28
Add TCP functionality from net2
Steven Fackler
-0
/
+28
2016-02-21
RaiseException is used by everything except x86 gnu
Paul Dicker
-0
/
+1
2016-02-21
Fixes for 32-bit
Paul Dicker
-10
/
+11
2016-02-20
Remove dead code from sys::windows::c
Paul Dicker
-200
/
+26
2016-02-13
Fixes #28528
Paul Dicker
-0
/
+10
2016-02-11
bootstrap: Add directives to not double-link libs
Alex Crichton
-0
/
+3
2016-01-13
Implement RFC 1252 expanding the OpenOptions structure
Paul Dicker
-6
/
+28
2015-12-21
Register new snapshots
Alex Crichton
-1
/
+1
2015-12-10
std: Remove deprecated functionality from 1.5
Alex Crichton
-4
/
+7
2015-11-19
std: Add Instant and SystemTime to std::time
Alex Crichton
-0
/
+2
2015-11-09
std: Migrate to the new libc
Alex Crichton
-287
/
+1000
2015-11-06
Auto merge of #29305 - alexcrichton:bad-getenv, r=brson
bors
-0
/
+1
2015-11-01
Auto merge of #29177 - vadimcn:rtstuff, r=alexcrichton
bors
-0
/
+1
2015-10-26
std: Slightly more robust env var handling
Alex Crichton
-0
/
+1
2015-10-23
Drop `advapi32` and `shell32` from late_link_args.
Vadim Chugunov
-0
/
+1
2015-10-19
Add error kind handling for ERROR_PATH_NOT_FOUND
Peter Atashian
-0
/
+2
2015-10-13
Make the Metadata struct Clone
Ben S
-0
/
+1
2015-09-03
Use `null()`/`null_mut()` instead of `0 as *const T`/`0 as *mut T`
Vadim Petrochenkov
-2
/
+3
2015-08-10
Remove morestack support
Alex Crichton
-0
/
+25
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
[prev]
[next]