| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2016-02-20 | Auto merge of #31608 - frewsxcv:osstring-simple-functions, r=alexcrichton | bors | -0/+41 |
| 2016-02-20 | Add Capacity/length methods for OsString. | Corey Farwell | -0/+41 |
| 2016-02-19 | Auto merge of #31738 - seanmonstar:sys-rand, r=alexcrichton | bors | -0/+274 |
| 2016-02-18 | Auto merge of #31684 - tmiasko:alternate-stack, r=alexcrichton | bors | -5/+24 |
| 2016-02-18 | Remove alternate stack with sigaltstack before unmapping it. | Tomasz Miąsko | -5/+24 |
| 2016-02-17 | std: restructure rand os code into sys modules | Sean McArthur | -0/+274 |
| 2016-02-14 | std: use LFS open64 on Linux | Josh Stone | -3/+3 |
| 2016-02-14 | std: use LFS readdir64_r on Linux | Josh Stone | -5/+7 |
| 2016-02-14 | std: use LFS lseek64 on Linux | Josh Stone | -7/+7 |