summary refs log tree commit diff
path: root/src/libstd/sys/unix
AgeCommit message (Expand)AuthorLines
2016-08-22std: Stabilize APIs for the 1.12 releaseAlex Crichton-1/+1
2016-08-14Rollup merge of #35574 - badboy:emscripten-test-fixes, r=brsonEduard-Mihai Burtescu-8/+9
2016-08-10Clarify std::os::unix::net::SocketAddr::is_unnamed's docstringPietro Albini-1/+1
2016-08-10Fix docs typo in std::os::unix::net::SocketAddr::is_unnamedPietro Albini-1/+1
2016-08-10[emscripten] Disable code paths that don't work on emscriptenJan-Erik Rediger-8/+9
2016-08-09Auto merge of #35426 - frewsxcv:os-sys-env-args-phantoms, r=alexcrichtonbors-6/+7
2016-08-07Rollup merge of #35433 - mneumann:dragonfly-fix-libstd-errno-location, r=alex...Jonathan Turner-0/+1
2016-08-07Utilize `PhantomData` to enforce `!Sync` and `!Send` field.Corey Farwell-6/+7
2016-08-06Auto merge of #35378 - Amanieu:rwlock_eagain, r=alexcrichtonbors-1/+3
2016-08-06Fix build on DragonFly (unused function errno_location)Michael Neumann-0/+1
2016-08-06Rollup merge of #34916 - tbu-:pr_comment_on_seek_cast, r=GuillaumeGomezEduard-Mihai Burtescu-4/+6
2016-08-05Handle RwLock reader count overflowAmanieu d'Antras-1/+3
2016-08-05Comment on the casts in the `seek` implementations on filesTobias Bucher-4/+6
2016-07-30Auto merge of #35051 - japaric:backtrace, r=alexcrichtonbors-0/+1
2016-07-28Add OpenOptionsExt doc examplesGuillaume Gomez-0/+38
2016-07-28Add doc examples for std::fs::unix::OpenOptionsExtGuillaume Gomez-0/+12
2016-07-27Auto merge of #34946 - alexcrichton:fix-cfg, r=brsonbors-2/+2
2016-07-27Auto merge of #33312 - Byron:double-ended-iterator-for-args, r=alexcrichtonbors-0/+4
2016-07-26keep backtraces if using the old build systemJorge Aparicio-1/+1
2016-07-26Rollup merge of #35009 - GuillaumeGomez:dir_entry_doc, r=steveklabnikSteve Klabnik-0/+16
2016-07-26rustbuild: make backtraces (RUST_BACKTRACE) optionalJorge Aparicio-0/+1
2016-07-26DoubleEndedIterator for ArgsSebastian Thiel-0/+4
2016-07-24Add DirEntry doc examplesGuillaume Gomez-0/+16
2016-07-23Add DirBuilder doc examplesGuillaume Gomez-0/+10
2016-07-20std: Fix usage of SOCK_CLOEXECAlex Crichton-2/+2
2016-07-15Rollup merge of #34456 - tbu-:pr_ptr_null, r=aturonGuillaume Gomez-12/+15
2016-07-13Auto merge of #34776 - cuviper:solaris-readdir, r=alexcrichtonbors-18/+32
2016-07-12Use `ptr::{null, null_mut}` instead of `0 as *{const, mut}`Tobias Bucher-12/+15
2016-07-11std: clear errno before readdir, then check it (solaris)Josh Stone-17/+32
2016-07-11std: Fix `Thread::set_name()` for newlib and solarisJosh Stone-1/+0
2016-07-10Derive Debug on FileType.Martin Pool-1/+1
2016-07-03std: Stabilize APIs for the 1.11.0 releaseAlex Crichton-6/+19
2016-06-24Auto merge of #34441 - tbu-:pr_dont_ignore_errors, r=alexcrichtonbors-30/+30
2016-06-24Auto merge of #34399 - alexcrichton:issue-audit, r=brsonbors-1/+1
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