| Age | Commit message (Expand) | Author | Lines |
| 2016-06-24 | Auto merge of #34425 - tbu-:pr_len_instead_of_size_hint, r=alexcrichton | bors | -1/+1 |
| 2016-06-24 | Auto merge of #34399 - alexcrichton:issue-audit, r=brson | bors | -1/+1 |
| 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-23 | Use `len` instead of `size_hint` where appropiate | Tobias Bucher | -1/+1 |
| 2016-06-21 | Fix overflow error in thread::sleep | Guillaume Gomez | -6/+15 |
| 2016-06-14 | Add ERROR_FILE_EXISTS to ErrorKind conversion on Windows | Gleb Kozyrev | -0/+2 |
| 2016-06-09 | use the slice_pat hack in libstd too | Ariel Ben-Yehuda | -18/+9 |
| 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 | -9/+108 |
| 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/+41 |
| 2016-06-01 | Auto merge of #33853 - alexcrichton:remove-deprecated, r=aturon | bors | -31/+0 |
| 2016-06-01 | Auto merge of #33814 - lambda:rtabort-use-platform-abort, r=alexcrichton | bors | -9/+17 |
| 2016-05-30 | std: Clean out old unstable + deprecated APIs | Alex Crichton | -31/+0 |
| 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-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 |
| 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 |