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
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
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
[next]