| Age | Commit message (Expand) | Author | Lines |
| 2016-06-24 | Bubble up the errors in `set_nonblocking` and `set_cloexec` | Tobias Bucher | -30/+30 |
| 2016-06-23 | std: Fix up stabilization discrepancies | Alex Crichton | -1/+1 |
| 2016-06-23 | Don't ignore errors of syscalls in std::sys::unix::fd | Tobias Bucher | -4/+4 |
| 2016-06-21 | Fix overflow error in thread::sleep | Guillaume Gomez | -6/+15 |
| 2016-06-03 | Auto merge of #33861 - Amanieu:lock_elision_fix, r=alexcrichton | bors | -9/+100 |
| 2016-06-02 | Fix rwlock successfully acquiring a write lock after a read lock | Amanieu d'Antras | -12/+27 |
| 2016-06-02 | Don't allow pthread_rwlock_t to recursively lock itself | Amanieu d'Antras | -9/+52 |
| 2016-06-02 | Fix undefined behavior when re-locking a mutex from the same thread | Amanieu d'Antras | -0/+33 |
| 2016-05-30 | std: Clean out old unstable + deprecated APIs | Alex Crichton | -31/+0 |
| 2016-05-24 | std: Stabilize APIs for the 1.10 release | Alex Crichton | -274/+271 |
| 2016-05-09 | Auto merge of #32900 - alexcrichton:panic2abort, r=nikomatsakis | bors | -123/+1 |
| 2016-05-09 | Auto merge of #33224 - alexcrichton:create-exit-status, r=aturon | bors | -0/+15 |
| 2016-05-09 | rustc: Implement custom panic runtimes | Alex Crichton | -123/+1 |
| 2016-05-07 | Rollup merge of #33438 - birkenfeld:dup-words, r=steveklabnik | Steve Klabnik | -1/+1 |
| 2016-05-06 | Auto merge of #33086 - cardoe:non-blocking-rand-read, r=alexcrichton | bors | -1/+16 |
| 2016-05-05 | Fix some some duplicate words. | Georg Brandl | -1/+1 |
| 2016-04-27 | std: Add compatibility with android-9 | Alex Crichton | -34/+128 |
| 2016-04-26 | std: Allow creating ExitStatus from raw values | Alex Crichton | -0/+15 |
| 2016-04-20 | rand: add comments about getrandom() fallback | Doug Goldstein | -0/+8 |
| 2016-04-19 | rand: don't block before random pool is initialized | Doug Goldstein | -1/+8 |
| 2016-04-16 | Auto merge of #32909 - sanxiyn:unused-trait-import-2, r=alexcrichton | bors | -1/+0 |
| 2016-04-13 | Auto merge of #32726 - asomers:master, r=alexcrichton | bors | -7/+25 |
| 2016-04-12 | Remove unused trait imports | Seo Sanghyeon | -1/+0 |
| 2016-04-11 | std: Stabilize APIs for the 1.9 release | Alex Crichton | -7/+15 |
| 2016-04-07 | Fix libstd on DragonFly | Michael Neumann | -2/+17 |
| 2016-04-06 | Remove accidental comment | Alan Somers | -1/+0 |
| 2016-04-06 | Merge github.com:rust-lang/rust | Alan Somers | -9/+37 |
| 2016-04-04 | std: Fix linking against `signal` on Android | Alex Crichton | -9/+37 |
| 2016-04-05 | Reduce code duplication in thread.rs | Alan Somers | -42/+18 |
| 2016-04-04 | Fix stack overflow detection on FreeBSD | Alan Somers | -2/+45 |
| 2016-03-31 | Fix a typo in the doc comment of `std::os::unix::thread::JoinHandleExt` | Tobias Bucher | -1/+1 |
| 2016-03-25 | Fix unsound behaviour with null characters in thread names (issue #32475) | David Henningsson | -16/+11 |
| 2016-03-22 | fix alignment | Jorge Aparicio | -12/+12 |
| 2016-03-22 | std: undo conversion of user defined try!s | Jorge Aparicio | -11/+11 |
| 2016-03-22 | try! -> ? | Jorge Aparicio | -132/+132 |
| 2016-03-20 | Add unix socket support to the standard library | Steven Fackler | -1/+1085 |
| 2016-03-15 | std: Fix overflow when subtracting Instant | Alex Crichton | -4/+4 |
| 2016-03-12 | std: Clean out deprecated APIs | Alex Crichton | -79/+0 |
| 2016-03-09 | std: Don't spawn threads in `wait_with_output` | Alex Crichton | -2/+72 |
| 2016-03-08 | std: Don't always create stdin for children | Alex Crichton | -5/+8 |
| 2016-03-08 | std: Funnel read_to_end through to one location | Alex Crichton | -2/+42 |
| 2016-03-07 | Fix building libstd on on emscripten targets. | ashleysommer | -3/+7 |
| 2016-02-28 | Fix windows | Steven Fackler | -39/+5 |
| 2016-02-28 | Add TCP functionality from net2 | Steven Fackler | -0/+48 |
| 2016-02-24 | Warn when reexporting a private extern crate | Jeffrey Seyfried | -1/+1 |
| 2016-02-22 | Auto merge of #31813 - nbaksalyar:solaris-fix, r=sanxiyn | bors | -1/+2 |
| 2016-02-22 | Auto merge of #31805 - cuviper:android-lfs, r=alexcrichton | bors | -1/+4 |
| 2016-02-22 | Fix broken Solaris build | Nikita Baksalyar | -1/+2 |
| 2016-02-21 | Fix `struct stat` usage on NetBSD | Sebastian Wicki | -1/+25 |
| 2016-02-21 | std: Use Android LFS off64_t, ftruncate64, and lseek64 | Josh Stone | -1/+4 |