about summary refs log tree commit diff
path: root/src/libstd/sys/common
AgeCommit message (Expand)AuthorLines
2016-11-01std: Move sys_common to libstd/sys_commonBrian Anderson-3928/+0
2016-11-01std: Move platform-specific out of sys_common::utilBrian Anderson-27/+1
2016-11-01std: Move a plattform-specific constant to sys::stdioBrian Anderson-0/+2
2016-10-12Rollup merge of #36995 - nrc:stable, r=@nikomatsakisAlex Crichton-3/+2
2016-10-12Deprecate `Reflect`Nick Cameron-3/+2
2016-10-09use MSG_NOSIGNAL on all relevant platformsMathieu Poumeyrol-3/+9
2016-10-06Rollup merge of #36965 - kallisti5:master, r=alexcrichtonJonathan Turner-1/+1
2016-10-04Haiku: Fix IPv6 target_os checkAlexander von Gluck IV-1/+1
2016-10-02Move platform-specific arg handling to sys::argsBrian Anderson-102/+1
2016-10-02Add a platform-abstraction tidy scriptBrian Anderson-1/+2
2016-10-01std: Move platform specific memchr code into sysBrian Anderson-0/+231
2016-10-01Auto merge of #36824 - kali:master, r=alexcrichtonbors-3/+8
2016-09-30Ignore various entire test modules on emscriptenBrian Anderson-5/+2
2016-09-30Ignore lots and lots of std tests on emscriptenBrian Anderson-0/+4
2016-09-28use MSG_NOSIGNAL from liblibcMathieu Poumeyrol-7/+4
2016-09-28MSG_NOSIGNAL on linuxMathieu Poumeyrol-3/+11
2016-09-28[breaking-change] std: change `encode_utf{8,16}()` to take a buffer and retur...tormol-9/+12
2016-09-25Add support for the Haiku operating system on x86 and x86_64 machinesNiels Sascha Reedijk-5/+6
2016-09-11Use question_mark feature in libstd.Ahmed Charles-2/+2
2016-08-30Auto merge of #35048 - tmiasko:monotonic-wait-timeout, r=alexcrichtonbors-0/+7
2016-08-28Improve Demangling of Rust SymbolsChristopher Serr-19/+47
2016-08-24Use `#[prelude_import]` in `libstd`.Jeffrey Seyfried-28/+0
2016-08-02Auto merge of #35084 - tbu-:pr_lowercase_wtf8_debug, r=brsonbors-2/+2
2016-07-31Use monotonic time with condition variables.Tomasz Miąsko-0/+7
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