| Age | Commit message (Expand) | Author | Lines |
| 2017-08-10 | Exposed all platform-specific documentation. | kennytm | -30/+75 |
| 2017-08-09 | Auto merge of #43588 - dns2utf8:wrapping_add, r=sfackler | bors | -1/+1 |
| 2017-08-08 | Use explicit wrapping_add to prevent potential unexpected behavior on debug b... | Stefan Schindler | -1/+1 |
| 2017-08-07 | addrinfo hint in lookup_host() needs clean initialization on all platforms | Danek Duvall | -10/+2 |
| 2017-08-04 | Auto merge of #43634 - dhduvall:solaris-test-fixes, r=sanxiyn | bors | -6/+1 |
| 2017-08-04 | Auto merge of #43459 - ids1024:asrawfd, r=alexcrichton | bors | -0/+55 |
| 2017-08-03 | Fix AsRawHandle | Ian Douglas Scott | -3/+3 |
| 2017-08-03 | Fix a dangling symlink bug in `remove_dir_all()` on Solaris | Danek Duvall | -6/+1 |
| 2017-08-03 | Implement AsRawHandle for Std* on Windows | Ian Douglas Scott | -0/+22 |
| 2017-08-03 | Auto merge of #43619 - frewsxcv:frewsxcv-thread, r=QuietMisdreavus | bors | -1/+8 |
| 2017-08-02 | Indicate how `ThreadId` is created. | Corey Farwell | -1/+5 |
| 2017-08-02 | Fix broken links in `Thread` docs. | Corey Farwell | -0/+3 |
| 2017-08-02 | Emphasise that these functions look at the disk, not just the path | Kornel | -2/+2 |
| 2017-08-02 | Rollup merge of #43597 - dhduvall:master, r=alexcrichton | Corey Farwell | -1/+1 |
| 2017-08-01 | Add doc example for HashSet::drain. | Corey Farwell | -0/+16 |
| 2017-08-01 | Remove unnecessary clones in doc examples. | Corey Farwell | -11/+11 |
| 2017-08-01 | Show the capacity in HashSet::with_capacity doc example. | Corey Farwell | -0/+1 |
| 2017-08-01 | Remove unnecessary 'mut' bindings. | Corey Farwell | -2/+2 |
| 2017-08-01 | Indicate HashSet is code-like in docs. | Corey Farwell | -1/+1 |
| 2017-08-01 | Show that the capacity changed in HashSet::reserve doc example. | Corey Farwell | -0/+1 |
| 2017-08-01 | Add doc example for HashSet::hasher. | Corey Farwell | -0/+11 |
| 2017-08-01 | Fix the Solaris pthread_t raw type in std to match what's in libc | Danek Duvall | -1/+1 |
| 2017-08-01 | add documentation for function pointers as a primitive | QuietMisdreavus | -0/+101 |
| 2017-08-01 | Auto merge of #43560 - QuietMisdreavus:ref-docs, r=steveklabnik | bors | -0/+117 |
| 2017-07-30 | add docs for references as a primitive | QuietMisdreavus | -0/+117 |
| 2017-07-29 | Rollup merge of #43544 - redox-os:update_redox_sys, r=sfackler | Mark Simulacrum | -10/+62 |
| 2017-07-29 | Split FL and FD fcntls | Jeremy Soller | -10/+12 |
| 2017-07-29 | Redox: Add JoinHandleExt (matching Unix version) | Ian Douglas Scott | -0/+50 |
| 2017-07-28 | rustbuild: Use Cargo's "target runner" | Alex Crichton | -2/+13 |
| 2017-07-27 | Auto merge of #43477 - est31:master, r=alexcrichton | bors | -12/+13 |
| 2017-07-26 | Auto merge of #43373 - alexcrichton:stabilize-1.20.0, r=aturon | bors | -18/+8 |
| 2017-07-26 | Rollup merge of #43462 - dhduvall:solaris-libresolv, r=aturon | Mark Simulacrum | -0/+1 |
| 2017-07-26 | Rollup merge of #43456 - joshlf:spawn-doc-grammar, r=alexcrichton | Mark Simulacrum | -1/+1 |
| 2017-07-26 | Rollup merge of #42959 - SimonSapin:nonzero-checked, r=sfackler | Mark Simulacrum | -3/+3 |
| 2017-07-26 | Auto merge of #43226 - alexcrichton:aarch64-ci, r=aidanhs | bors | -2/+11 |
| 2017-07-25 | Correct 'stable' attribute | Ian Douglas Scott | -6/+6 |
| 2017-07-25 | Switch to begin_panic again | est31 | -12/+13 |
| 2017-07-25 | std: Stabilize the `str_{mut,box}_extras` feature | Alex Crichton | -9/+0 |
| 2017-07-25 | Stabilize the `compile_error_macro` feature | Alex Crichton | -1/+1 |
| 2017-07-25 | std: Stabilize CString/OsString/PathBuf extra methods | Alex Crichton | -7/+7 |
| 2017-07-25 | std: Stabilize `char_escape_debug` | Alex Crichton | -1/+0 |
| 2017-07-25 | Bump master to 1.21.0 | Alex Crichton | -71/+2 |
| 2017-07-24 | Add a disabled builder for aarch64 emulated tests | Alex Crichton | -2/+11 |
| 2017-07-24 | DNS functions are in libresolv on Solaris, just like on MacOS | Danek Duvall | -0/+1 |
| 2017-07-24 | Implement AsRawFd for Stdin, Stdout, and Stderr | Ian Douglas Scott | -0/+33 |
| 2017-07-24 | std::thread::spawn: Fix grammar in documentation | Joshua Liebow-Feeser | -1/+1 |
| 2017-07-24 | Rollup merge of #43428 - waywardmonkeys:doc-fixes, r=estebank | Mark Simulacrum | -8/+8 |
| 2017-07-24 | Rollup merge of #43379 - s3rvac:fix-exit-status-success-description, r=Guilla... | Mark Simulacrum | -2/+2 |
| 2017-07-24 | Rollup merge of #43366 - leshow:bufreader-docs, r=aturon | Mark Simulacrum | -10/+10 |
| 2017-07-23 | Fix some doc/comment typos. | Bruce Mitchener | -8/+8 |