| Age | Commit message (Expand) | Author | Lines |
| 2016-09-18 | Add basic doc examples for `std::panic::{set_hook, take_hook}`. | Corey Farwell | -0/+30 |
| 2016-09-18 | Add missing Eq implementations | Guillaume Gomez | -6/+6 |
| 2016-09-17 | Clean up hasher discussion on HashMap | Steven Fackler | -8/+22 |
| 2016-09-16 | Add links between format_args! macro and std::fmt::Arguments struct | Mark-Simulacrum | -4/+10 |
| 2016-09-16 | Rollup merge of #36480 - tshepang:stronger-pause, r=steveklabnik | Jonathan Turner | -2/+2 |
| 2016-09-16 | Update to new macro url syntax | Guillaume Gomez | -1/+1 |
| 2016-09-15 | Rollup merge of #36463 - eugene-bulkin:duration-checked-ops, r=alexcrichton | Manish Goregaokar | -35/+182 |
| 2016-09-14 | Add feature crate attribute for duration_checked_ops to docs | Eugene Bulkin | -0/+8 |
| 2016-09-14 | Fix doc-tests for Duration | Eugene Bulkin | -2/+10 |
| 2016-09-14 | doc: make that sound better | Tshepang Lekhonkhobe | -2/+2 |
| 2016-09-14 | add stronger warning to CString::from_raw | Alex Burka | -2/+7 |
| 2016-09-14 | Rollup merge of #36467 - frewsxcv:ipaddr, r=GuillaumeGomez | Guillaume Gomez | -0/+18 |
| 2016-09-14 | Rollup merge of #36396 - athulappadan:Default-docs, r=bluss | Guillaume Gomez | -0/+9 |
| 2016-09-13 | Auto merge of #36041 - ahmedcharles:try, r=nrc | bors | -5/+4 |
| 2016-09-13 | Add doc examples for std::net::IpAddr construction. | Corey Farwell | -0/+18 |
| 2016-09-13 | Implement add, sub, mul and div methods using checked methods for Duration | Eugene Bulkin | -35/+4 |
| 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 |