about summary refs log tree commit diff
path: root/src/libstd/sys
AgeCommit message (Expand)AuthorLines
2016-02-14Rollup merge of #31589 - reem:remove-unnecessary-poison-bounds, r=sfacklerManish Goregaokar-4/+7
2016-02-13std: Deprecate all std::os::*::raw typesAlex Crichton-109/+114
2016-02-13Fixes #28528Paul Dicker-58/+72
2016-02-13Auto merge of #31557 - retep998:house-directory, r=alexcrichtonbors-2/+2
2016-02-11Remove unnecessary bounds on Error and Display implementations for TryLockErr...Jonathan Reem-4/+7
2016-02-12Auto merge of #31123 - alexcrichton:who-doesnt-want-two-build-systems, r=brsonbors-2/+9
2016-02-11bootstrap: Add directives to not double-link libsAlex Crichton-2/+9
2016-02-11Fix usage of GetUserProfileDirectoryW in env::home_dirPeter Atashian-2/+2
2016-02-11Auto merge of #31532 - tomaka:fix-emscripten, r=brsonbors-2/+2
2016-02-10std: Move constant back to where it needs to beAlex Crichton-2/+2
2016-02-10std: Use macros from libc instead of locallyAlex Crichton-24/+3
2016-02-10std: Implement CommandExt::execAlex Crichton-2/+40
2016-02-10std: Push process stdio setup in std::sysAlex Crichton-282/+396
2016-02-10std: Lift out Windows' CreateProcess lock a bitAlex Crichton-13/+20
2016-02-10std: Rename Stdio::None to Stdio::NullAlex Crichton-15/+12
2016-02-10std: Push Child's exit status to sys::processAlex Crichton-25/+25
2016-02-10std: Implement CommandExt::before_execAlex Crichton-2/+51
2016-02-10std: Refactor process spawning on UnixAlex Crichton-167/+163
2016-02-10Fix half of emscripten's failing testsPierre Krieger-2/+2
2016-02-08Auto merge of #31468 - pitdicker:fs_tests_cleanup, r=alexcrichtonbors-2/+22
2016-02-07Don't let `remove_dir_all` recursively remove a symlinkPaul Dicker-2/+22
2016-02-06Auto merge of #30629 - brson:emscripten-upstream, r=alexcrichtonbors-13/+28
2016-02-06Add support for i686-unknown-linux-muslBrian Anderson-2/+2
2016-02-06Add the asmjs-unknown-emscripten triple. Add cfgs to libs.Brian Anderson-11/+26
2016-02-06Auto merge of #31417 - alexcrichton:cloexec-all-the-things, r=brsonbors-42/+184
2016-02-06Auto merge of #31333 - lambda:31273-abort-on-stack-overflow, r=brsonbors-17/+21
2016-02-05Abort on stack overflow instead of re-raising SIGSEGVBrian Campbell-17/+21
2016-02-05std: Try to use pipe2 on Linux for pipesAlex Crichton-2/+21
2016-02-05std: Add support for accept4 on LinuxAlex Crichton-4/+28
2016-02-05std: Add a helper for symbols that may not existAlex Crichton-27/+86
2016-02-05std: Atomically set CLOEXEC for sockets if possibleAlex Crichton-0/+23
2016-02-05std: When duplicating fds, skip extra set_cloexecAlex Crichton-6/+15
2016-02-05std: Only have extra set_cloexec for files on LinuxAlex Crichton-4/+12
2016-02-04std: Expose SystemTime accessors on fs::MetadataAlex Crichton-8/+109
2016-02-04Auto merge of #31360 - pitdicker:fs_tests_cleanup, r=alexcrichtonbors-126/+87
2016-02-04Allow dead code for `symlink_junction()`Paul Dicker-0/+2
2016-02-04Auto merge of #31069 - sfackler:file-try-clone, r=alexcrichtonbors-39/+53
2016-02-04Add File::try_cloneSteven Fackler-39/+53
2016-02-03Auto merge of #31078 - nbaksalyar:illumos, r=alexcrichtonbors-25/+132
2016-02-03Adress commentsPaul Dicker-28/+30
2016-02-03Auto merge of #31056 - kamalmarhubi:std-process-nul-chars, r=alexcrichtonbors-47/+112
2016-02-03std: Properly handle interior NULs in std::processKamal Marhubi-47/+112
2016-02-03Fix broken auto-mac-ios-opt buildNikita Baksalyar-27/+23
2016-02-02trying again at fixing stackp initializationDave Huseby-3/+18
2016-02-02simplifying get_stackDave Huseby-24/+3
2016-02-02refactoring get_stack to be cleanerDave Huseby-27/+20
2016-02-02unifying name_bytes now that the two blocks are the sameDave Huseby-8/+2
2016-02-02Fixes #31229Dave Huseby-10/+35
2016-02-02Auto merge of #31312 - alexcrichton:no-le-in-powerpc64le, r=alexcrichtonbors-3/+2
2016-02-02Enable more fs tests on WindowsPaul Dicker-114/+71