about summary refs log tree commit diff
path: root/src/libstd/sys/windows/c.rs
AgeCommit message (Expand)AuthorLines
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
2015-04-01Test fixes and rebase conflicts, round 2Alex Crichton-3/+3
2015-03-31Test fixes and rebase conflicts, round 3Alex Crichton-1/+1
2015-03-31std: Add a process::exit functionAlex Crichton-0/+1
2015-03-11Example -> ExamplesSteve Klabnik-1/+1
2015-02-28std: Implement stdio for `std::io`Alex Crichton-0/+6
2015-02-18Round 4 test fixes and rebase conflictsAlex Crichton-1/+1
2015-02-18Remove `i`, `is`, `u`, or `us` suffixes that are not necessary.Niko Matsakis-1/+1
2015-02-11More test fixes and rebase conflictsAlex Crichton-0/+42
2015-02-01std: Add a new `env` moduleAlex Crichton-40/+150
2015-01-19std::dynamic_lib: Fix Windows error handlingklutzy-0/+7
2015-01-06More test fixesAlex Crichton-20/+19
2015-01-06rollup merge of #20612: retep998/winsizeAlex Crichton-0/+30
2015-01-06Implement TTY::get_winsize for WindowsPeter Atashian-0/+30
2015-01-05std: Redesign c_str and c_vecAlex Crichton-9/+8
2015-01-02rollup merge of #20273: alexcrichton/second-pass-commAlex Crichton-1/+0
2015-01-02std: Stabilize the prelude moduleAlex Crichton-2/+4
2015-01-02More falloutNick Cameron-6/+6
2014-12-29Test fixes and rebase conflictsAlex Crichton-1/+0
2014-12-29std: Stabilize the prelude moduleAlex Crichton-2/+2
2014-12-18librustc: Always parse `macro!()`/`macro![]` as expressions if notPatrick Walton-6/+6
2014-11-25Fallout from stabilizationAaron Turon-1/+1
2014-11-08Runtime removal: add private sys, sys_common modulesAaron Turon-0/+250