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
2018-01-26
Print inlined functions on Windows
John Kåre Alsaker
-1
/
+3
2018-01-07
Replace empty array hack with repr(align)
Robin Kruppe
-11
/
+3
2017-11-03
Fix std compile error for windows-gnu targets without `backtrace` feature
Rolf Karp
-2
/
+2
2017-10-18
std: Update randomness implementation on Windows
Alex Crichton
-15
/
+3
2017-10-03
windows: make `backtrace = false` compile
hinaria
-0
/
+11
2017-09-06
Implement named threads on Windows
Joshua Sheard
-2
/
+9
2017-08-26
std: Handle OS errors when joining threads
Alex Crichton
-0
/
+1
2017-08-12
Fix error during cross-platform documentation.
kennytm
-2
/
+10
2017-07-06
Implement TcpStream::connect_timeout
Steven Fackler
-0
/
+27
2017-05-11
Auto merge of #41684 - jethrogb:feature/ntstatus, r=alexcrichton
bors
-0
/
+3
2017-05-06
Fix definitions of ULONG_PTR
Joshua Sheard
-3
/
+4
2017-05-05
std: Avoid locks during TLS destruction on Windows
Alex Crichton
-1
/
+0
2017-05-03
Windows io::Error: also format NTSTATUS error codes
Jethro Beekman
-0
/
+3
2017-02-15
Fix parameter to GetUserProfileDirectoryW
Peter Atashian
-1
/
+1
2017-02-06
std: Remove cfg(cargobuild) annotations
Alex Crichton
-7
/
+0
2017-02-05
Rollup merge of #38983 - APTy:udp-peek, r=aturon
Corey Farwell
-0
/
+1
2017-02-05
Rollup merge of #38921 - chris-morgan:windows-unprivileged-symlink-creation, ...
Corey Farwell
-0
/
+1
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
[next]