| Age | Commit message (Expand) | Author | Lines |
| 2016-11-27 | Auto merge of #38019 - sourcefrog:doc-separator, r=frewsxcv | bors | -1/+3 |
| 2016-11-27 | Auto merge of #38022 - arthurprs:micro-opt-hm, r=bluss | bors | -18/+21 |
| 2016-11-27 | Use displacement instead of initial bucket in HashMap code | arthurprs | -18/+21 |
| 2016-11-27 | Auto merge of #37983 - GuillaumeGomez:tcp_listener_doc, r=frewsxcv | bors | -3/+118 |
| 2016-11-27 | Add examples for TcpListener struct | Guillaume Gomez | -3/+118 |
| 2016-11-26 | Auto merge of #38004 - GuillaumeGomez:tcp_stream_doc, r=frewsxcv | bors | -8/+185 |
| 2016-11-26 | Clearer description of std::path::MAIN_SEPARATOR. | Martin Pool | -1/+3 |
| 2016-11-26 | Rollup merge of #38010 - frewsxcv:lock-creations, r=GuillaumeGomez | Seo Sanghyeon | -1/+22 |
| 2016-11-26 | Rollup merge of #38001 - vickenty:patch-1, r=steveklabnik | Seo Sanghyeon | -2/+2 |
| 2016-11-26 | Rollup merge of #37985 - frewsxcv:completed-fixme, r=petrochenkov | Seo Sanghyeon | -1/+1 |
| 2016-11-26 | Rollup merge of #37978 - fkjogu:master, r=sfackler | Seo Sanghyeon | -5/+5 |
| 2016-11-26 | Rollup merge of #37962 - GuillaumeGomez:socket-v6, r=frewsxcv | Seo Sanghyeon | -0/+84 |
| 2016-11-25 | Document how the `MutexGuard` structure is created. | Corey Farwell | -1/+8 |
| 2016-11-25 | Document how the `RwLockWriteGuard` structure is created. | Corey Farwell | -0/+7 |
| 2016-11-25 | Document how the `RwLockReadGuard` structure is created. | Corey Farwell | -0/+7 |
| 2016-11-25 | Add missing urls and examples to TcpStream | Guillaume Gomez | -8/+185 |
| 2016-11-25 | Follow our own recommendations in the examples | Vickenty Fesunov | -2/+2 |
| 2016-11-24 | Remove completed FIXME. | Corey Farwell | -1/+1 |
| 2016-11-24 | Define `bound` argument in std::sync::mpsc::sync_channel | fkjogu | -5/+5 |
| 2016-11-23 | std: make compilation of libpanic_unwind optional via a Cargo feature | Jorge Aparicio | -2/+3 |
| 2016-11-23 | Add missing examples to SocketAddrV6 | Guillaume Gomez | -0/+84 |
| 2016-11-23 | Rollup merge of #37925 - jtdowney:env-args-doc-links, r=steveklabnik | Guillaume Gomez | -5/+13 |
| 2016-11-23 | Rollup merge of #37913 - GuillaumeGomez:socket-v4, r=frewsxcv | Guillaume Gomez | -0/+46 |
| 2016-11-22 | Add a method for setting permissions directly on an open file. | Steven Allen | -0/+85 |
| 2016-11-21 | Add some internal docs links for Args/ArgsOs | John Downey | -5/+13 |
| 2016-11-21 | Auto merge of #37677 - jsen-:master, r=alexcrichton | bors | -8/+26 |
| 2016-11-21 | Add missing examples for SocketAddrV4 | Guillaume Gomez | -0/+46 |
| 2016-11-20 | support creation of anonymous pipe on WinXP/2K3 | jsen- | -8/+26 |
| 2016-11-20 | Rollup merge of #37880 - GuillaumeGomez:socket-4-doc, r=frewsxcv | Guillaume Gomez | -1/+78 |
| 2016-11-19 | Auto merge of #37833 - sfackler:process-abort, r=alexcrichton | bors | -0/+15 |
| 2016-11-19 | Add missing examples in SocketAddr | Guillaume Gomez | -1/+78 |
| 2016-11-17 | Add std::process::abort | Steven Fackler | -0/+15 |
| 2016-11-16 | Add examples for Ipv4Addr | Guillaume Gomez | -1/+124 |
| 2016-11-16 | Add missing urls and improve internal doc representation | Guillaume Gomez | -6/+21 |
| 2016-11-14 | Update top-level path doc examples to show results. | Corey Farwell | -5/+18 |
| 2016-11-13 | Minor rewriting of `std::path::Path::push` doc example. | Corey Farwell | -5/+12 |
| 2016-11-12 | Rollup merge of #37699 - alexcrichton:default-for-duration, r=brson | Eduard-Mihai Burtescu | -1/+1 |
| 2016-11-12 | Rollup merge of #37696 - arthurprs:patch-1, r=alexcrichton | Eduard-Mihai Burtescu | -1/+4 |
| 2016-11-12 | Rollup merge of #37527 - Mark-Simulacrum:mpsc-recvtimeouterror-error-impl, r=... | Eduard-Mihai Burtescu | -0/+32 |
| 2016-11-10 | std: Derive `Default` for `Duration`. | Alex Crichton | -1/+1 |
| 2016-11-10 | Remove one bounds check from BufReader | Arthur Silva | -1/+4 |
| 2016-11-10 | doc: fix typos | Tshepang Lekhonkhobe | -2/+2 |
| 2016-11-09 | Rollup merge of #37622 - ollie27:cstring, r=alexcrichton | Eduard-Mihai Burtescu | -1/+1 |
| 2016-11-09 | Rollup merge of #37432 - achanda:send_to, r=alexcrichton | Eduard-Mihai Burtescu | -0/+3 |
| 2016-11-09 | Clarify that send_to might return an error in certain cases | Abhishek Chanda | -0/+3 |
| 2016-11-08 | Rollup merge of #37588 - GuillaumeGomez:missing_io_urls, r=frewsxcv | Steve Klabnik | -11/+19 |
| 2016-11-08 | Slightly optimise CString | Oliver Middleton | -1/+1 |
| 2016-11-08 | Auto merge of #36843 - petrochenkov:dotstab, r=nikomatsakis | bors | -1/+1 |
| 2016-11-05 | Rollup merge of #37589 - raphlinus:fuchsia_random, r=alexcrichton | Alex Crichton | -8/+20 |
| 2016-11-05 | Rollup merge of #37585 - leodasvacas:change_into_to_from, r=alexcrichton | Alex Crichton | -7/+7 |