| Age | Commit message (Expand) | Author | Lines |
| 2016-10-08 | Use less `size_t` casts in libstd since it's now defined as `usize` | Tobias Bucher | -37/+31 |
| 2016-10-06 | Rollup merge of #36965 - kallisti5:master, r=alexcrichton | Jonathan Turner | -1/+1 |
| 2016-10-05 | Auto merge of #36944 - brson:modos, r=alexcrichton | bors | -3/+3 |
| 2016-10-04 | Haiku: Fix IPv6 target_os check | Alexander von Gluck IV | -1/+1 |
| 2016-10-04 | Rollup merge of #36902 - ollie27:stab_impls, r=alexcrichton | Manish Goregaokar | -8/+8 |
| 2016-10-03 | Fix mod declarations on untested platforms | Brian Anderson | -3/+3 |
| 2016-10-02 | Move platform-specific arg handling to sys::args | Brian Anderson | -278/+290 |
| 2016-10-02 | Add a platform-abstraction tidy script | Brian Anderson | -1/+2 |
| 2016-10-01 | std: Correct stability attributes for some implementations | Oliver Middleton | -8/+8 |
| 2016-10-01 | std: Move platform specific stdio code into sys | Brian Anderson | -0/+4 |
| 2016-10-01 | std: Move platform specific memchr code into sys | Brian Anderson | -0/+305 |
| 2016-10-01 | std: Move platform specific env code into sys | Brian Anderson | -0/+194 |
| 2016-10-01 | std: Move platform specific path code into sys | Brian Anderson | -0/+139 |
| 2016-10-01 | Auto merge of #36824 - kali:master, r=alexcrichton | bors | -5/+27 |
| 2016-09-30 | Call emcc with ERROR_ON_UNDEFINED_SYMBOLS | Brian Anderson | -5/+18 |
| 2016-09-30 | Ignore various entire test modules on emscripten | Brian Anderson | -19/+3 |
| 2016-09-30 | Ignore lots and lots of std tests on emscripten | Brian Anderson | -0/+18 |
| 2016-09-28 | use MSG_NOSIGNAL from liblibc | Mathieu Poumeyrol | -10/+6 |
| 2016-09-28 | MSG_NOSIGNAL on linux | Mathieu Poumeyrol | -4/+18 |
| 2016-09-28 | set SO_NOSIGPIPE on apple platforms | Mathieu Poumeyrol | -1/+13 |
| 2016-09-28 | [breaking-change] std: change `encode_utf{8,16}()` to take a buffer and retur... | tormol | -9/+12 |
| 2016-09-26 | Rollup merge of #36754 - tmiasko:getaddrinfo-errors, r=alexcrichton | Jonathan Turner | -2/+7 |
| 2016-09-26 | When getaddrinfo returns EAI_SYSTEM retrieve actual error from errno. | Tomasz Miąsko | -2/+7 |
| 2016-09-26 | Haiku: Use common thread set_name stub | Alexander von Gluck IV | -7/+5 |
| 2016-09-25 | Haiku: Work around the lack of the FIOCLEX ioctl | Niels Sascha Reedijk | -2/+8 |
| 2016-09-25 | Add support for the Haiku operating system on x86 and x86_64 machines | Niels Sascha Reedijk | -11/+70 |
| 2016-09-11 | Use question_mark feature in libstd. | Ahmed Charles | -2/+2 |
| 2016-09-09 | Add s390x support | Ulrich Weigand | -4/+10 |
| 2016-09-08 | Auto merge of #36322 - uweigand:nonblocking, r=alexcrichton | bors | -1/+1 |
| 2016-09-08 | Auto merge of #36048 - GuillaumeGomez:code_clean, r=brson | bors | -12/+9 |
| 2016-09-07 | Fix argument to FIONBIO ioctl | Ulrich Weigand | -1/+1 |
| 2016-09-04 | Replace `_, _, _` with `..` | Vadim Petrochenkov | -1/+1 |
| 2016-08-30 | Auto merge of #35048 - tmiasko:monotonic-wait-timeout, r=alexcrichton | bors | -8/+69 |
| 2016-08-29 | Avoid using pthread_condattr_setclock on Android. | Tomasz Miąsko | -4/+4 |
| 2016-08-28 | Improve Demangling of Rust Symbols | Christopher Serr | -19/+47 |
| 2016-08-27 | Clean code a bit | Guillaume Gomez | -12/+9 |
| 2016-08-25 | Auto merge of #35906 - jseyfried:local_prelude, r=eddyb | bors | -77/+0 |
| 2016-08-25 | Auto merge of #35884 - habnabit:freebsd-arc4rand, r=alexcrichton | bors | -30/+77 |
| 2016-08-24 | Use `#[prelude_import]` in `libstd`. | Jeffrey Seyfried | -77/+0 |
| 2016-08-22 | Rollup merge of #35842 - apasel422:typo, r=GuillaumeGomez | Jonathan Turner | -2/+2 |
| 2016-08-21 | Use the kernel arc4rand for FreeBSD OsRng. | Aaron Gallagher | -1/+52 |
| 2016-08-21 | Reduce duplication in std::sys::unix::rand. | Aaron Gallagher | -29/+25 |
| 2016-08-19 | Fix typos in unix/rwlock.rs | Andrew Paseltiner | -2/+2 |
| 2016-08-19 | std: Stabilize APIs for the 1.12 release | Alex Crichton | -2/+3 |
| 2016-08-14 | Rollup merge of #35574 - badboy:emscripten-test-fixes, r=brson | Eduard-Mihai Burtescu | -8/+9 |
| 2016-08-10 | Clarify std::os::unix::net::SocketAddr::is_unnamed's docstring | Pietro Albini | -1/+1 |
| 2016-08-10 | Fix docs typo in std::os::unix::net::SocketAddr::is_unnamed | Pietro Albini | -1/+1 |
| 2016-08-10 | [emscripten] Disable code paths that don't work on emscripten | Jan-Erik Rediger | -8/+9 |
| 2016-08-09 | Auto merge of #35426 - frewsxcv:os-sys-env-args-phantoms, r=alexcrichton | bors | -6/+7 |
| 2016-08-07 | Rollup merge of #35433 - mneumann:dragonfly-fix-libstd-errno-location, r=alex... | Jonathan Turner | -0/+1 |