summary refs log tree commit diff
path: root/src/libstd/sys/windows/c.rs
AgeCommit message (Expand)AuthorLines
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
2016-02-20Remove dead code from sys::windows::cPaul Dicker-200/+26
2016-02-13Fixes #28528Paul Dicker-0/+10
2016-02-11bootstrap: Add directives to not double-link libsAlex Crichton-0/+3
2016-01-13Implement RFC 1252 expanding the OpenOptions structurePaul Dicker-6/+28
2015-12-21Register new snapshotsAlex Crichton-1/+1
2015-12-10std: Remove deprecated functionality from 1.5Alex Crichton-4/+7
2015-11-19std: Add Instant and SystemTime to std::timeAlex Crichton-0/+2
2015-11-09std: Migrate to the new libcAlex Crichton-287/+1000
2015-11-06Auto merge of #29305 - alexcrichton:bad-getenv, r=brsonbors-0/+1
2015-11-01Auto merge of #29177 - vadimcn:rtstuff, r=alexcrichtonbors-0/+1
2015-10-26std: Slightly more robust env var handlingAlex Crichton-0/+1
2015-10-23Drop `advapi32` and `shell32` from late_link_args.Vadim Chugunov-0/+1
2015-10-19Add error kind handling for ERROR_PATH_NOT_FOUNDPeter Atashian-0/+2