summary refs log tree commit diff
path: root/src/libstd/sys
AgeCommit message (Expand)AuthorLines
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
2016-02-01Remove "powerpc64le" and "mipsel" target_archAlex Crichton-3/+2
2016-02-01docs: Standardize on 'Errors' header in std docsKamal Marhubi-2/+2
2016-01-31Fix unresolved name in libstd/sys/unix/threadNikita Baksalyar-1/+1
2016-01-31Rename sunos to solarisNikita Baksalyar-28/+28
2016-01-31Fix problems with f64 and DirEntry on IllumosNikita Baksalyar-3/+9
2016-01-31Apply several fixes for Illumos supportNikita Baksalyar-4/+6
2016-01-31Add Illumos supportNikita Baksalyar-24/+127
2016-01-31Auto merge of #31298 - japaric:mips-musl, r=alexcrichtonbors-2/+3
2016-01-30Auto merge of #30448 - alexcrichton:llvmup, r=nikomatsakisbors-114/+199
2016-01-29trans: Reimplement unwinding on MSVCAlex Crichton-114/+199
2016-01-29add support for mips(el)-unknown-linux-muslJorge Aparicio-2/+3
2016-01-28std: Fix rumprun buildAlex Crichton-4/+9
2016-01-26Auto merge of #31120 - alexcrichton:attribute-deny-warnings, r=brsonbors-62/+61
2016-01-26Fix warnings during testsAlex Crichton-62/+61
2016-01-25std: Fix some behavior without stdio handlesAlex Crichton-3/+8
2016-01-24sys/unix/process.rs: Update comments in make_argv and make_envpGeoffrey Thomas-9/+6
2016-01-20Auto merge of #30872 - pitdicker:expand_open_options, r=alexcrichtonbors-130/+318
2016-01-20Remove raw pointer from OpenOptions structPaul Dicker-3/+3
2016-01-16std: Stabilize APIs for the 1.7 releaseAlex Crichton-0/+19
2016-01-15Addressed commentsPaul Dicker-44/+50
2016-01-15Auto merge of #30898 - petrochenkov:tvarfstab, r=alexcrichtonbors-1/+1
2016-01-15Rollup merge of #30776 - antonblanchard:powerpc64_merge, r=alexcrichtonManish Goregaokar-1/+2
2016-01-14Fix doctestsPaul Dicker-3/+5
2016-01-14Require stability annotations on fields of tuple variantsVadim Petrochenkov-1/+1
2016-01-14Rollup merge of #30837 - semarie:openbsd-libc, r=alexcrichtonManish Goregaokar-8/+8
2016-01-14Rollup merge of #30801 - Amanieu:oom_print, r=alexcrichtonManish Goregaokar-4/+45
2016-01-13Move `custom_flags` to `OpenOptionsExt`Paul Dicker-3/+55
2016-01-13Add missing newline character to callers of dumb_printAmanieu d'Antras-3/+3
2016-01-13Implement RFC 1252 expanding the OpenOptions structurePaul Dicker-130/+258
2016-01-13Add powerpc64 and powerpc64le supportAnton Blanchard-1/+2
2016-01-12openbsd has dirent d_namlen field nowSébastien Marie-3/+3
2016-01-12make siginfo_si_addr() returns a usizeSébastien Marie-5/+5