| Age | Commit message (Expand) | Author | Lines |
| 2016-09-25 | Haiku: Fix pthread_t typesize set to stable 1.8.0 post #29791 | Alexander von Gluck IV | -1/+1 |
| 2016-09-25 | Haiku: Work around the lack of the FIOCLEX ioctl | Niels Sascha Reedijk | -2/+8 |
| 2016-09-25 | Add support for the Haiku operating system on x86 and x86_64 machines | Niels Sascha Reedijk | -11/+314 |
| 2016-09-24 | Rollup merge of #36578 - GuillaumeGomez:fix_typo, r=steveklabnik | Guillaume Gomez | -2/+2 |
| 2016-09-24 | Rollup merge of #36018 - durka:patch-28, r=steveklabnik | Guillaume Gomez | -2/+7 |
| 2016-09-22 | Auto merge of #36631 - frewsxcv:dir-entry-debug, r=sfackler | bors | -0/+20 |
| 2016-09-22 | Rollup merge of #36632 - CryZe:patch-3, r=sfackler | Jonathan Turner | -2/+2 |
| 2016-09-22 | Rollup merge of #36423 - GuillaumeGomez:eq_impl, r=pnkfelix | Jonathan Turner | -6/+6 |
| 2016-09-22 | Implement Debug for DirEntry. | Corey Farwell | -0/+20 |
| 2016-09-21 | Fix outdated Doc Comment on BufReader::seek | Christopher Serr | -2/+2 |
| 2016-09-21 | add assert_ne and debug_assert_ne macros | Ashley Williams | -2/+2 |
| 2016-09-19 | Replace 'e.g.' by 'i.e.' | Guillaume Gomez | -2/+2 |
| 2016-09-18 | Auto merge of #36523 - Mark-Simulacrum:format-args-link, r=GuillaumeGomez | bors | -4/+10 |
| 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-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-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-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-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 |