| Age | Commit message (Expand) | Author | Lines |
| 2016-11-01 | std: Move sys_common to libstd/sys_common | Brian Anderson | -3928/+0 |
| 2016-11-01 | std: Move platform-specific out of sys_common::util | Brian Anderson | -27/+1 |
| 2016-11-01 | std: Move a plattform-specific constant to sys::stdio | Brian Anderson | -0/+2 |
| 2016-10-12 | Rollup merge of #36995 - nrc:stable, r=@nikomatsakis | Alex Crichton | -3/+2 |
| 2016-10-12 | Deprecate `Reflect` | Nick Cameron | -3/+2 |
| 2016-10-09 | use MSG_NOSIGNAL on all relevant platforms | Mathieu Poumeyrol | -3/+9 |
| 2016-10-06 | Rollup merge of #36965 - kallisti5:master, r=alexcrichton | Jonathan Turner | -1/+1 |
| 2016-10-04 | Haiku: Fix IPv6 target_os check | Alexander von Gluck IV | -1/+1 |
| 2016-10-02 | Move platform-specific arg handling to sys::args | Brian Anderson | -102/+1 |
| 2016-10-02 | Add a platform-abstraction tidy script | Brian Anderson | -1/+2 |
| 2016-10-01 | std: Move platform specific memchr code into sys | Brian Anderson | -0/+231 |
| 2016-10-01 | Auto merge of #36824 - kali:master, r=alexcrichton | bors | -3/+8 |
| 2016-09-30 | Ignore various entire test modules on emscripten | Brian Anderson | -5/+2 |
| 2016-09-30 | Ignore lots and lots of std tests on emscripten | Brian Anderson | -0/+4 |
| 2016-09-28 | use MSG_NOSIGNAL from liblibc | Mathieu Poumeyrol | -7/+4 |
| 2016-09-28 | MSG_NOSIGNAL on linux | Mathieu 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-25 | Add support for the Haiku operating system on x86 and x86_64 machines | Niels Sascha Reedijk | -5/+6 |
| 2016-09-11 | Use question_mark feature in libstd. | Ahmed Charles | -2/+2 |
| 2016-08-30 | Auto merge of #35048 - tmiasko:monotonic-wait-timeout, r=alexcrichton | bors | -0/+7 |
| 2016-08-28 | Improve Demangling of Rust Symbols | Christopher Serr | -19/+47 |
| 2016-08-24 | Use `#[prelude_import]` in `libstd`. | Jeffrey Seyfried | -28/+0 |
| 2016-08-02 | Auto merge of #35084 - tbu-:pr_lowercase_wtf8_debug, r=brson | bors | -2/+2 |
| 2016-07-31 | Use monotonic time with condition variables. | Tomasz Miąsko | -0/+7 |
| 2016-07-30 | Auto merge of #35051 - japaric:backtrace, r=alexcrichton | bors | -0/+2 |
| 2016-07-29 | Escape the unmatched surrogates with lower-case hexadecimal numbers | Tobias Bucher | -2/+2 |
| 2016-07-28 | Rename `char::escape` to `char::escape_debug` and add tracking issue | Tobias Bucher | -3/+3 |
| 2016-07-26 | keep backtraces if using the old build system | Jorge Aparicio | -2/+2 |
| 2016-07-26 | rustbuild: make backtraces (RUST_BACKTRACE) optional | Jorge Aparicio | -0/+2 |
| 2016-07-13 | Auto merge of #34776 - cuviper:solaris-readdir, r=alexcrichton | bors | -4/+8 |
| 2016-07-12 | std: Clean out deprecated APIs | Alex Crichton | -9/+15 |
| 2016-07-11 | std: Fix IPV6 imports for solaris | Josh Stone | -4/+8 |
| 2016-07-11 | Auto merge of #34686 - alexcrichton:new-stage, r=luqmana | bors | -2/+2 |
| 2016-07-10 | Demangle curly braces | Steven Fackler | -1/+3 |
| 2016-07-08 | Add test for std::net::lookup_host() duplicates | Ivan Nejgebauer | -0/+19 |
| 2016-07-07 | Use hints with getaddrinfo() in std::net::lokup_host() | Ivan Nejgebauer | -1/+11 |
| 2016-07-06 | rustc: Update stage0 to beta-2016-07-06 | Alex Crichton | -2/+2 |
| 2016-06-29 | Convert a simple tail call to a loop | Tobias Bucher | -10/+14 |
| 2016-06-29 | Ignore unknown address types when looking up hosts | Tobias Bucher | -5/+9 |
| 2016-06-23 | Use `len` instead of `size_hint` where appropiate | Tobias Bucher | -1/+1 |
| 2016-06-09 | use the slice_pat hack in libstd too | Ariel Ben-Yehuda | -15/+6 |
| 2016-06-09 | address review comments | Ariel Ben-Yehuda | -5/+5 |
| 2016-06-09 | implement RFC495 semantics for slice patterns | Ariel Ben-Yehuda | -6/+15 |
| 2016-06-03 | Auto merge of #33861 - Amanieu:lock_elision_fix, r=alexcrichton | bors | -0/+6 |
| 2016-06-02 | Fix undefined behavior when re-locking a mutex from the same thread | Amanieu d'Antras | -0/+6 |
| 2016-06-01 | Auto merge of #33814 - lambda:rtabort-use-platform-abort, r=alexcrichton | bors | -9/+17 |
| 2016-05-25 | Auto merge of #33699 - alexcrichton:stabilize-1.10, r=aturon | bors | -6/+10 |
| 2016-05-24 | std: Stabilize APIs for the 1.10 release | Alex Crichton | -6/+10 |
| 2016-05-24 | Open code the __fastfail intrinsic for rtabort! on windows | Brian Anderson | -9/+17 |
| 2016-05-22 | Auto merge of #31457 - lambda:rtabort-use-libc-abort, r=alexcrichton | bors | -2/+24 |