about summary refs log tree commit diff
path: root/src/libstd/sys/windows
AgeCommit message (Expand)AuthorLines
2016-07-15Rollup merge of #34456 - tbu-:pr_ptr_null, r=aturonGuillaume Gomez-4/+5
2016-07-12Auto merge of #34705 - alexcrichton:clean-deprecated, r=brsonbors-43/+49
2016-07-12std: Clean out deprecated APIsAlex Crichton-43/+49
2016-07-12Auto merge of #34757 - sourcefrog:debug-filetype, r=alexcrichtonbors-1/+1
2016-07-12Use `ptr::{null, null_mut}` instead of `0 as *{const, mut}`Tobias Bucher-4/+5
2016-07-10Derive Debug on FileType.Martin Pool-1/+1
2016-07-06rustc: Update stage0 to beta-2016-07-06Alex Crichton-1/+1
2016-07-03std: Stabilize APIs for the 1.11.0 releaseAlex Crichton-8/+35
2016-06-14Add ERROR_FILE_EXISTS to ErrorKind conversion on WindowsGleb Kozyrev-0/+2
2016-06-09use the slice_pat hack in libstd tooAriel Ben-Yehuda-3/+3
2016-06-03Auto merge of #33861 - Amanieu:lock_elision_fix, r=alexcrichtonbors-0/+2
2016-06-02Fix undefined behavior when re-locking a mutex from the same threadAmanieu d'Antras-0/+2
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