about summary refs log tree commit diff
path: root/src/libstd/sys/windows
AgeCommit message (Expand)AuthorLines
2015-08-15std: Add issues to all unstable featuresAlex Crichton-2/+4
2015-08-12Remove all unstable deprecated functionalityAlex Crichton-33/+0
2015-08-11Register new snapshotsAlex Crichton-25/+0
2015-08-11Rollup merge of #27577 - diaphore:trailing-newline-formatmessagew, r=alexcric...Manish Goregaokar-3/+7
2015-08-11Auto merge of #26818 - sfackler:duration-stabilization, r=aturonbors-3/+3
2015-08-10Stabilize the Duration APISteven Fackler-3/+3
2015-08-10Remove morestack supportAlex Crichton-91/+47
2015-08-07Trim trailing newline from FormatMessageWdiaphore-3/+7
2015-08-04syntax: Don't assume `std` exists for testsAlex Crichton-1/+1
2015-08-03syntax: Implement #![no_core]Alex Crichton-2/+12
2015-07-23Rewrite the improper_ctypes lint.Eli Friedman-0/+2
2015-07-22Auto merge of #27172 - alexcrichton:snapshots, r=brsonbors-1/+4
2015-07-21Auto merge of #27073 - alexcrichton:less-proc-fs, r=brsonbors-3/+4
2015-07-21std: Be resilient to failure in pthread_getattr_npAlex Crichton-3/+4
2015-07-21Auto merge of #27150 - retep998:where-are-my-files, r=alexcrichtonbors-9/+15
2015-07-20std: Fix compiling the standard library on i686-MSVCAlex Crichton-1/+4
2015-07-20Improve Debug impl for File on WindowsPeter Atashian-9/+15
2015-07-20std: Add IntoRaw{Fd,Handle,Socket} traitsAlex Crichton-6/+89
2015-07-17Rollup merge of #27069 - Eljay:fix-raw-attr-typo, r=alexcrichtonManish Goregaokar-1/+1
2015-07-16Fix typo in stability attribute.Lee Jeffery-1/+1
2015-07-10std: Consider directory junctions as directoriesAlex Crichton-35/+225
2015-07-10Auto merge of #26751 - retep998:copy-that-floppy, r=alexcrichtonbors-0/+49
2015-07-10Use CopyFileEx for fs::copy on WindowsPeter Atashian-0/+49
2015-07-09Use vec![elt; n] where possibleUlrik Sverdrup-2/+1
2015-07-06Auto merge of #26741 - alexcrichton:noinline-destructors, r=brsonbors-2/+6
2015-07-01msvc: Fix TLS destructorsAlex Crichton-2/+6
2015-06-30std: Avoid the WSA_FLAG_NO_HANDLE_INHERIT optionAlex Crichton-16/+34
2015-06-27std: Fix Windows XP compatibilityAlex Crichton-242/+352
2015-06-23Auto merge of #26219 - Veedrac:patch-1, r=alexcrichtonbors-0/+5
2015-06-18std: Add FromRaw{Fd,Handle,Socket} to os preludesAlex Crichton-0/+2
2015-06-18Fix libstd testsAlex Crichton-2/+1
2015-06-15Auto merge of #26168 - sfackler:stdout-panic, r=alexcrichtonbors-9/+11
2015-06-14Implement RFC 1014Steven Fackler-9/+11
2015-06-12Auto merge of #25844 - alexcrichton:stabilize-fs-features, r=aturonbors-7/+14
2015-06-11Auto merge of #26190 - Veedrac:no-iter, r=alexcrichtonbors-1/+1
2015-06-11Changed patch wordingJoshua Landau-3/+5
2015-06-11Comment for #26196.Joshua Landau-0/+3
2015-06-11Auto merge of #26159 - alexcrichton:tweak-process-lowering-raising, r=brsonbors-40/+15
2015-06-10Removed many pointless calls to *iter() and iter_mut()Joshua Landau-1/+1
2015-06-09std: Tweak process raising/lowering implementationsAlex Crichton-40/+15
2015-06-09std: Stabilize a number of new fs featuresAlex Crichton-7/+14
2015-06-08OpenOptionsExt on Windows: i32 -> u32Peter Atashian-17/+17
2015-06-01Auto merge of #25246 - mzabaluev:io-invalid-data, r=alexcrichtonbors-1/+1
2015-05-30Auto merge of #25818 - sfackler:socket-timeouts, r=alexcrichtonbors-0/+30
2015-05-29Auto merge of #25494 - alexcrichton:stdio-from-raw, r=aturonbors-14/+122
2015-05-29std::io: New ErrorKind value InvalidDataMikhail Zabaluev-1/+1
2015-05-28Implement RFC 1047 - socket timeoutsSteven Fackler-0/+30
2015-05-27Use `const fn` to abstract away the contents of UnsafeCell & friends.Eduard Burtescu-26/+21
2015-05-20Fix stability and deprecation markers on soft_link and symlinkBrian Campbell-2/+2
2015-05-16std: Implement lowering and raising for process IOAlex Crichton-14/+122