| Age | Commit message (Expand) | Author | Lines |
| 2016-09-28 | set SO_NOSIGPIPE on apple platforms | Mathieu Poumeyrol | -1/+13 |
| 2016-09-28 | Rollup merge of #36740 - frehberg:apidoc, r=steveklabnik | Jonathan Turner | -0/+30 |
| 2016-09-28 | [breaking-change] std: change `encode_utf{8,16}()` to take a buffer and retur... | tormol | -9/+12 |
| 2016-09-27 | [std::io::Chain] Mark first as done only when reading into non-zero length bu... | Tomasz Miąsko | -1/+12 |
| 2016-09-27 | Update set.rs | Frank Rehberger | -0/+2 |
| 2016-09-27 | Update map.rs | Frank Rehberger | -4/+6 |
| 2016-09-26 | Rollup merge of #36754 - tmiasko:getaddrinfo-errors, r=alexcrichton | Jonathan Turner | -2/+7 |
| 2016-09-26 | Rollup merge of #36727 - kallisti5:master, r=Aatch | Jonathan Turner | -15/+322 |
| 2016-09-26 | When getaddrinfo returns EAI_SYSTEM retrieve actual error from errno. | Tomasz Miąsko | -2/+7 |
| 2016-09-27 | run rustfmt on libstd/collections/hash folder | Srinivas Reddy Thatiparthy | -279/+438 |
| 2016-09-26 | Auto merge of #36719 - shepmaster:build-env-var-reporting, r=alexcrichton | bors | -3/+3 |
| 2016-09-26 | Remove CString drop test. | Aleksey Kladov | -1/+3 |
| 2016-09-26 | Update set.rs | Frank Rehberger | -1/+1 |
| 2016-09-26 | Update map.rs | Frank Rehberger | -1/+1 |
| 2016-09-26 | Update set.rs | Frank Rehberger | -4/+2 |
| 2016-09-26 | Update map.rs | Frank Rehberger | -5/+2 |
| 2016-09-26 | Document init of HashSet/HashMap from vector | Frank Rehberger | -0/+31 |
| 2016-09-26 | Auto merge of #36734 - nnethercote:fix-HashSet-sizing, r=Aatch | bors | -8/+34 |
| 2016-09-26 | Haiku: Use common thread set_name stub | Alexander von Gluck IV | -7/+5 |
| 2016-09-26 | Don't allocate during default HashSet creation. | Nicholas Nethercote | -8/+34 |
| 2016-09-25 | Report which required build-time environment variable is not set | Jake Goulding | -3/+3 |
| 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-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 |