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
Age
Commit message (
Expand
)
Author
Lines
2020-03-28
ascii methods on osstr
TyPR124
-0
/
+30
2020-03-20
add comment about maintaining OsStr encoding
TyPR124
-0
/
+2
2020-03-16
make safety comments more explicit
TyPR124
-4
/
+4
2020-03-16
corrections on safety comments
TyPR124
-3
/
+3
2020-03-16
remove #[inline] for consistency in windows/os_str
TyPR124
-1
/
+0
2020-03-16
add comments about safety
TyPR124
-0
/
+6
2020-03-16
allowing getting &mut OsStr from OsString
TyPR124
-0
/
+5
2020-03-16
Rollup merge of #69858 - da-x:windows-precise-time, r=Dylan-DPC
Dylan DPC
-1
/
+5
2020-03-09
Use GetSystemTimePreciseAsFileTime if it is available
Dan Aloni
-1
/
+5
2020-02-23
Implement `Copy` for `IoSlice`
LeSeulArtichaut
-0
/
+2
2020-01-16
Rollup merge of #68033 - ollie27:win_f32, r=dtolnay
Dylan DPC
-5
/
+5
2020-01-10
make use of pointer::is_null
Lzu Tao
-1
/
+1
2020-01-08
Don't use f64 shims for f32 cmath functions on none 32-bit x86 MSVC
Oliver Middleton
-5
/
+5
2020-01-04
Rollup merge of #67848 - ollie27:float_link_name_attr, r=Dylan-DPC
Guillaume Gomez
-1
/
+0
2020-01-03
Remove unused `#[link_name = "m"]` attributes
Oliver Middleton
-1
/
+0
2020-01-02
Use drop instead of the toilet closure `|_| ()`
Lzu Tao
-6
/
+6
2019-12-28
Auto merge of #67605 - lzutao:msdn-links, r=Mark-Simulacrum
bors
-17
/
+17
2019-12-25
tidy: change msdn links to newer locations
Lzu Tao
-17
/
+17
2019-12-24
Deprecate Error::description for real
David Tolnay
-0
/
+1
2019-12-22
Format the world
Mark Rousskov
-544
/
+548
2019-12-21
Require issue = "none" over issue = "0" in unstable attributes
Ross MacArthur
-12
/
+12
2019-12-09
inline some common methods on OsStr
Lzu Tao
-0
/
+1
2019-12-02
added correct error code for WSASocketW failure fallback
avikozokin
-2
/
+2
2019-11-29
Format libstd/sys with rustfmt
David Tolnay
-518
/
+613
2019-10-22
Apply clippy::while_let_on_iterator suggestions
Mateusz Mikuła
-2
/
+1
2019-10-22
Apply clippy::needless_return suggestions
Mateusz Mikuła
-7
/
+7
2019-10-11
make File::try_clone produce non-inheritable handles on Windows
Jack O'Connor
-1
/
+1
2019-09-05
std: Improve downstream codegen in `Command::env`
Alex Crichton
-13
/
+11
2019-08-15
Rollup merge of #63155 - mfkl:uwp-msvc, r=alexcrichton
Mazdak Farrokhzad
-2
/
+2
2019-08-03
Add {IoSlice, IoSliceMut}::advance
Thomas de Zeeuw
-0
/
+24
2019-07-31
Fix UWP build
Martin Finkel
-2
/
+2
2019-07-27
Rollup merge of #63013 - nivkner:ffi-safe-slice, r=sfackler
Mazdak Farrokhzad
-0
/
+1
2019-07-26
add repr(transparent) to IoSliceMut where missing
Niv Kaminer
-0
/
+1
2019-07-26
std: Add more accessors for `Metadata` on Windows
Alex Crichton
-16
/
+69
2019-07-25
std: win: Disable stack overflow handling on UWP
Hugo Beauzée-Luyssen
-29
/
+45
2019-07-25
std: win: Don't use console APIs on UWP
Hugo Beauzée-Luyssen
-26
/
+119
2019-07-25
std: win: Don't use GetFileInformationByHandle on UWP
Hugo Beauzée-Luyssen
-19
/
+76
2019-07-25
std: win: Don't use GetUserProfileDirectoryW on UWP
Hugo Beauzée-Luyssen
-13
/
+26
2019-07-25
std: win: Don't expose link() on UWP
Hugo Beauzée-Luyssen
-4
/
+11
2019-07-25
std: win: Don't use SetHandleInformation on UWP
Hugo Beauzée-Luyssen
-19
/
+61
2019-07-25
std: rand: Use BCrypt on UWP
Hugo Beauzée-Luyssen
-2
/
+41
2019-07-25
libstd: windows: compat: Allow use of attributes
Hugo Beauzée-Luyssen
-0
/
+2
2019-07-05
Rollup merge of #62123 - jeremystucki:needless_lifetimes_std, r=alexcrichton
Mazdak Farrokhzad
-2
/
+2
2019-07-01
Convert more usages over
Chris Gregory
-1
/
+1
2019-07-01
Remove needless lifetimes
Jeremy Stucki
-2
/
+2
2019-06-20
Auto merge of #60341 - mtak-:macos-tlv-workaround, r=alexcrichton
bors
-4
/
+0
2019-05-25
std: Depend on `backtrace` crate from crates.io
Alex Crichton
-1059
/
+0
2019-05-22
Revert "Add implementations of last in terms of next_back on a bunch of Doubl...
Steven Fackler
-2
/
+0
2019-05-15
Revert "ensure fast thread local lookups occur once per access on macos"
tyler
-4
/
+0
2019-05-15
ensure fast thread local lookups occur once per access on macos
tyler
-0
/
+4
[next]