summary refs log tree commit diff
path: root/src/libstd/sys/windows
AgeCommit message (Expand)AuthorLines
2016-02-07Don't let `remove_dir_all` recursively remove a symlinkPaul Dicker-1/+12
2016-02-04std: Expose SystemTime accessors on fs::MetadataAlex Crichton-8/+35
2016-02-04Auto merge of #31360 - pitdicker:fs_tests_cleanup, r=alexcrichtonbors-126/+75
2016-02-04Allow dead code for `symlink_junction()`Paul Dicker-0/+2
2016-02-04Auto merge of #31069 - sfackler:file-try-clone, r=alexcrichtonbors-0/+6
2016-02-04Add File::try_cloneSteven Fackler-0/+6
2016-02-03Adress commentsPaul Dicker-23/+26
2016-02-03std: Properly handle interior NULs in std::processKamal Marhubi-29/+52
2016-02-02Enable more fs tests on WindowsPaul Dicker-114/+58
2016-01-26Auto merge of #31120 - alexcrichton:attribute-deny-warnings, r=brsonbors-25/+25
2016-01-26Fix warnings during testsAlex Crichton-25/+25
2016-01-25std: Fix some behavior without stdio handlesAlex Crichton-3/+8
2016-01-20Auto merge of #30872 - pitdicker:expand_open_options, r=alexcrichtonbors-94/+228
2016-01-20Remove raw pointer from OpenOptions structPaul Dicker-3/+3
2016-01-15Addressed commentsPaul Dicker-34/+35
2016-01-14Fix doctestsPaul Dicker-1/+2
2016-01-13Move `custom_flags` to `OpenOptionsExt`Paul Dicker-0/+26
2016-01-13Add missing newline character to callers of dumb_printAmanieu d'Antras-1/+1
2016-01-13Implement RFC 1252 expanding the OpenOptions structurePaul Dicker-95/+201
2016-01-12Add set_oom_handler and use it print a message when out of memoryAmanieu d'Antras-1/+21
2015-12-21Register new snapshotsAlex Crichton-1/+1
2015-12-10std: Remove deprecated functionality from 1.5Alex Crichton-4/+7
2015-12-06Auto merge of #30187 - alexcrichton:stabilize-1.6, r=aturonbors-2/+2
2015-12-05std: Stabilize APIs for the 1.6 releaseAlex Crichton-2/+2
2015-12-04AsRawHandle and IntoRawHandle for JoinHandlePeter Atashian-0/+34
2015-11-21Auto merge of #29913 - tbu-:pr_windows_path_error_on_nul, r=alexcrichtonbors-30/+37
2015-11-21Also check for NULs in environment variablesTobias Bucher-18/+20
2015-11-19Auto merge of #29894 - alexcrichton:stdtime, r=brsonbors-35/+158
2015-11-19Error when paths contain NUL charactersTobias Bucher-19/+24
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