about summary refs log tree commit diff
path: root/src/libstd/sys/windows/c.rs
AgeCommit message (Expand)AuthorLines
2020-03-28fix TryEnterCriticalSection return typeRalf Jung-1/+1
2020-03-16Rollup merge of #69858 - da-x:windows-precise-time, r=Dylan-DPCDylan DPC-0/+4
2020-03-09Use GetSystemTimePreciseAsFileTime if it is availableDan Aloni-0/+4
2020-02-23Implement `Copy` for `IoSlice`LeSeulArtichaut-0/+1
2019-12-22Format the worldMark Rousskov-261/+276
2019-12-21Require issue = "none" over issue = "0" in unstable attributesRoss MacArthur-1/+1
2019-07-31Fix UWP buildMartin Finkel-1/+1
2019-07-25std: win: Disable stack overflow handling on UWPHugo Beauzée-Luyssen-28/+29
2019-07-25std: win: Don't use console APIs on UWPHugo Beauzée-Luyssen-25/+26
2019-07-25std: win: Don't use GetFileInformationByHandle on UWPHugo Beauzée-Luyssen-19/+32
2019-07-25std: win: Don't use GetUserProfileDirectoryW on UWPHugo Beauzée-Luyssen-7/+9
2019-07-25std: win: Don't expose link() on UWPHugo Beauzée-Luyssen-4/+4
2019-07-25std: win: Don't use SetHandleInformation on UWPHugo Beauzée-Luyssen-5/+8
2019-07-25std: rand: Use BCrypt on UWPHugo Beauzée-Luyssen-2/+23
2019-05-25std: Depend on `backtrace` crate from crates.ioAlex Crichton-371/+0
2019-02-28libstd => 2018Taiki Endo-5/+6
2019-02-13Add vectored read and write supportSteven Fackler-0/+25
2018-12-25Remove licensesMark Rousskov-10/+0
2018-12-10Remove dependency on shell32.dll #56510Michael Howell-3/+0
2018-11-11std: Delete the `alloc_system` crateAlex Crichton-0/+7
2018-09-07Fix tidy errorsJordan Rhee-1/+2
2018-09-04Add target thumbv7a-pc-windows-msvcJordan Rhee-1/+40
2018-09-01Rollup merge of #53076 - QuietMisdreavus:cfg-rustdoc, r=GuillaumeGomezkennytm-1/+1
2018-08-31use cfg(rustdoc) instead of cfg(dox) in std and friendsQuietMisdreavus-1/+1
2018-08-29Replace usages of 'bad_style' with 'nonstandard_style'.Corey Farwell-1/+1
2018-08-15Start adding an `aarch64-pc-windows-msvc` targetAlex Crichton-1/+63
2018-07-30Don't commit thread stack on WindowsXidorn Quan-0/+2
2018-06-28Add a fallback for stacktrace printing for older Windows versions.moxian-0/+16
2018-01-26Print inlined functions on WindowsJohn Kåre Alsaker-1/+3
2018-01-07Replace empty array hack with repr(align)Robin Kruppe-11/+3
2017-11-03Fix std compile error for windows-gnu targets without `backtrace` featureRolf Karp-2/+2
2017-10-18std: Update randomness implementation on WindowsAlex Crichton-15/+3
2017-10-03windows: make `backtrace = false` compilehinaria-0/+11
2017-09-06Implement named threads on WindowsJoshua Sheard-2/+9
2017-08-26std: Handle OS errors when joining threadsAlex Crichton-0/+1
2017-08-12Fix error during cross-platform documentation.kennytm-2/+10
2017-07-06Implement TcpStream::connect_timeoutSteven Fackler-0/+27
2017-05-11Auto merge of #41684 - jethrogb:feature/ntstatus, r=alexcrichtonbors-0/+3
2017-05-06Fix definitions of ULONG_PTRJoshua Sheard-3/+4
2017-05-05std: Avoid locks during TLS destruction on WindowsAlex Crichton-1/+0
2017-05-03Windows io::Error: also format NTSTATUS error codesJethro Beekman-0/+3
2017-02-15Fix parameter to GetUserProfileDirectoryWPeter Atashian-1/+1
2017-02-06std: Remove cfg(cargobuild) annotationsAlex Crichton-7/+0
2017-02-05Rollup merge of #38983 - APTy:udp-peek, r=aturonCorey Farwell-0/+1
2017-02-05Rollup merge of #38921 - chris-morgan:windows-unprivileged-symlink-creation, ...Corey Farwell-0/+1
2017-02-04libstd/net: Add `peek` APIs to UdpSocket and TcpStreamTyler Julian-0/+1
2017-01-27Attempt at fixing dead code lintsSegev Finer-14/+31
2017-01-24Make backtraces work on Windows GNU targets again.Segev Finer-0/+23
2017-01-09Auto merge of #38866 - alexcrichton:try-wait, r=aturonbors-0/+1
2017-01-09Support unprivileged symlink creation in WindowsChris Morgan-0/+1