about summary refs log tree commit diff
path: root/src/libstd/sys/windows/c.rs
AgeCommit message (Expand)AuthorLines
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
2017-01-06std: Add a nonblocking `Child::try_wait` methodAlex Crichton-0/+1
2017-01-04std: Don't pass overlapped handles to processesAlex Crichton-0/+1
2016-12-26Auto merge of #38274 - elahn:windows-readconsole-ctrl-z, r=alexcrichtonbors-2/+11
2016-12-18Fix WindowsSeo Sanghyeon-3/+2
2016-12-10Ctrl-Z returns from Stdin.read() when reading from the console onElahn Ientile-2/+11
2016-11-22Add a method for setting permissions directly on an open file.Steven Allen-0/+9
2016-11-20support creation of anonymous pipe on WinXP/2K3jsen--0/+1
2016-06-14Add ERROR_FILE_EXISTS to ErrorKind conversion on WindowsGleb Kozyrev-0/+1
2016-05-09rustc: Implement custom panic runtimesAlex Crichton-53/+0
2016-03-12std: Clean out deprecated APIsAlex Crichton-14/+1
2016-03-09std: Don't spawn threads in `wait_with_output`Alex Crichton-4/+34
2016-02-28Fix windowsSteven Fackler-27/+29
2016-02-28Add TCP functionality from net2Steven Fackler-0/+28
2016-02-21RaiseException is used by everything except x86 gnuPaul Dicker-0/+1
2016-02-21Fixes for 32-bitPaul Dicker-10/+11