summary refs log tree commit diff
path: root/src/libstd/sys/windows
AgeCommit message (Expand)AuthorLines
2020-01-16Rollup merge of #68033 - ollie27:win_f32, r=dtolnayDylan DPC-5/+5
2020-01-10make use of pointer::is_nullLzu Tao-1/+1
2020-01-08Don't use f64 shims for f32 cmath functions on none 32-bit x86 MSVCOliver Middleton-5/+5
2020-01-04Rollup merge of #67848 - ollie27:float_link_name_attr, r=Dylan-DPCGuillaume Gomez-1/+0
2020-01-03Remove unused `#[link_name = "m"]` attributesOliver Middleton-1/+0
2020-01-02Use drop instead of the toilet closure `|_| ()`Lzu Tao-6/+6
2019-12-28Auto merge of #67605 - lzutao:msdn-links, r=Mark-Simulacrumbors-17/+17
2019-12-25tidy: change msdn links to newer locationsLzu Tao-17/+17
2019-12-24Deprecate Error::description for realDavid Tolnay-0/+1
2019-12-22Format the worldMark Rousskov-544/+548
2019-12-21Require issue = "none" over issue = "0" in unstable attributesRoss MacArthur-12/+12
2019-12-09inline some common methods on OsStrLzu Tao-0/+1
2019-12-02added correct error code for WSASocketW failure fallbackavikozokin-2/+2
2019-11-29Format libstd/sys with rustfmtDavid Tolnay-518/+613
2019-10-22Apply clippy::while_let_on_iterator suggestionsMateusz Mikuła-2/+1
2019-10-22Apply clippy::needless_return suggestionsMateusz Mikuła-7/+7
2019-10-11make File::try_clone produce non-inheritable handles on WindowsJack O'Connor-1/+1
2019-09-05std: Improve downstream codegen in `Command::env`Alex Crichton-13/+11
2019-08-15Rollup merge of #63155 - mfkl:uwp-msvc, r=alexcrichtonMazdak Farrokhzad-2/+2
2019-08-03Add {IoSlice, IoSliceMut}::advanceThomas de Zeeuw-0/+24
2019-07-31Fix UWP buildMartin Finkel-2/+2
2019-07-27Rollup merge of #63013 - nivkner:ffi-safe-slice, r=sfacklerMazdak Farrokhzad-0/+1
2019-07-26add repr(transparent) to IoSliceMut where missingNiv Kaminer-0/+1
2019-07-26std: Add more accessors for `Metadata` on WindowsAlex Crichton-16/+69
2019-07-25std: win: Disable stack overflow handling on UWPHugo Beauzée-Luyssen-29/+45
2019-07-25std: win: Don't use console APIs on UWPHugo Beauzée-Luyssen-26/+119
2019-07-25std: win: Don't use GetFileInformationByHandle on UWPHugo Beauzée-Luyssen-19/+76
2019-07-25std: win: Don't use GetUserProfileDirectoryW on UWPHugo Beauzée-Luyssen-13/+26
2019-07-25std: win: Don't expose link() on UWPHugo Beauzée-Luyssen-4/+11
2019-07-25std: win: Don't use SetHandleInformation on UWPHugo Beauzée-Luyssen-19/+61
2019-07-25std: rand: Use BCrypt on UWPHugo Beauzée-Luyssen-2/+41
2019-07-25libstd: windows: compat: Allow use of attributesHugo Beauzée-Luyssen-0/+2
2019-07-05Rollup merge of #62123 - jeremystucki:needless_lifetimes_std, r=alexcrichtonMazdak Farrokhzad-2/+2
2019-07-01Convert more usages overChris Gregory-1/+1
2019-07-01Remove needless lifetimesJeremy Stucki-2/+2
2019-06-20Auto merge of #60341 - mtak-:macos-tlv-workaround, r=alexcrichtonbors-4/+0
2019-05-25std: Depend on `backtrace` crate from crates.ioAlex Crichton-1059/+0
2019-05-22Revert "Add implementations of last in terms of next_back on a bunch of Doubl...Steven Fackler-2/+0
2019-05-15Revert "ensure fast thread local lookups occur once per access on macos"tyler-4/+0
2019-05-15ensure fast thread local lookups occur once per access on macostyler-0/+4
2019-05-15remove dead code: requires_move_before_droptyler-4/+0
2019-05-14Rollup merge of #60130 - khuey:efficient_last, r=sfacklerMazdak Farrokhzad-0/+2
2019-04-27Stabilized vectored IOSteven Fackler-21/+21
2019-04-19Add implementations of last in terms of next_back on a bunch of DoubleEndedIt...Kyle Huey-0/+2
2019-04-14Rollup merge of #59852 - alexcrichton:more-vectored, r=sfacklerMazdak Farrokhzad-3/+31
2019-04-10std: Add `{read,write}_vectored` for more typesAlex Crichton-3/+31
2019-04-10Eliminate `FnBox` usages from libstd.CrLF0710-2/+1
2019-04-04std: Avoid usage of `Once` in `Instant`Alex Crichton-6/+18
2019-03-31libstd: deny(elided_lifetimes_in_paths)Mazdak Farrokhzad-17/+17
2019-03-29implement `AsRawFd` for stdio locksAndy Russell-0/+21