| Age | Commit message (Expand) | Author | Lines |
| 2016-05-25 | Auto merge of #33699 - alexcrichton:stabilize-1.10, r=aturon | bors | -295/+312 |
| 2016-05-24 | std: Stabilize APIs for the 1.10 release | Alex Crichton | -295/+312 |
| 2016-05-22 | Auto merge of #31457 - lambda:rtabort-use-libc-abort, r=alexcrichton | bors | -2/+24 |
| 2016-05-23 | Use libc::abort, not intrinsics::abort, in rtabort! | Brian Campbell | -2/+24 |
| 2016-05-12 | Don't use env::current_exe with libbacktrace | Steven Fackler | -37/+12 |
| 2016-05-09 | Auto merge of #32900 - alexcrichton:panic2abort, r=nikomatsakis | bors | -1422/+1 |
| 2016-05-09 | Auto merge of #33224 - alexcrichton:create-exit-status, r=aturon | bors | -0/+36 |
| 2016-05-09 | rustc: Implement custom panic runtimes | Alex Crichton | -1422/+1 |
| 2016-05-08 | Auto merge of #33091 - sanxiyn:unused-trait-import-3, r=nrc | bors | -1/+0 |
| 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-05-03 | Fix build on Windows | Seo Sanghyeon | -1/+0 |
| 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/+36 |
| 2016-04-20 | Remove IPV6_V6ONLY functionality | Steven Fackler | -18/+0 |
| 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 | -10/+23 |
| 2016-04-07 | Rollup merge of #32737 - timonvo:arm-ehabi-backtraces, r=alexcrichton | Manish Goregaokar | -1/+6 |
| 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-04 | Fix backtraces on ARM EHABI. | Timon Van Overveldt | -1/+6 |
| 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-04-02 | Auto merge of #32549 - respeccing:rust_backtrace_disabled, r=alexcrichton | bors | -1/+1 |
| 2016-03-31 | allow RUST_BACKTRACE=0 to act as if unset | Emanuel Czirai | -1/+1 |
| 2016-03-31 | Fix a typo in the doc comment of `std::os::unix::thread::JoinHandleExt` | Tobias Bucher | -1/+1 |
| 2016-03-28 | style: Use `iter` for IntoIterator parameter names | Kamal Marhubi | -2/+2 |
| 2016-03-27 | libstd/sys/*/net: very minor clean up of cvt*() utility functions. | NODA, Kai | -10/+11 |
| 2016-03-26 | Fixup #32476 | Manish Goregaokar | -0/+1 |
| 2016-03-25 | Fix unsound behaviour with null characters in thread names (issue #32475) | David Henningsson | -17/+12 |
| 2016-03-22 | fix alignment | Jorge Aparicio | -21/+21 |
| 2016-03-22 | std: undo conversion of user defined try!s | Jorge Aparicio | -11/+11 |
| 2016-03-22 | try! -> ? | Jorge Aparicio | -307/+307 |
| 2016-03-22 | std: Change `encode_utf{8,16}` to return iterators | Alex Crichton | -19/+12 |
| 2016-03-20 | Add unix socket support to the standard library | Steven Fackler | -21/+1138 |
| 2016-03-15 | std: Fix overflow when subtracting Instant | Alex Crichton | -4/+4 |
| 2016-03-13 | Auto merge of #32184 - ollie27:win_stdout, r=alexcrichton | bors | -4/+19 |
| 2016-03-12 | std: Clean out deprecated APIs | Alex Crichton | -231/+172 |
| 2016-03-11 | std: Remove unstable from ReentrantMutex | Alex Crichton | -3/+0 |
| 2016-03-12 | Further simplify Windows stdout/stderr | Oliver Middleton | -13/+8 |
| 2016-03-10 | Simplify Windows stdout/stderr | Oliver Middleton | -4/+2 |
| 2016-03-10 | Fixup stout/stderr on Windows | Oliver Middleton | -2/+24 |
| 2016-03-09 | std: Don't spawn threads in `wait_with_output` | Alex Crichton | -17/+438 |