about summary refs log tree commit diff
path: root/src/libstd/sys
AgeCommit message (Expand)AuthorLines
2016-07-15Rollup merge of #34456 - tbu-:pr_ptr_null, r=aturonGuillaume Gomez-16/+20
2016-07-13Auto merge of #34776 - cuviper:solaris-readdir, r=alexcrichtonbors-22/+40
2016-07-12Auto merge of #34705 - alexcrichton:clean-deprecated, r=brsonbors-52/+64
2016-07-12std: Clean out deprecated APIsAlex Crichton-52/+64
2016-07-12Auto merge of #34757 - sourcefrog:debug-filetype, r=alexcrichtonbors-2/+2
2016-07-12Use `ptr::{null, null_mut}` instead of `0 as *{const, mut}`Tobias Bucher-16/+20
2016-07-11std: clear errno before readdir, then check it (solaris)Josh Stone-17/+32
2016-07-11std: Fix IPV6 imports for solarisJosh Stone-4/+8
2016-07-11std: Fix `Thread::set_name()` for newlib and solarisJosh Stone-1/+0
2016-07-11Auto merge of #34686 - alexcrichton:new-stage, r=luqmanabors-3/+3
2016-07-10Derive Debug on FileType.Martin Pool-2/+2
2016-07-10Demangle curly bracesSteven Fackler-1/+3
2016-07-08Add test for std::net::lookup_host() duplicatesIvan Nejgebauer-0/+19
2016-07-07Use hints with getaddrinfo() in std::net::lokup_host()Ivan Nejgebauer-1/+11
2016-07-06rustc: Update stage0 to beta-2016-07-06Alex Crichton-3/+3
2016-07-03Auto merge of #34530 - alexcrichton:stabilize-1.11, r=aturonbors-14/+54
2016-07-03std: Stabilize APIs for the 1.11.0 releaseAlex Crichton-14/+54
2016-06-29Convert a simple tail call to a loopTobias Bucher-10/+14
2016-06-29Ignore unknown address types when looking up hostsTobias Bucher-5/+9
2016-06-24Auto merge of #34441 - tbu-:pr_dont_ignore_errors, r=alexcrichtonbors-30/+30
2016-06-24Auto merge of #34425 - tbu-:pr_len_instead_of_size_hint, r=alexcrichtonbors-1/+1
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-23Use `len` instead of `size_hint` where appropiateTobias Bucher-1/+1
2016-06-21Fix overflow error in thread::sleepGuillaume Gomez-6/+15
2016-06-14Add ERROR_FILE_EXISTS to ErrorKind conversion on WindowsGleb Kozyrev-0/+2
2016-06-09use the slice_pat hack in libstd tooAriel Ben-Yehuda-18/+9
2016-06-09address review commentsAriel Ben-Yehuda-5/+5
2016-06-09implement RFC495 semantics for slice patternsAriel Ben-Yehuda-6/+15
2016-06-03Auto merge of #33861 - Amanieu:lock_elision_fix, r=alexcrichtonbors-9/+108
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/+41
2016-06-01Auto merge of #33853 - alexcrichton:remove-deprecated, r=aturonbors-31/+0
2016-06-01Auto merge of #33814 - lambda:rtabort-use-platform-abort, r=alexcrichtonbors-9/+17
2016-05-30std: Clean out old unstable + deprecated APIsAlex Crichton-31/+0
2016-05-25Auto merge of #33699 - alexcrichton:stabilize-1.10, r=aturonbors-295/+312
2016-05-24std: Stabilize APIs for the 1.10 releaseAlex Crichton-295/+312
2016-05-24Open code the __fastfail intrinsic for rtabort! on windowsBrian Anderson-9/+17
2016-05-22Auto merge of #31457 - lambda:rtabort-use-libc-abort, r=alexcrichtonbors-2/+24
2016-05-23Use libc::abort, not intrinsics::abort, in rtabort!Brian Campbell-2/+24
2016-05-12Don't use env::current_exe with libbacktraceSteven Fackler-37/+12
2016-05-09Auto merge of #32900 - alexcrichton:panic2abort, r=nikomatsakisbors-1422/+1
2016-05-09Auto merge of #33224 - alexcrichton:create-exit-status, r=aturonbors-0/+36
2016-05-09rustc: Implement custom panic runtimesAlex Crichton-1422/+1
2016-05-08Auto merge of #33091 - sanxiyn:unused-trait-import-3, r=nrcbors-1/+0
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