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
2020-03-28
fix TryEnterCriticalSection return type
Ralf Jung
-1
/
+1
2020-03-16
Rollup merge of #69858 - da-x:windows-precise-time, r=Dylan-DPC
Dylan DPC
-0
/
+4
2020-03-09
Use GetSystemTimePreciseAsFileTime if it is available
Dan Aloni
-0
/
+4
2020-02-23
Implement `Copy` for `IoSlice`
LeSeulArtichaut
-0
/
+1
2019-12-22
Format the world
Mark Rousskov
-261
/
+276
2019-12-21
Require issue = "none" over issue = "0" in unstable attributes
Ross MacArthur
-1
/
+1
2019-07-31
Fix UWP build
Martin Finkel
-1
/
+1
2019-07-25
std: win: Disable stack overflow handling on UWP
Hugo Beauzée-Luyssen
-28
/
+29
2019-07-25
std: win: Don't use console APIs on UWP
Hugo Beauzée-Luyssen
-25
/
+26
2019-07-25
std: win: Don't use GetFileInformationByHandle on UWP
Hugo Beauzée-Luyssen
-19
/
+32
2019-07-25
std: win: Don't use GetUserProfileDirectoryW on UWP
Hugo Beauzée-Luyssen
-7
/
+9
2019-07-25
std: win: Don't expose link() on UWP
Hugo Beauzée-Luyssen
-4
/
+4
2019-07-25
std: win: Don't use SetHandleInformation on UWP
Hugo Beauzée-Luyssen
-5
/
+8
2019-07-25
std: rand: Use BCrypt on UWP
Hugo Beauzée-Luyssen
-2
/
+23
2019-05-25
std: Depend on `backtrace` crate from crates.io
Alex Crichton
-371
/
+0
2019-02-28
libstd => 2018
Taiki Endo
-5
/
+6
2019-02-13
Add vectored read and write support
Steven Fackler
-0
/
+25
2018-12-25
Remove licenses
Mark Rousskov
-10
/
+0
2018-12-10
Remove dependency on shell32.dll #56510
Michael Howell
-3
/
+0
2018-11-11
std: Delete the `alloc_system` crate
Alex Crichton
-0
/
+7
2018-09-07
Fix tidy errors
Jordan Rhee
-1
/
+2
2018-09-04
Add target thumbv7a-pc-windows-msvc
Jordan Rhee
-1
/
+40
2018-09-01
Rollup merge of #53076 - QuietMisdreavus:cfg-rustdoc, r=GuillaumeGomez
kennytm
-1
/
+1
2018-08-31
use cfg(rustdoc) instead of cfg(dox) in std and friends
QuietMisdreavus
-1
/
+1
2018-08-29
Replace usages of 'bad_style' with 'nonstandard_style'.
Corey Farwell
-1
/
+1
2018-08-15
Start adding an `aarch64-pc-windows-msvc` target
Alex Crichton
-1
/
+63
2018-07-30
Don't commit thread stack on Windows
Xidorn Quan
-0
/
+2
2018-06-28
Add a fallback for stacktrace printing for older Windows versions.
moxian
-0
/
+16
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
[next]