about summary refs log tree commit diff
path: root/src/libstd/sys/windows/c.rs
AgeCommit message (Expand)AuthorLines
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
2015-10-13Make the Metadata struct CloneBen S-0/+1
2015-09-03Use `null()`/`null_mut()` instead of `0 as *const T`/`0 as *mut T`Vadim Petrochenkov-2/+3
2015-08-10Remove morestack supportAlex Crichton-0/+25
2015-07-10std: Consider directory junctions as directoriesAlex Crichton-0/+50
2015-07-10Use CopyFileEx for fs::copy on WindowsPeter Atashian-0/+24
2015-06-30std: Avoid the WSA_FLAG_NO_HANDLE_INHERIT optionAlex Crichton-0/+5
2015-06-27std: Fix Windows XP compatibilityAlex Crichton-115/+96
2015-05-27Use `const fn` to abstract away the contents of UnsafeCell & friends.Eduard Burtescu-2/+2
2015-05-16std: Add an unstable method Child::idAlex Crichton-0/+1
2015-04-22std: Audit std::thread implementationsAlex Crichton-0/+11
2015-04-21Deprecate std::fs::soft_link in favor of platform-specific versionsBrian Campbell-0/+2
2015-04-15Auto merge of #24426 - alexcrichton:windows-pipes, r=aturonbors-0/+4
2015-04-15Auto merge of #24211 - alexcrichton:windows-wsa-flag-overlapped, r=aturonbors-0/+2
2015-04-14std: Remove final usage of fds from WindowsAlex Crichton-0/+4
2015-04-14std: Set overlap/noinherit flags on windows socketsAlex Crichton-0/+2
2015-04-08std: Fix fs::read_link behavior on WindowsAlex Crichton-0/+30
2015-04-02Tweak relese notes + rebase fixesAlex Crichton-1/+0