summaryrefslogtreecommitdiff
path: root/src/libstd/sys/windows
Commit message (Expand)AuthorAgeFilesLines
* Auto merge of #31945 - sfackler:net2, r=alexcrichtonbors2016-03-042-2/+51
|\
| * Fix windowsSteven Fackler2016-02-282-76/+43
| * Add TCP functionality from net2Steven Fackler2016-02-282-0/+82
* | std: Stabilize APIs for the 1.8 releaseAlex Crichton2016-02-292-2/+2
|/
* Auto merge of #31876 - ollie27:win_fill_bytes, r=brsonbors2016-02-261-7/+11
|\
| * rand: Fix filling buffers 4 GiB or larger with OsRng::fill_bytes on WindowsOliver Middleton2016-02-251-7/+11
* | Auto merge of #31858 - alexcrichton:fix-networking-cast, r=brsonbors2016-02-261-2/+3
|\ \
| * | std: Cap read/write limits on Windows networkingAlex Crichton2016-02-241-2/+3
* | | Rollup merge of #31842 - dileepbapat:master, r=alexcrichtonManish Goregaokar2016-02-251-3/+2
|\ \ \ | |_|/ |/| |
| * | #31820 - Utilize `if..let` instead of single `match` branchdileepb2016-02-231-3/+2
* | | Auto merge of #31782 - pitdicker:clean_out_windows_c, r=alexcrichtonbors2016-02-244-210/+38
|\ \ \ | |_|/ |/| |
| * | RaiseException is used by everything except x86 gnuPaul Dicker2016-02-211-0/+1
| * | Fixes for 32-bitPaul Dicker2016-02-211-10/+11
| * | Remove dead code from sys::windows::cPaul Dicker2016-02-204-210/+36
* | | Fix reading/writing 4 GiB or larger files on Windows 64-bitOliver Middleton2016-02-231-5/+11
| |/ |/|
* | Auto merge of #31608 - frewsxcv:osstring-simple-functions, r=alexcrichtonbors2016-02-201-0/+35
|\ \
| * | Add Capacity/length methods for OsString.Corey Farwell2016-02-201-0/+35
| |/
* | std: restructure rand os code into sys modulesSean McArthur2016-02-172-0/+73
|/
* Refactor windows::fs::FileAttrPaul Dicker2016-02-151-28/+26
* Fixes #28528Paul Dicker2016-02-132-58/+72
* Auto merge of #31557 - retep998:house-directory, r=alexcrichtonbors2016-02-131-2/+2
|\
| * Fix usage of GetUserProfileDirectoryW in env::home_dirPeter Atashian2016-02-111-2/+2
* | bootstrap: Add directives to not double-link libsAlex Crichton2016-02-111-0/+3
* | std: Push process stdio setup in std::sysAlex Crichton2016-02-103-93/+137
* | std: Lift out Windows' CreateProcess lock a bitAlex Crichton2016-02-101-13/+20
* | std: Rename Stdio::None to Stdio::NullAlex Crichton2016-02-101-6/+5
* | std: Push Child's exit status to sys::processAlex Crichton2016-02-101-3/+5
* | std: Refactor process spawning on UnixAlex Crichton2016-02-101-3/+0
|/
* Auto merge of #31468 - pitdicker:fs_tests_cleanup, r=alexcrichtonbors2016-02-081-1/+12
|\
| * Don't let `remove_dir_all` recursively remove a symlinkPaul Dicker2016-02-071-1/+12
* | std: Expose SystemTime accessors on fs::MetadataAlex Crichton2016-02-043-8/+35
* | Auto merge of #31360 - pitdicker:fs_tests_cleanup, r=alexcrichtonbors2016-02-041-126/+75
|\ \ | |/
| * Allow dead code for `symlink_junction()`Paul Dicker2016-02-041-0/+2
| * Adress commentsPaul Dicker2016-02-031-23/+26
| * Enable more fs tests on WindowsPaul Dicker2016-02-021-114/+58
* | Auto merge of #31069 - sfackler:file-try-clone, r=alexcrichtonbors2016-02-041-0/+6
|\ \
| * | Add File::try_cloneSteven Fackler2016-02-041-0/+6
* | | std: Properly handle interior NULs in std::processKamal Marhubi2016-02-031-29/+52
| |/ |/|
* | Auto merge of #31120 - alexcrichton:attribute-deny-warnings, r=brsonbors2016-01-265-25/+25
|\ \
| * | Fix warnings during testsAlex Crichton2016-01-265-25/+25
| |/
* | std: Fix some behavior without stdio handlesAlex Crichton2016-01-251-3/+8
|/
* Auto merge of #30872 - pitdicker:expand_open_options, r=alexcrichtonbors2016-01-203-94/+228
|\
| * Remove raw pointer from OpenOptions structPaul Dicker2016-01-201-3/+3
| * Addressed commentsPaul Dicker2016-01-152-34/+35
| * Fix doctestsPaul Dicker2016-01-141-1/+2
| * Move `custom_flags` to `OpenOptionsExt`Paul Dicker2016-01-131-0/+26
| * Implement RFC 1252 expanding the OpenOptions structurePaul Dicker2016-01-133-95/+201
* | Add missing newline character to callers of dumb_printAmanieu d'Antras2016-01-131-1/+1
* | Add set_oom_handler and use it print a message when out of memoryAmanieu d'Antras2016-01-121-1/+21
|/
* Register new snapshotsAlex Crichton2015-12-211-1/+1