| Age | Commit message (Expand) | Author | Lines |
| 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 | 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-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 | 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-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 |
| 2016-12-23 | Add Debug to OpenOptions and DirBuilder | Jeremy Soller | -1/+2 |
| 2016-12-23 | Auto merge of #38401 - redox-os:redox_cross, r=brson | bors | -23/+1318 |
| 2016-12-22 | Revert rt.rs | Jeremy Soller | -0/+2 |
| 2016-12-22 | Remove start functions, use newlib instead of openlibm + ralloc | Jeremy Soller | -162/+0 |
| 2016-12-22 | Fix fs tests on Windows systems with non-english locales. | Peter Atashian | -20/+25 |
| 2016-12-21 | Add RawFd traits for net | Jeremy Soller | -15/+64 |
| 2016-12-21 | Removes magenta build warning. | Jason Campbell | -1/+0 |
| 2016-12-21 | Merge branch 'redox_cross' of https://github.com/redox-os/rust into redox_cross | Jeremy Soller | -3/+6 |
| 2016-12-21 | Update liblibc, go back to lazy linking openlibm | Jeremy Soller | -1/+1 |
| 2016-12-21 | Add missing examples in some thread functions | Guillaume Gomez | -8/+43 |