summary refs log tree commit diff
path: root/src/libstd/sys
AgeCommit message (Expand)AuthorLines
2016-02-27Auto merge of #31914 - bluss:copy-from-slice-everywhere, r=alexcrichtonbors-1/+1
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-5/+10
2016-02-26Use .copy_from_slice() where applicableUlrik Sverdrup-1/+1
2016-02-25Rollup merge of #31362 - jseyfried:fix_extern_crate_visibility, r=nikomatsakisManish Goregaokar-1/+1
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-5/+10
2016-02-24Auto merge of #31782 - pitdicker:clean_out_windows_c, r=alexcrichtonbors-210/+38
2016-02-24Auto merge of #31778 - aturon:snapshot, r=alexcrichtonbors-49/+1
2016-02-24Warn when reexporting a private extern crateJeffrey Seyfried-1/+1
2016-02-23#31820 - Utilize `if..let` instead of single `match` branchdileepb-3/+2
2016-02-23Register new snapshotsAaron Turon-49/+1
2016-02-23Fix reading/writing 4 GiB or larger files on Windows 64-bitOliver Middleton-5/+11
2016-02-22Auto merge of #31813 - nbaksalyar:solaris-fix, r=sanxiynbors-1/+2
2016-02-22Auto merge of #31805 - cuviper:android-lfs, r=alexcrichtonbors-1/+4
2016-02-22Fix broken Solaris buildNikita Baksalyar-1/+2
2016-02-21RaiseException is used by everything except x86 gnuPaul Dicker-0/+1
2016-02-21Fixes for 32-bitPaul Dicker-10/+11
2016-02-21Fix `struct stat` usage on NetBSDSebastian Wicki-1/+25
2016-02-21std: Use Android LFS off64_t, ftruncate64, and lseek64Josh Stone-1/+4
2016-02-20Auto merge of #31608 - frewsxcv:osstring-simple-functions, r=alexcrichtonbors-0/+90
2016-02-20Add Capacity/length methods for OsString.Corey Farwell-0/+90
2016-02-20Remove dead code from sys::windows::cPaul Dicker-210/+36
2016-02-19Auto merge of #31738 - seanmonstar:sys-rand, r=alexcrichtonbors-0/+347
2016-02-18Auto merge of #31684 - tmiasko:alternate-stack, r=alexcrichtonbors-5/+24
2016-02-18Remove alternate stack with sigaltstack before unmapping it.Tomasz Miąsko-5/+24
2016-02-17std: restructure rand os code into sys modulesSean McArthur-0/+347
2016-02-16Auto merge of #31675 - pitdicker:fs_metadata, r=alexcrichtonbors-28/+26
2016-02-15Refactor windows::fs::FileAttrPaul Dicker-28/+26
2016-02-14std: use LFS open64 on LinuxJosh Stone-3/+3
2016-02-14std: use LFS readdir64_r on LinuxJosh Stone-5/+7
2016-02-14std: use LFS lseek64 on LinuxJosh Stone-7/+7
2016-02-14std: use LFS ftruncate64 on LinuxJosh Stone-3/+4
2016-02-14Auto merge of #31630 - pitdicker:read_link, r=alexcrichtonbors-58/+72
2016-02-14Auto merge of #31551 - alexcrichton:deprecate-std-os-raw, r=brsonbors-109/+114
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