summary refs log tree commit diff
path: root/src/libstd/sys/windows
AgeCommit message (Expand)AuthorLines
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
2019-03-27Rollup merge of #59284 - RalfJung:maybe-uninit, r=sfacklerJosh Stone-1/+1
2019-03-26fix some uses I missedRalf Jung-1/+1
2019-03-22Update sys::time impls to have checked_sub_instantLinus Färnstrand-4/+4
2019-03-11Improvements to comments in libstd, libcore, liballoc.Alexander Regueiro-3/+3
2019-03-02Auto merge of #58216 - pitdicker:sqos_flags, r=alexcrichtonbors-8/+25
2019-02-28Fix rebase failTaiki Endo-4/+4
2019-02-28libstd => 2018Taiki Endo-249/+257
2019-02-26Auto merge of #58357 - sfackler:vectored-io, r=alexcrichtonbors-14/+144
2019-02-23Correct OpenOptions::security_qos_flags documentationPaul Dicker-6/+20
2019-02-23Remove pub(crate) from stderr_rawPaul Dicker-1/+1
2019-02-20Use standard Read/Write traits in sys::stdioPaul Dicker-36/+45
2019-02-20Address review commentsPaul Dicker-22/+36
2019-02-20Refactor Windows stdio and remove stdin double bufferingPaul Dicker-116/+178
2019-02-20Remove unused Read implementation on sys::Windows::StdinPaul Dicker-9/+0
2019-02-20Remove sys::*::Stderr Write implementationPaul Dicker-14/+1
2019-02-15Fix SECURITY_SQOS_PRESENT missingPaul Dicker-2/+5
2019-02-13impl Deref/DerefMut for IoVec typesSteven Fackler-3/+3
2019-02-13Add vectored read and write supportSteven Fackler-14/+144
2019-02-10libs: doc commentsAlexander Regueiro-7/+7
2019-02-10tests: doc commentsAlexander Regueiro-8/+8
2019-02-03Improve error message and docs for non-UTF-8 bytes in stdio on WindowsAustin Bonander-1/+3
2019-01-26Replace deprecated ATOMIC_INIT constsMark Rousskov-2/+2
2019-01-23Add a comment on the meaning of Instant t: DurationAlex Berghage-0/+2
2019-01-22Rebase and fix new instantiation fnAlex Berghage-1/+1
2019-01-22Move Instant backing type to DurationAlex Berghage-22/+14
2019-01-22Simplify units in Duration/Instant math on WindowsAlex Berghage-42/+78
2019-01-13Cosmetic improvementsAlexander Regueiro-3/+2
2019-01-10std: Render large exit codes as hex on WindowsAlex Crichton-1/+10
2019-01-07std: Force `Instant::now()` to be monotonicAlex Crichton-0/+8
2019-01-05Rollup merge of #57314 - wiktorkuchta:master, r=Centrilkennytm-1/+1
2019-01-05Rollup merge of #57238 - Zoxc:bt-fix, r=alexcrichtonkennytm-1/+10
2019-01-03Fix repeated word typosWiktor Kuchta-1/+1
2019-01-01privacy: Use common `DefId` visiting infra for all privacy visitorsVadim Petrochenkov-10/+0
2018-12-31Fix backtraces on WindowsJohn Kåre Alsaker-1/+10
2018-12-25Remove licensesMark Rousskov-379/+0