| Age | Commit message (Expand) | Author | Lines |
| 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-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-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-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 |
| 2017-01-22 | Add more references between lowercase/uppercase operations. | Corey Farwell | -2/+30 |
| 2017-01-22 | Add missing urls for OsStr and OsString | Guillaume Gomez | -9/+28 |
| 2017-01-22 | Auto merge of #39221 - frewsxcv:os-string-docs, r=GuillaumeGomez | bors | -0/+73 |
| 2017-01-22 | Auto merge of #39176 - CartesianDaemon:master, r=frewsxcv | bors | -1/+12 |
| 2017-01-21 | Revert "Add link to symlink_metadata in fs::Metadata doc" | Jack Vickeridge | -4/+3 |
| 2017-01-21 | Auto merge of #39210 - GuillaumeGomez:GuillaumeGomez-patch-1, r=frewsxcv | bors | -1/+9 |
| 2017-01-21 | Auto merge of #39203 - ranma42:doc_metadata, r=BurntSushi | bors | -3/+5 |
| 2017-01-21 | Generalize envs() and args() to iterators. | Zack Weinberg | -6/+9 |
| 2017-01-21 | Add doc examples for `std::ffi::OsString` fucntions/methods. | Corey Farwell | -0/+73 |
| 2017-01-21 | Specify the result of integer cast on boolean | Guillaume Gomez | -1/+9 |
| 2017-01-21 | Auto merge of #39086 - aidanhs:aphs-local-rebuild-no-jemalloc, r=alexcrichton | bors | -4/+6 |
| 2017-01-20 | Use libc errno | Jeremy Soller | -1/+8 |
| 2017-01-20 | Rollup merge of #39120 - alexcrichton:emscripten-tests, r=brson | Alex Crichton | -1/+2 |
| 2017-01-20 | Rollup merge of #38761 - frewsxcv:thread-sleep-formatting, r=alexcrichton | Alex Crichton | -3/+6 |
| 2017-01-20 | Document that `Metadata` can be obtained from `symlink_metadata` | Andrea Canciani | -3/+5 |
| 2017-01-20 | Add link to symlink_metadata in fs::Metadata doc | Jack Vickeridge | -3/+4 |