about summary refs log tree commit diff
path: root/src/libstd/sys/unix
AgeCommit message (Expand)AuthorLines
2016-05-24std: Stabilize APIs for the 1.10 releaseAlex Crichton-274/+271
2016-05-09Auto merge of #32900 - alexcrichton:panic2abort, r=nikomatsakisbors-123/+1
2016-05-09Auto merge of #33224 - alexcrichton:create-exit-status, r=aturonbors-0/+15
2016-05-09rustc: Implement custom panic runtimesAlex Crichton-123/+1
2016-05-07Rollup merge of #33438 - birkenfeld:dup-words, r=steveklabnikSteve Klabnik-1/+1
2016-05-06Auto merge of #33086 - cardoe:non-blocking-rand-read, r=alexcrichtonbors-1/+16
2016-05-05Fix some some duplicate words.Georg Brandl-1/+1
2016-04-27std: Add compatibility with android-9Alex Crichton-34/+128
2016-04-26std: Allow creating ExitStatus from raw valuesAlex Crichton-0/+15
2016-04-20rand: add comments about getrandom() fallbackDoug Goldstein-0/+8
2016-04-19rand: don't block before random pool is initializedDoug Goldstein-1/+8
2016-04-16Auto merge of #32909 - sanxiyn:unused-trait-import-2, r=alexcrichtonbors-1/+0
2016-04-13Auto merge of #32726 - asomers:master, r=alexcrichtonbors-7/+25
2016-04-12Remove unused trait importsSeo Sanghyeon-1/+0
2016-04-11std: Stabilize APIs for the 1.9 releaseAlex Crichton-7/+15
2016-04-07Fix libstd on DragonFlyMichael Neumann-2/+17
2016-04-06Remove accidental commentAlan Somers-1/+0
2016-04-06Merge github.com:rust-lang/rustAlan Somers-9/+37
2016-04-04std: Fix linking against `signal` on AndroidAlex Crichton-9/+37
2016-04-05Reduce code duplication in thread.rsAlan Somers-42/+18
2016-04-04Fix stack overflow detection on FreeBSDAlan Somers-2/+45
2016-03-31Fix a typo in the doc comment of `std::os::unix::thread::JoinHandleExt`Tobias Bucher-1/+1
2016-03-25Fix unsound behaviour with null characters in thread names (issue #32475)David Henningsson-16/+11
2016-03-22fix alignmentJorge Aparicio-12/+12
2016-03-22std: undo conversion of user defined try!sJorge Aparicio-11/+11
2016-03-22try! -> ?Jorge Aparicio-132/+132
2016-03-20Add unix socket support to the standard librarySteven Fackler-1/+1085
2016-03-15std: Fix overflow when subtracting InstantAlex Crichton-4/+4
2016-03-12std: Clean out deprecated APIsAlex Crichton-79/+0
2016-03-09std: Don't spawn threads in `wait_with_output`Alex Crichton-2/+72
2016-03-08std: Don't always create stdin for childrenAlex Crichton-5/+8
2016-03-08std: Funnel read_to_end through to one locationAlex Crichton-2/+42
2016-03-07Fix building libstd on on emscripten targets.ashleysommer-3/+7
2016-02-28Fix windowsSteven Fackler-39/+5
2016-02-28Add TCP functionality from net2Steven Fackler-0/+48
2016-02-24Warn when reexporting a private extern crateJeffrey Seyfried-1/+1
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-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/+41
2016-02-20Add Capacity/length methods for OsString.Corey Farwell-0/+41
2016-02-19Auto merge of #31738 - seanmonstar:sys-rand, r=alexcrichtonbors-0/+274
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/+274
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