about summary refs log tree commit diff
path: root/src/libstd/sys/windows
AgeCommit message (Expand)AuthorLines
2015-11-19Re-unignore environment test on MinGWTobias Bucher-1/+1
2015-11-19Ignore malformed environment variables on Windows tooTobias Bucher-15/+24
2015-11-19std: Add Instant and SystemTime to std::timeAlex Crichton-35/+158
2015-11-18Add missing annotations and some testsVadim Petrochenkov-3/+12
2015-11-09std: Migrate to the new libcAlex Crichton-877/+1345
2015-11-06Auto merge of #29462 - alexcrichton:refactor-process-ret, r=aturonbors-13/+8
2015-11-06std: Refactor process exit code handling slightlyAlex Crichton-13/+8
2015-11-06Auto merge of #29305 - alexcrichton:bad-getenv, r=brsonbors-24/+25
2015-11-01Auto merge of #29177 - vadimcn:rtstuff, r=alexcrichtonbors-0/+1
2015-10-26std: Slightly more robust env var handlingAlex Crichton-24/+25
2015-10-25std: Stabilize library APIs for 1.5Alex Crichton-1/+5
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/+3
2015-10-13Make the Metadata struct CloneBen S-0/+2
2015-10-08typos: fix a grabbag of typos all over the placeCristi Cobzarenco-3/+3
2015-09-29Make fs::canonicalize work on directories on WindowsPeter Atashian-0/+2
2015-09-13Auto merge of #28339 - alexcrichton:stabilize-1.4, r=aturonbors-4/+8
2015-09-11std: Internalize almost all of `std::rt`Alex Crichton-6/+7
2015-09-11std: Stabilize/deprecate features for 1.4Alex Crichton-4/+8
2015-09-05Add line numbers to MSVC backtraceDiggory Blake-4/+31
2015-09-04Add line numbers to windows-gnu backtracesDiggory Blake-38/+89
2015-09-03Use `null()`/`null_mut()` instead of `0 as *const T`/`0 as *mut T`Vadim Petrochenkov-14/+17
2015-09-01std: Run TLS destructors in a statically linked binaryAlex Crichton-9/+29
2015-08-25Auto merge of #27995 - nagisa:windows-error-message, r=alexcrichtonbors-3/+2
2015-08-25Do not recalculate string length in error_stringSimonas Kazlauskas-3/+2
2015-08-22Auto merge of #27896 - alexcrichton:into-raw-os-prelude, r=brsonbors-1/+1
2015-08-18std: Add into_raw_os traits to the OS preludesAlex Crichton-1/+1
2015-08-17switch core::simd to repr(simd) and deprecate it.Huon Wilson-0/+2
2015-08-15test: Fix tests for requiring issuesAlex Crichton-1/+2
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