about summary refs log tree commit diff
path: root/src/libstd/sys/unix
AgeCommit message (Expand)AuthorLines
2016-06-24Bubble up the errors in `set_nonblocking` and `set_cloexec`Tobias Bucher-30/+30
2016-06-23std: Fix up stabilization discrepanciesAlex Crichton-1/+1
2016-06-23Don't ignore errors of syscalls in std::sys::unix::fdTobias Bucher-4/+4
2016-06-21Fix overflow error in thread::sleepGuillaume Gomez-6/+15
2016-06-03Auto merge of #33861 - Amanieu:lock_elision_fix, r=alexcrichtonbors-9/+100
2016-06-02Fix rwlock successfully acquiring a write lock after a read lockAmanieu d'Antras-12/+27
2016-06-02Don't allow pthread_rwlock_t to recursively lock itselfAmanieu d'Antras-9/+52
2016-06-02Fix undefined behavior when re-locking a mutex from the same threadAmanieu d'Antras-0/+33
2016-05-30std: Clean out old unstable + deprecated APIsAlex Crichton-31/+0
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