about summary refs log tree commit diff
path: root/src/libstd/sys/windows
AgeCommit message (Expand)AuthorLines
2016-10-16impl Debug for ReadDirDavid Henningsson-0/+8
2016-10-09Implement reading and writing atomically at certain offsetsTobias Bucher-1/+90
2016-10-04Rollup merge of #36902 - ollie27:stab_impls, r=alexcrichtonManish Goregaokar-5/+5
2016-10-02Move platform-specific arg handling to sys::argsBrian Anderson-56/+77
2016-10-01std: Correct stability attributes for some implementationsOliver Middleton-5/+5
2016-10-01std: Move platform specific stdio code into sysBrian Anderson-0/+2
2016-10-01std: Move platform specific memchr code into sysBrian Anderson-0/+16
2016-10-01std: Move platform specific env code into sysBrian Anderson-0/+20
2016-10-01std: Move platform specific path code into sysBrian Anderson-0/+109
2016-09-04Replace `_, _, _` with `..`Vadim Petrochenkov-1/+1
2016-08-30Auto merge of #35048 - tmiasko:monotonic-wait-timeout, r=alexcrichtonbors-0/+3
2016-08-24Use `#[prelude_import]` in `libstd`.Jeffrey Seyfried-25/+0
2016-08-19std: Stabilize APIs for the 1.12 releaseAlex Crichton-1/+2
2016-08-06Rollup merge of #34916 - tbu-:pr_comment_on_seek_cast, r=GuillaumeGomezEduard-Mihai Burtescu-0/+2
2016-08-05Comment on the casts in the `seek` implementations on filesTobias Bucher-0/+2
2016-07-31Use monotonic time with condition variables.Tomasz Miąsko-0/+3
2016-07-27Auto merge of #33312 - Byron:double-ended-iterator-for-args, r=alexcrichtonbors-10/+17
2016-07-26DoubleEndedIterator for ArgsSebastian Thiel-10/+17
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