summary refs log tree commit diff
path: root/src/libstd/sys
AgeCommit message (Expand)AuthorLines
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
2016-05-05Fix some some duplicate words.Georg Brandl-1/+1
2016-05-03Fix build on WindowsSeo Sanghyeon-1/+0
2016-04-27std: Add compatibility with android-9Alex Crichton-34/+128
2016-04-26std: Allow creating ExitStatus from raw valuesAlex Crichton-0/+36
2016-04-20Remove IPV6_V6ONLY functionalitySteven Fackler-18/+0
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-10/+23
2016-04-07Rollup merge of #32737 - timonvo:arm-ehabi-backtraces, r=alexcrichtonManish Goregaokar-1/+6
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-04Fix backtraces on ARM EHABI.Timon Van Overveldt-1/+6
2016-04-05Reduce code duplication in thread.rsAlan Somers-42/+18
2016-04-04Fix stack overflow detection on FreeBSDAlan Somers-2/+45
2016-04-02Auto merge of #32549 - respeccing:rust_backtrace_disabled, r=alexcrichtonbors-1/+1