| Age | Commit message (Expand) | Author | Lines |
| 2016-09-13 | Auto merge of #36264 - matklad:zeroing-cstring, r=alexcrichton | bors | -3/+25 |
| 2016-09-13 | Rollup merge of #36402 - kmcallister:gh-29331-array-docs, r=GuillaumeGomez | Guillaume Gomez | -21/+65 |
| 2016-09-13 | Rollup merge of #36397 - SuperFluffy:bufwriter_unnecessary_cmp, r=aturon | Guillaume Gomez | -2/+1 |
| 2016-09-12 | Auto merge of #36019 - frewsxcv:take-into-inner, r=alexcrichton | bors | -0/+27 |
| 2016-09-11 | Tweak array docs | Keegan McAllister | -21/+65 |
| 2016-09-11 | Auto merge of #36369 - uweigand:s390x, r=alexcrichton | bors | -6/+25 |
| 2016-09-11 | Remove unnecessary `cmp::min` from BufWriter::write | Richard Janis Goldschmidt | -2/+1 |
| 2016-09-10 | Rollup merge of #36314 - tshepang:not-needed, r=GuillaumeGomez | Guillaume Gomez | -2/+2 |
| 2016-09-10 | Rollup merge of #36311 - frewsxcv:instant-elapsed-example, r=GuillaumeGomez | Guillaume Gomez | -0/+12 |
| 2016-09-09 | Add s390x support | Ulrich Weigand | -6/+25 |
| 2016-09-08 | Auto merge of #36322 - uweigand:nonblocking, r=alexcrichton | bors | -1/+1 |
| 2016-09-08 | Auto merge of #36048 - GuillaumeGomez:code_clean, r=brson | bors | -12/+9 |
| 2016-09-07 | Zero first byte of CString on drop | Aleksey Kladov | -3/+25 |
| 2016-09-07 | Fix argument to FIONBIO ioctl | Ulrich Weigand | -1/+1 |
| 2016-09-07 | Add doc example for `std::time::Instant::elapsed`. | Corey Farwell | -0/+12 |
| 2016-09-07 | doc: we got coercion going on here, so no need to be this explicit | Tshepang Lekhonkhobe | -2/+2 |
| 2016-09-06 | Rollup merge of #36298 - GuillaumeGomez:hashmap_doc, r=steveklabnik | Jonathan Turner | -18/+42 |
| 2016-09-06 | Rollup merge of #36263 - apasel422:scoped, r=steveklabnik | Jonathan Turner | -20/+15 |
| 2016-09-06 | Add missing urls | ggomez | -18/+42 |
| 2016-09-04 | Auto merge of #36203 - petrochenkov:uvsdot, r=nrc | bors | -2/+3 |
| 2016-09-04 | Auto merge of #36144 - japaric:rustbuild-musl, r=alexcrichton | bors | -1/+1 |
| 2016-09-04 | Clean up thread-local storage docs | Andrew Paseltiner | -20/+15 |
| 2016-09-04 | Replace `_, _` with `..` | Vadim Petrochenkov | -1/+1 |
| 2016-09-04 | Replace `_, _, _` with `..` | Vadim Petrochenkov | -1/+2 |
| 2016-09-03 | Auto merge of #36104 - KiChjang:issue-35847, r=brson | bors | -4/+24 |
| 2016-09-02 | Auto merge of #36024 - japaric:mips64, r=alexcrichton | bors | -0/+11 |
| 2016-09-01 | Auto merge of #35755 - SimonSapin:char_convert, r=alexcrichton | bors | -0/+7 |
| 2016-08-31 | Rollup merge of #35911 - tbu-:pr_io_errorkind_traits, r=alexcrichton | Jonathan Turner | -2/+3 |
| 2016-08-31 | Rollup merge of #35786 - GuillaumeGomez:paths_doc, r=steveklabnik | Jonathan Turner | -34/+149 |
| 2016-08-31 | Improve Path and PathBuf docs | Guillaume Gomez | -34/+149 |
| 2016-08-31 | Rollup merge of #36134 - tshepang:more-simple, r=steveklabnik | Jonathan Turner | -8/+1 |
| 2016-08-31 | Rollup merge of #36101 - frewsxcv:debug-path-components, r=alexcrichton | Jonathan Turner | -0/+81 |
| 2016-08-30 | Implement `Debug` for `std::path::Iter`. | Corey Farwell | -0/+41 |
| 2016-08-30 | Auto merge of #35048 - tmiasko:monotonic-wait-timeout, r=alexcrichton | bors | -9/+82 |
| 2016-08-30 | Implement `Debug` for `std::path::Components`. | Corey Farwell | -0/+40 |
| 2016-08-30 | for mips-musl pass -ldl and co to the linker | Jorge Aparicio | -1/+1 |
| 2016-08-30 | rustbuild: fix building std for musl targets | Jorge Aparicio | -1/+1 |
| 2016-08-30 | Rollup merge of #35997 - matthew-piziak:thread-current-example, r=GuillaumeGomez | Guillaume Gomez | -0/+18 |
| 2016-08-30 | doc: make TcpListener example more simple | Tshepang Lekhonkhobe | -8/+1 |
| 2016-08-29 | Fix illegal instruction caused by overflow in channel cloning | Keith Yeung | -4/+24 |
| 2016-08-29 | Implement TryFrom<u32> for char | Simon Sapin | -0/+7 |
| 2016-08-29 | Avoid using pthread_condattr_setclock on Android. | Tomasz Miąsko | -4/+4 |
| 2016-08-28 | Improve Demangling of Rust Symbols | Christopher Serr | -19/+47 |
| 2016-08-27 | Clean code a bit | Guillaume Gomez | -12/+9 |
| 2016-08-27 | Auto merge of #35969 - bluss:memrchr-alignment, r=nagisa | bors | -1/+23 |
| 2016-08-27 | fix cross compilation of std | Jorge Aparicio | -0/+11 |
| 2016-08-26 | Introduce `into_inner` method on `std::io::Take`. | Corey Farwell | -0/+27 |
| 2016-08-26 | Replace unnecessary uses of `TraitObject` with casts | Andrew Paseltiner | -18/+4 |
| 2016-08-25 | Auto merge of #35906 - jseyfried:local_prelude, r=eddyb | bors | -205/+11 |
| 2016-08-25 | add a simple example for `thread::current()` | Matthew Piziak | -0/+18 |