| Age | Commit message (Expand) | Author | Lines |
| 2017-02-07 | Rollup merge of #38764 - Aaronepower:master, r=aturon | Corey Farwell | -0/+7 |
| 2017-02-07 | Add missing urls for current_dir | Guillaume Gomez | -2/+5 |
| 2017-02-06 | make Child::try_wait return io::Result<Option<ExitStatus>> | Jack O'Connor | -22/+21 |
| 2017-02-06 | std: Remove cfg(cargobuild) annotations | Alex Crichton | -97/+6 |
| 2017-02-05 | Ipv6Addr <-> u128 | Clar Charr | -5/+38 |
| 2017-02-05 | Rollup merge of #39514 - tbu-:pr_less_syscalls_fd, r=alexcrichton | Corey Farwell | -2/+17 |
| 2017-02-05 | Rollup merge of #39393 - ollie27:stab_impls, r=alexcrichton | Corey Farwell | -51/+53 |
| 2017-02-05 | Rollup merge of #38983 - APTy:udp-peek, r=aturon | Corey Farwell | -16/+250 |
| 2017-02-05 | Rollup merge of #38921 - chris-morgan:windows-unprivileged-symlink-creation, ... | Corey Farwell | -3/+20 |
| 2017-02-05 | Rollup merge of #38518 - nagisa:exec-doc, r=alexcrichton | Corey Farwell | -2/+29 |
| 2017-02-04 | libstd/net: Add `peek` APIs to UdpSocket and TcpStream | Tyler Julian | -16/+250 |
| 2017-02-04 | Rollup merge of #39506 - GuillaumeGomez:hashmap_docs, r=frewsxcv | Guillaume Gomez | -5/+12 |
| 2017-02-04 | Rollup merge of #39486 - phungleson:tiny-doc-wording-change, r=alexcrichton | Guillaume Gomez | -1/+1 |
| 2017-02-04 | Use less syscalls in `FileDesc::set_{nonblocking,cloexec}` | Tobias Bucher | -2/+17 |
| 2017-02-03 | Auto merge of #39463 - alexcrichton:update-bootstrap, r=alexcrichton | bors | -2/+0 |
| 2017-02-03 | Add missing urls in HashMap | Guillaume Gomez | -5/+12 |
| 2017-02-03 | Bump version, upgrade bootstrap | Alex Crichton | -2/+0 |
| 2017-02-04 | tiny doc wording change | Son | -1/+1 |
| 2017-02-03 | Auto merge of #39418 - redox-os:redox_fs_ext, r=brson | bors | -0/+10 |
| 2017-02-02 | Build libbacktrace/jemalloc only when their timestamps are older than sources | Vadim Petrochenkov | -7/+12 |
| 2017-02-02 | Fix build in cross-compilation scenarios | Vadim Petrochenkov | -1/+1 |
| 2017-02-02 | rustbuild: Build jemalloc and libbacktrace only once (take 2) | Vadim Petrochenkov | -16/+10 |
| 2017-02-02 | Auto merge of #39386 - tbu-:pr_pipe_less_syscalls, r=alexcrichton | bors | -22/+17 |
| 2017-01-31 | add From<(I, u16)> for SocketAddr where I: Into<IpAddr> | Sean McArthur | -2/+9 |
| 2017-01-30 | Add dev and ino to MetadataExt | Jeremy Soller | -0/+10 |
| 2017-01-30 | Don't handle ENOSYS in `anon_pipe()` | Tobias Bucher | -14/+9 |
| 2017-01-29 | Add support for test suites emulated in QEMU | Alex Crichton | -1/+5 |
| 2017-01-29 | Fix a few impl stability attributes | Oliver Middleton | -51/+53 |
| 2017-01-28 | add From<[u8; n]> impls for IpAddr | Sean McArthur | -0/+22 |
| 2017-01-28 | Auto merge of #39234 - segevfiner:fix-backtraces-on-windows-gnu, r=petrochenkov | bors | -1/+180 |
| 2017-01-27 | Rollup merge of #39344 - ollie27:links, r=steveklabnik | Alex Crichton | -3/+3 |
| 2017-01-27 | Rollup merge of #39307 - alexcrichton:stabilize-1.16, r=brson | Alex Crichton | -29/+12 |
| 2017-01-28 | Use libc::c_char instead of i8 due to platforms with unsigned char | Segev Finer | -2/+4 |
| 2017-01-27 | Use less syscalls in `anon_pipe()` | Tobias Bucher | -19/+19 |
| 2017-01-27 | Fix a few links in the docs | Oliver Middleton | -3/+3 |
| 2017-01-27 | Attempt at fixing dead code lints | Segev Finer | -68/+106 |
| 2017-01-26 | std: Compile libbacktrace with -fvisibility=hidden | Alex Crichton | -2/+3 |
| 2017-01-25 | std: Stabilize APIs for the 1.16.0 release | Alex Crichton | -29/+12 |
| 2017-01-25 | Auto merge of #38856 - zackw:process-envs, r=aturon | bors | -1/+36 |
| 2017-01-25 | Rollup merge of #39276 - GuillaumeGomez:array_urls, r=frewsxcv | Guillaume Gomez | -21/+22 |
| 2017-01-25 | Rollup merge of #39212 - redox-os:master, r=brson | Guillaume Gomez | -1/+8 |
| 2017-01-24 | Updated Fuchsia support for std::process. Adds support for try_wait. Misc. up... | Theodore DeRego | -23/+167 |
| 2017-01-24 | Make backtraces work on Windows GNU targets again. | Segev Finer | -1/+140 |
| 2017-01-24 | Add missing urls for array docs | Guillaume Gomez | -21/+22 |
| 2017-01-24 | Auto merge of #39048 - lambda:impl-tosocketaddrs-for-string, r=alexcrichton | bors | -0/+20 |
| 2017-01-23 | Rollup merge of #39233 - frewsxcv:upper-lower-docs, r=GuillaumeGomez | Steve Klabnik | -2/+30 |
| 2017-01-22 | Auto merge of #38648 - utkarshkukreti:question-mark-in-libstd-documentation-e... | bors | -163/+163 |
| 2017-01-22 | libstd: mention `?` operator instead of removing `try!` macro reference | Utkarsh Kukreti | -1/+3 |
| 2017-01-22 | libstd: update std::io module documentation to not mention `try!` | Utkarsh Kukreti | -3/+1 |
| 2017-01-22 | libstd: replace all `try!` with `?` in documentation examples | Utkarsh Kukreti | -161/+161 |