summary refs log tree commit diff
path: root/src/libstd/sys/common
AgeCommit message (Expand)AuthorLines
2016-08-02Auto merge of #35084 - tbu-:pr_lowercase_wtf8_debug, r=brsonbors-2/+2
2016-07-30Auto merge of #35051 - japaric:backtrace, r=alexcrichtonbors-0/+2
2016-07-29Escape the unmatched surrogates with lower-case hexadecimal numbersTobias Bucher-2/+2
2016-07-28Rename `char::escape` to `char::escape_debug` and add tracking issueTobias Bucher-3/+3
2016-07-26keep backtraces if using the old build systemJorge Aparicio-2/+2
2016-07-26rustbuild: make backtraces (RUST_BACKTRACE) optionalJorge Aparicio-0/+2
2016-07-13Auto merge of #34776 - cuviper:solaris-readdir, r=alexcrichtonbors-4/+8
2016-07-12std: Clean out deprecated APIsAlex Crichton-9/+15
2016-07-11std: Fix IPV6 imports for solarisJosh Stone-4/+8
2016-07-11Auto merge of #34686 - alexcrichton:new-stage, r=luqmanabors-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-2/+2
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-23Use `len` instead of `size_hint` where appropiateTobias Bucher-1/+1
2016-06-09use the slice_pat hack in libstd tooAriel Ben-Yehuda-15/+6
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-0/+6
2016-06-02Fix undefined behavior when re-locking a mutex from the same threadAmanieu d'Antras-0/+6
2016-06-01Auto merge of #33814 - lambda:rtabort-use-platform-abort, r=alexcrichtonbors-9/+17
2016-05-25Auto merge of #33699 - alexcrichton:stabilize-1.10, r=aturonbors-6/+10
2016-05-24std: Stabilize APIs for the 1.10 releaseAlex Crichton-6/+10
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-09rustc: Implement custom panic runtimesAlex Crichton-1246/+0
2016-04-20Remove IPV6_V6ONLY functionalitySteven Fackler-18/+0
2016-04-11std: Stabilize APIs for the 1.9 releaseAlex Crichton-2/+5
2016-04-04Fix backtraces on ARM EHABI.Timon Van Overveldt-1/+6
2016-03-31allow RUST_BACKTRACE=0 to act as if unsetEmanuel Czirai-1/+1
2016-03-28style: Use `iter` for IntoIterator parameter namesKamal Marhubi-2/+2
2016-03-22fix alignmentJorge Aparicio-6/+6
2016-03-22try! -> ?Jorge Aparicio-58/+58
2016-03-22std: Change `encode_utf{8,16}` to return iteratorsAlex Crichton-19/+12
2016-03-20Add unix socket support to the standard librarySteven Fackler-20/+44
2016-03-12std: Clean out deprecated APIsAlex Crichton-33/+3
2016-03-11std: Remove unstable from ReentrantMutexAlex Crichton-3/+0
2016-03-08std: Funnel read_to_end through to one locationAlex Crichton-0/+4
2016-03-06rustbuild: fix cross compilation of libstd to i686-unknown-linux-muslJorge Aparicio-2/+8
2016-03-03Fix netbsdSteven Fackler-4/+4
2016-03-03Fix android buildSteven Fackler-3/+3
2016-03-02Fix comments and OSX buildSteven Fackler-3/+21
2016-02-28Fix windowsSteven Fackler-16/+7
2016-02-28Add UDP functionality from net2Steven Fackler-3/+135
2016-02-28Add TCP functionality from net2Steven Fackler-0/+79
2016-02-27Auto merge of #31914 - bluss:copy-from-slice-everywhere, r=alexcrichtonbors-1/+1