| Age | Commit message (Expand) | Author | Lines |
| 2016-09-13 | Fix Duration::checked_mul documentation | Eugene Bulkin | -1/+1 |
| 2016-09-13 | Add checked operation methods to Duration | Eugene Bulkin | -0/+162 |
| 2016-09-13 | Auto merge of #35021 - japaric:rustc-builtins, r=alexcrichton | bors | -0/+5 |
| 2016-09-13 | Link test to compiler builtins and make unstable | Alex Crichton | -0/+1 |
| 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 | crate-ify compiler-rt into compiler-builtins | Jorge Aparicio | -0/+4 |
| 2016-09-12 | Auto merge of #36019 - frewsxcv:take-into-inner, r=alexcrichton | bors | -0/+27 |
| 2016-09-12 | Fixed issue #36387 | christopherdumas | -3/+10 |
| 2016-09-11 | Use question_mark feature in libstd. | Ahmed Charles | -5/+4 |
| 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 | Documentation for default types modified | athulappadan | -3/+3 |
| 2016-09-11 | Remove unnecessary `cmp::min` from BufWriter::write | Richard Janis Goldschmidt | -2/+1 |
| 2016-09-11 | Documentation of what does for each type | athulappadan | -0/+9 |
| 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-08 | Fix tests | Stephen M. Coakley | -2/+2 |
| 2016-09-07 | Add ThreadId for comparing threads | Stephen M. Coakley | -0/+40 |
| 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 |