| Age | Commit message (Expand) | Author | Lines |
| 2016-07-15 | Rollup merge of #34456 - tbu-:pr_ptr_null, r=aturon | Guillaume Gomez | -16/+20 |
| 2016-07-13 | Auto merge of #34776 - cuviper:solaris-readdir, r=alexcrichton | bors | -22/+40 |
| 2016-07-12 | Auto merge of #34705 - alexcrichton:clean-deprecated, r=brson | bors | -52/+64 |
| 2016-07-12 | std: Clean out deprecated APIs | Alex Crichton | -52/+64 |
| 2016-07-12 | Auto merge of #34757 - sourcefrog:debug-filetype, r=alexcrichton | bors | -2/+2 |
| 2016-07-12 | Use `ptr::{null, null_mut}` instead of `0 as *{const, mut}` | Tobias Bucher | -16/+20 |
| 2016-07-11 | std: clear errno before readdir, then check it (solaris) | Josh Stone | -17/+32 |
| 2016-07-11 | std: Fix IPV6 imports for solaris | Josh Stone | -4/+8 |
| 2016-07-11 | std: Fix `Thread::set_name()` for newlib and solaris | Josh Stone | -1/+0 |
| 2016-07-11 | Auto merge of #34686 - alexcrichton:new-stage, r=luqmana | bors | -3/+3 |
| 2016-07-10 | Derive Debug on FileType. | Martin Pool | -2/+2 |
| 2016-07-10 | Demangle curly braces | Steven Fackler | -1/+3 |
| 2016-07-08 | Add test for std::net::lookup_host() duplicates | Ivan Nejgebauer | -0/+19 |
| 2016-07-07 | Use hints with getaddrinfo() in std::net::lokup_host() | Ivan Nejgebauer | -1/+11 |
| 2016-07-06 | rustc: Update stage0 to beta-2016-07-06 | Alex Crichton | -3/+3 |
| 2016-07-03 | Auto merge of #34530 - alexcrichton:stabilize-1.11, r=aturon | bors | -14/+54 |
| 2016-07-03 | std: Stabilize APIs for the 1.11.0 release | Alex Crichton | -14/+54 |
| 2016-06-29 | Convert a simple tail call to a loop | Tobias Bucher | -10/+14 |
| 2016-06-29 | Ignore unknown address types when looking up hosts | Tobias Bucher | -5/+9 |
| 2016-06-24 | Auto merge of #34441 - tbu-:pr_dont_ignore_errors, r=alexcrichton | bors | -30/+30 |
| 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 |