| Age | Commit message (Expand) | Author | Lines |
| 2017-01-10 | Rollup merge of #38839 - frewsxcv:osstr-to-str, r=GuillaumeGomez | Seo Sanghyeon | -4/+32 |
| 2017-01-10 | Rollup merge of #38836 - ollie27:patch-1, r=steveklabnik | Seo Sanghyeon | -1/+1 |
| 2017-01-10 | Rollup merge of #38799 - minaguib:patch-1, r=steveklabnik | Seo Sanghyeon | -1/+1 |
| 2017-01-10 | Rollup merge of #38664 - apasel422:may-dangle, r=pnkfelix | Seo Sanghyeon | -7/+5 |
| 2017-01-09 | Auto merge of #38866 - alexcrichton:try-wait, r=aturon | bors | -0/+75 |
| 2017-01-08 | Auto merge of #38797 - abhijeetbhagat:master, r=petrochenkov | bors | -18/+67 |
| 2017-01-08 | Auto merge of #38679 - alexcrichton:always-deny-warnings, r=nrc | bors | -1/+1 |
| 2017-01-07 | Auto merge of #38469 - tbu-:pr_writeln_no_args, r=brson | bors | -1/+1 |
| 2017-01-07 | Auto merge of #38327 - Yamakaky:into-ipaddr, r=brson | bors | -0/+28 |
| 2017-01-06 | std: Add a nonblocking `Child::try_wait` method | Alex Crichton | -0/+75 |
| 2017-01-06 | Auto merge of #38835 - alexcrichton:less-overlapped, r=brson | bors | -29/+63 |
| 2017-01-05 | Deprecate TcpListener::set_only_v6 | Steven Fackler | -32/+6 |
| 2017-01-05 | Expand {Path,OsStr}::{to_str,to_string_lossy} doc examples. | Corey Farwell | -4/+32 |
| 2017-01-05 | Fix typo in tuple docs | Oliver Middleton | -1/+1 |
| 2017-01-04 | std: Don't pass overlapped handles to processes | Alex Crichton | -29/+63 |
| 2017-01-04 | Fix formatting | abhijeetbhagat | -1/+1 |
| 2017-01-04 | Fix formatting | abhijeetbhagat | -10/+10 |
| 2017-01-04 | Auto merge of #38707 - redox-os:master, r=brson | bors | -26/+128 |
| 2017-01-03 | Doc fix | Mina Naguib | -1/+1 |
| 2017-01-03 | Fix process module tests to run on Windows | abhijeetbhagat | -18/+67 |
| 2017-01-02 | Reword 'stupid' and 'crazy' in docs. | Clar Charr | -1/+1 |
| 2017-01-01 | Auto merge of #38548 - GuillaumeGomez:thread_struct_docs, r=frewsxcv | bors | -0/+65 |
| 2017-01-01 | Merge branch 'master' into sparc64 | Seo Sanghyeon | -15/+111 |
| 2016-12-31 | Add missing example for Thread struct | Guillaume Gomez | -0/+65 |
| 2016-12-30 | sparc64-linux support | Jorge Aparicio | -6/+3 |
| 2016-12-30 | Add socket timeout and ttl support | Jeremy Soller | -26/+128 |
| 2016-12-30 | Make rustdoc aware of the primitive i128 type | est31 | -0/+22 |
| 2016-12-30 | Such large. Very 128. Much bits. | Simonas Kazlauskas | -0/+7 |
| 2016-12-29 | Remove not(stage0) from deny(warnings) | Alex Crichton | -1/+1 |
| 2016-12-29 | libstd: define std::env::consts::ARCH for sparc64 | Jonathan A. Kollasch | -0/+6 |
| 2016-12-29 | Rollup merge of #38622 - alexcrichton:read-lengths, r=sfackler | Alex Crichton | -12/+24 |
| 2016-12-29 | Rollup merge of #38491 - GuillaumeGomez:builder_docs, r=frewsxcv | Alex Crichton | -3/+58 |
| 2016-12-28 | Replace uses of `#[unsafe_destructor_blind_to_params]` with `#[may_dangle]` | Andrew Paseltiner | -7/+5 |
| 2016-12-27 | Fix arguments on Redox | Jeremy Soller | -9/+5 |
| 2016-12-27 | Auto merge of #38577 - redox-os:master, r=alexcrichton | bors | -2/+3 |
| 2016-12-26 | Auto merge of #38274 - elahn:windows-readconsole-ctrl-z, r=alexcrichton | bors | -4/+33 |
| 2016-12-26 | std: Clamp max read/write sizes on Unix | Alex Crichton | -12/+24 |
| 2016-12-26 | Auto merge of #38536 - retep998:flauschige-kaninchen, r=petrochenkov | bors | -20/+25 |
| 2016-12-25 | Impl From<inner> for IpAddr and SocketAddr. | Yamakaky | -0/+16 |
| 2016-12-24 | Impl From<Ipv4Addr, Ipv6Addr> for IpAddr. | Yamakaky | -0/+12 |
| 2016-12-24 | Auto merge of #38594 - steveklabnik:rollup, r=steveklabnik | bors | -15/+89 |
| 2016-12-24 | Rollup merge of #38572 - GuillaumeGomez:join_handle_docs, r=frewsxcv | Steve Klabnik | -6/+40 |
| 2016-12-24 | Rollup merge of #38521 - jxson:remove-magenta-warnings, r=sfackler | Steve Klabnik | -1/+0 |
| 2016-12-24 | Rollup merge of #38513 - GuillaumeGomez:thread_fn_docs, r=frewsxcv | Steve Klabnik | -8/+43 |
| 2016-12-24 | Rollup merge of #38505 - estebank:why-lines, r=frewsxcv | Steve Klabnik | -0/+6 |
| 2016-12-24 | Auto merge of #38443 - frewsxcv:file-docs, r=brson | bors | -6/+38 |
| 2016-12-24 | Auto merge of #38062 - alexcrichton:fix-line-writer, r=brson | bors | -13/+86 |
| 2016-12-24 | Add JoinHandle missing examples | Guillaume Gomez | -6/+40 |
| 2016-12-24 | Add missing doc examples for Builder | Guillaume Gomez | -3/+58 |
| 2016-12-23 | Cloexec when creating directories | Jeremy Soller | -1/+1 |