| Age | Commit message (Expand) | Author | Lines |
| 2017-09-30 | Auto merge of #44936 - Mark-Simulacrum:rollup, r=Mark-Simulacrum | bors | -3/+67 |
| 2017-09-29 | Rollup merge of #44824 - dtolnay:22really21, r=alexcrichton | Mark Simulacrum | -1/+1 |
| 2017-09-29 | Rollup merge of #44797 - lucasem:master, r=frewsxcv | Mark Simulacrum | -2/+55 |
| 2017-09-29 | Rollup merge of #44794 - napen123:master, r=frewsxcv | Mark Simulacrum | -0/+11 |
| 2017-09-29 | Auto merge of #44174 - jimmycuadra:try-from-infallible, r=sfackler | bors | -0/+8 |
| 2017-09-28 | Auto merge of #44278 - Binero:master, r=BurntSushi | bors | -0/+30 |
| 2017-09-28 | Update to the `cc` crate | Alex Crichton | -3/+3 |
| 2017-09-24 | Backport libs stabilizations to 1.21 beta | David Tolnay | -1/+1 |
| 2017-09-24 | LP_CLONE_FDIO_ROOT is now LP_CLONE_FDIO_NAMESPACE | James Tucker | -2/+2 |
| 2017-09-24 | Fixed casing issues. | P.Y. Laligand | -16/+16 |
| 2017-09-24 | The Magenta kernel is now called Zircon. | P.Y. Laligand | -136/+136 |
| 2017-09-24 | Add doc example to HashMap::hasher | Ethan Dagner | -0/+11 |
| 2017-09-24 | Rollup merge of #44625 - frewsxcv:frewsxcv-raii-stdin, r=QuietMisdreavus | Guillaume Gomez | -8/+24 |
| 2017-09-23 | Simplify implementation of Display and Error for convert::Infallible. | Jimmy Cuadra | -1/+2 |
| 2017-09-23 | docs improvement std::sync::{PoisonError, TryLockError} | Lucas Morales | -2/+55 |
| 2017-09-23 | Auto merge of #44436 - MicroJoe:master, r=alexcrichton | bors | -0/+23 |
| 2017-09-23 | Rollup merge of #44778 - lucasem:master, r=estebank | Corey Farwell | -13/+120 |
| 2017-09-23 | Rollup merge of #44759 - durka:patch-43, r=steveklabnik | Corey Farwell | -3/+3 |
| 2017-09-23 | Rollup merge of #44712 - oconnor663:copy_test, r=GuillaumeGomez | Corey Farwell | -1/+2 |
| 2017-09-23 | Rollup merge of #44648 - Havvy:doc-size_of, r=dtolnay | Corey Farwell | -0/+8 |
| 2017-09-22 | std::sync::RwLock docs improvement | Lucas Morales | -13/+120 |
| 2017-09-22 | Auto merge of #44624 - tmerr:master, r=sfackler | bors | -3/+24 |
| 2017-09-21 | impl std::error::Error for convert::Infallible. | Jimmy Cuadra | -0/+7 |
| 2017-09-21 | Add note about being blocked on input. | Corey Farwell | -1/+2 |
| 2017-09-21 | Remove platform-specific terminology. | Corey Farwell | -6/+3 |
| 2017-09-21 | improve english in create_dir_all docs | Alex Burka | -3/+3 |
| 2017-09-20 | Document stable size_of primitives and pointer size guarantees | Havvy | -0/+8 |
| 2017-09-20 | Auto merge of #44525 - aidanhs:aphs-no-null-deref, r=alexcrichton | bors | -15/+23 |
| 2017-09-20 | fix an incorrect assertion in the doc example for `std::io::copy` | Jack O'Connor | -1/+2 |
| 2017-09-19 | Rollup merge of #44703 - GuillaumeGomez:missing-io-links, r=QuietMisdreavus | Guillaume Gomez | -4/+6 |
| 2017-09-19 | Rollup merge of #44513 - redox-os:master, r=alexcrichton | Guillaume Gomez | -26/+186 |
| 2017-09-19 | Add some missing links in io docs | Guillaume Gomez | -4/+6 |
| 2017-09-19 | Auto merge of #44026 - QuietMisdreavus:trimmed-std, r=steveklabnik | bors | -1/+7 |
| 2017-09-18 | Rollup merge of #44651 - bluss:document-thread-name-no-nuls, r=steveklabnik | Alex Crichton | -0/+7 |
| 2017-09-18 | Rollup merge of #44537 - oli-obk:memchr, r=alexcrichton | Alex Crichton | -6/+4 |
| 2017-09-18 | Rollup merge of #44466 - clarcharr:cow_error, r=alexcrichton | Alex Crichton | -0/+15 |
| 2017-09-17 | Remove st_mode mask | Trevor Merrifield | -3/+3 |
| 2017-09-17 | Add test case for unix permissions | Trevor Merrifield | -0/+21 |
| 2017-09-17 | Add a file to trivially disable tool building or testing | Oliver Schneider | -3/+6 |
| 2017-09-17 | Add `<*const T>::align_offset` and use it in `memchr` | Oliver Schneider | -6/+4 |
| 2017-09-17 | Rollup merge of #44647 - tmerr:fix-44645, r=dtolnay | Tim Neumann | -2/+5 |
| 2017-09-17 | Rollup merge of #44639 - budziq:stabilize_needs_drop, r=dtolnay | Tim Neumann | -1/+0 |
| 2017-09-17 | Rollup merge of #44622 - frewsxcv:frewsxcv-invalid-link, r=QuietMisdreavus | Tim Neumann | -1/+1 |
| 2017-09-17 | std: Document thread builder panics for nul bytes in thread names | Ulrik Sverdrup | -0/+7 |
| 2017-09-17 | Ensure tcp test case passes when disconnected from network | Trevor Merrifield | -2/+5 |
| 2017-09-16 | Fix network families | Jeremy Soller | -2/+2 |
| 2017-09-16 | Rollup merge of #44609 - jonhoo:hash-alloc, r=steveklabnik | Alex Crichton | -0/+6 |
| 2017-09-16 | Rollup merge of #44395 - jcdyer:ip-constructors, r=alexcrichton | Alex Crichton | -1/+89 |
| 2017-09-16 | stabilized needs_drop (fixes #41890) | Michal Budzynski | -1/+0 |
| 2017-09-16 | Auto merge of #43017 - durka:stabilize-const-invocation, r=eddyb | bors | -0/+13 |