| Age | Commit message (Expand) | Author | Lines |
| 2016-06-25 | Rollup merge of #34438 - frewsxcv:joinhandle, r=GuillaumeGomez | Manish Goregaokar | -0/+30 |
| 2016-06-24 | Auto merge of #34452 - frewsxcv:unwrap-or, r=alexcrichton | bors | -3/+3 |
| 2016-06-24 | Auto merge of #34441 - tbu-:pr_dont_ignore_errors, r=alexcrichton | bors | -30/+30 |
| 2016-06-24 | Add examples in docs for `JoinHandle`. | Corey Farwell | -0/+24 |
| 2016-06-24 | Auto merge of #34425 - tbu-:pr_len_instead_of_size_hint, r=alexcrichton | bors | -1/+1 |
| 2016-06-24 | Use `Option::expect` instead of `unwrap_or_else` with `panic!`. | Corey Farwell | -3/+3 |
| 2016-06-24 | Indicate how the `JoinHandle` struct is created. | Corey Farwell | -0/+6 |
| 2016-06-24 | Auto merge of #34399 - alexcrichton:issue-audit, r=brson | bors | -13/+25 |
| 2016-06-24 | Bubble up the errors in `set_nonblocking` and `set_cloexec` | Tobias Bucher | -30/+30 |
| 2016-06-23 | Auto merge of #34077 - durka:patch-23, r=alexcrichton | bors | -4/+38 |
| 2016-06-23 | std: Fix up stabilization discrepancies | Alex Crichton | -13/+25 |
| 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-22 | upgrade thread_local! invocation syntax | Alex Burka | -4/+38 |
| 2016-06-22 | std: sync: Implement recv_timeout() | Emilio Cobos Álvarez | -42/+396 |
| 2016-06-22 | Rollup merge of #34404 - ollie27:concat_idents, r=alexcrichton | Manish Goregaokar | -1/+1 |
| 2016-06-22 | Rollup merge of #34363 - GuillaumeGomez:sleep, r=alexcrichton | Manish Goregaokar | -6/+15 |
| 2016-06-21 | Mark concat_idents! unstable | Oliver Middleton | -1/+1 |
| 2016-06-21 | Rollup merge of #34371 - frewsxcv:thread-name, r=steveklabnik | Guillaume Gomez | -0/+31 |
| 2016-06-21 | Rollup merge of #34356 - matklad:cstr-docs, r=GuillaumeGomez | Guillaume Gomez | -0/+32 |
| 2016-06-21 | Fix overflow error in thread::sleep | Guillaume Gomez | -6/+15 |
| 2016-06-19 | Add examples for `std::thread::Thread::name`. | Corey Farwell | -0/+31 |
| 2016-06-19 | Auto merge of #34335 - ollie27:docs_collections_mods, r=GuillaumeGomez | bors | -2/+4 |
| 2016-06-19 | Document `CStr::as_ptr` dangers. | Aleksey Kladov | -0/+32 |
| 2016-06-19 | Auto merge of #34313 - frewsxcv:panicking-example, r=steveklabnik | bors | -0/+29 |
| 2016-06-18 | Auto merge of #34314 - tshepang:misnamed, r=steveklabnik | bors | -8/+9 |
| 2016-06-17 | Add short summaries to btree modules | Oliver Middleton | -2/+4 |
| 2016-06-18 | Add example in docs for `std::thread::panicking`. | Corey Farwell | -0/+29 |
| 2016-06-16 | doc: fix mis-named binding & remove not needed `mut` | Tshepang Lekhonkhobe | -8/+9 |
| 2016-06-16 | Fix issue where rustbuild expected msvc to have ar | Peter Atashian | -1/+2 |
| 2016-06-16 | Rollup merge of #34270 - gkoz:error_file_exists, r=alexcrichton | Manish Goregaokar | -1/+12 |
| 2016-06-15 | Auto merge of #33300 - seanmonstar:map-entry-take, r=alexcrichton | bors | -0/+13 |
| 2016-06-15 | Map::Entry::take() method to recover key and value together | Sean McArthur | -0/+13 |
| 2016-06-15 | Fix a docs typo | Gleb Kozyrev | -1/+1 |
| 2016-06-15 | Test ErrorKind::AlreadyExists for files | Gleb Kozyrev | -0/+9 |
| 2016-06-14 | Add ERROR_FILE_EXISTS to ErrorKind conversion on Windows | Gleb Kozyrev | -0/+2 |
| 2016-06-13 | Improve IP reserved address docs | Oliver Middleton | -20/+35 |
| 2016-06-11 | run rustfmt on libstd/collections/hash folder | Srinivas Reddy Thatiparthy | -167/+178 |
| 2016-06-09 | doc: intro should be 1 sentence | Tshepang Lekhonkhobe | -2/+4 |
| 2016-06-09 | use the slice_pat hack in libstd too | Ariel Ben-Yehuda | -18/+21 |
| 2016-06-09 | fix stdtest | Ariel Ben-Yehuda | -5/+8 |
| 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-05 | test: don't assume anything about the sign of NAN. | Eduard Burtescu | -4/+10 |
| 2016-06-03 | Auto merge of #33803 - WiSaGaN:feature/rename-main-thread, r=alexcrichton | bors | -1/+1 |
| 2016-06-03 | Auto merge of #33861 - Amanieu:lock_elision_fix, r=alexcrichton | bors | -10/+113 |
| 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 | -1/+46 |
| 2016-06-02 | Rollup merge of #34033 - tshepang:typo, r=GuillaumeGomez | Guillaume Gomez | -1/+1 |