about summary refs log tree commit diff
path: root/src/libstd/sys/windows
AgeCommit message (Expand)AuthorLines
2016-05-24std: Stabilize APIs for the 1.10 releaseAlex Crichton-15/+31
2016-05-09Auto merge of #32900 - alexcrichton:panic2abort, r=nikomatsakisbors-53/+0
2016-05-09Auto merge of #33224 - alexcrichton:create-exit-status, r=aturonbors-0/+21
2016-05-09rustc: Implement custom panic runtimesAlex Crichton-53/+0
2016-05-03Fix build on WindowsSeo Sanghyeon-1/+0
2016-04-26std: Allow creating ExitStatus from raw valuesAlex Crichton-0/+21
2016-04-11std: Stabilize APIs for the 1.9 releaseAlex Crichton-1/+3
2016-03-27libstd/sys/*/net: very minor clean up of cvt*() utility functions.NODA, Kai-10/+11
2016-03-26Fixup #32476Manish Goregaokar-0/+1
2016-03-25Fix unsound behaviour with null characters in thread names (issue #32475)David Henningsson-1/+1
2016-03-22fix alignmentJorge Aparicio-3/+3
2016-03-22try! -> ?Jorge Aparicio-117/+117
2016-03-20Add unix socket support to the standard librarySteven Fackler-0/+9
2016-03-13Auto merge of #32184 - ollie27:win_stdout, r=alexcrichtonbors-4/+19
2016-03-12std: Clean out deprecated APIsAlex Crichton-119/+169
2016-03-12Further simplify Windows stdout/stderrOliver Middleton-13/+8
2016-03-10Simplify Windows stdout/stderrOliver Middleton-4/+2
2016-03-10Fixup stout/stderr on WindowsOliver Middleton-2/+24
2016-03-09std: Don't spawn threads in `wait_with_output`Alex Crichton-15/+366
2016-03-08std: Don't always create stdin for childrenAlex Crichton-2/+4
2016-03-08std: Funnel read_to_end through to one locationAlex Crichton-2/+68
2016-03-04Auto merge of #31945 - sfackler:net2, r=alexcrichtonbors-2/+51
2016-02-29std: Stabilize APIs for the 1.8 releaseAlex Crichton-2/+2
2016-02-28Fix windowsSteven Fackler-76/+43
2016-02-28Add TCP functionality from net2Steven Fackler-0/+82
2016-02-26Auto merge of #31876 - ollie27:win_fill_bytes, r=brsonbors-7/+11
2016-02-26Auto merge of #31858 - alexcrichton:fix-networking-cast, r=brsonbors-2/+3
2016-02-25rand: Fix filling buffers 4 GiB or larger with OsRng::fill_bytes on WindowsOliver Middleton-7/+11
2016-02-25Rollup merge of #31842 - dileepbapat:master, r=alexcrichtonManish Goregaokar-3/+2
2016-02-24std: Cap read/write limits on Windows networkingAlex Crichton-2/+3
2016-02-24Auto merge of #31782 - pitdicker:clean_out_windows_c, r=alexcrichtonbors-210/+38
2016-02-23#31820 - Utilize `if..let` instead of single `match` branchdileepb-3/+2
2016-02-23Fix reading/writing 4 GiB or larger files on Windows 64-bitOliver Middleton-5/+11
2016-02-21RaiseException is used by everything except x86 gnuPaul Dicker-0/+1
2016-02-21Fixes for 32-bitPaul Dicker-10/+11
2016-02-20Auto merge of #31608 - frewsxcv:osstring-simple-functions, r=alexcrichtonbors-0/+35
2016-02-20Add Capacity/length methods for OsString.Corey Farwell-0/+35
2016-02-20Remove dead code from sys::windows::cPaul Dicker-210/+36
2016-02-17std: restructure rand os code into sys modulesSean McArthur-0/+73
2016-02-15Refactor windows::fs::FileAttrPaul Dicker-28/+26
2016-02-13Fixes #28528Paul Dicker-58/+72
2016-02-13Auto merge of #31557 - retep998:house-directory, r=alexcrichtonbors-2/+2
2016-02-11bootstrap: Add directives to not double-link libsAlex Crichton-0/+3
2016-02-11Fix usage of GetUserProfileDirectoryW in env::home_dirPeter Atashian-2/+2
2016-02-10std: Push process stdio setup in std::sysAlex Crichton-93/+137
2016-02-10std: Lift out Windows' CreateProcess lock a bitAlex Crichton-13/+20
2016-02-10std: Rename Stdio::None to Stdio::NullAlex Crichton-6/+5
2016-02-10std: Push Child's exit status to sys::processAlex Crichton-3/+5
2016-02-10std: Refactor process spawning on UnixAlex Crichton-3/+0
2016-02-08Auto merge of #31468 - pitdicker:fs_tests_cleanup, r=alexcrichtonbors-1/+12