| Age | Commit message (Expand) | Author | Lines |
| 2017-10-09 | Auto merge of #45041 - est31:master, r=alexcrichton | bors | -232/+4 |
| 2017-10-08 | Auto merge of #45030 - raggi:zircon-handle-t, r=alexcrichton | bors | -18/+17 |
| 2017-10-08 | Rollup merge of #45083 - fhartwig:slice-read-to-end, r=bluss | kennytm | -0/+8 |
| 2017-10-07 | Add read_to_end implementation to &[u8]'s Read impl | Florian Hartwig | -0/+8 |
| 2017-10-07 | Auto merge of #44913 - leavehouse:patch-1, r=BurntSushi | bors | -3/+3 |
| 2017-10-06 | Auto merge of #44734 - mchlrhw:wip/hashmap-entry-and-then, r=BurntSushi | bors | -0/+35 |
| 2017-10-06 | Auto merge of #44965 - oconnor663:res_init_glibc, r=dtolnay | bors | -4/+92 |
| 2017-10-06 | Implement `entry_and_modify` | mchlrhw | -0/+35 |
| 2017-10-05 | replace libc::res_init with res_init_if_glibc_before_2_26 | Jack O'Connor | -4/+92 |
| 2017-10-05 | Auto merge of #44943 - nivkner:fixme_fixup, r=dtolnay | bors | -5/+5 |
| 2017-10-05 | Rollup merge of #45017 - GuillaumeGomez:mutex-links, r=estebank | kennytm | -7/+17 |
| 2017-10-05 | Remove nacl from libstd | est31 | -232/+4 |
| 2017-10-04 | zircon: update some more zx and lp constants | James Tucker | -22/+16 |
| 2017-10-04 | zircon: the type of zx_handle_t is now unsigned | James Tucker | -1/+6 |
| 2017-10-04 | Auto merge of #44890 - nvzqz:str-box-transmute, r=alexcrichton | bors | -23/+28 |
| 2017-10-04 | Add missing urls for Mutex | Guillaume Gomez | -7/+17 |
| 2017-10-04 | Auto merge of #44905 - Pirh:process_abort_docs, r=steveklabnik | bors | -2/+13 |
| 2017-10-04 | Auto merge of #44979 - hinaria:master, r=dtolnay | bors | -0/+13 |
| 2017-10-03 | Auto merge of #44895 - stephaneyfx:master, r=dtolnay | bors | -7/+22 |
| 2017-10-02 | Document that process::abort will not call the panic hook | Pirh | -1/+3 |
| 2017-10-03 | windows: make `backtrace = false` compile | hinaria | -0/+13 |
| 2017-09-30 | Cast inner type in OsStr::bytes | Nikolai Vazquez | -1/+1 |
| 2017-09-30 | Auto merge of #44936 - Mark-Simulacrum:rollup, r=Mark-Simulacrum | bors | -3/+67 |
| 2017-09-30 | address some `FIXME`s whose associated issues were marked as closed | Niv Kaminer | -5/+5 |
| 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 | Fix imports in TcpStream::local_addr docs example | leavehouse | -1/+1 |
| 2017-09-28 | Fix TcpStream::local_addr example code | leavehouse | -2/+2 |
| 2017-09-28 | Auto merge of #44278 - Binero:master, r=BurntSushi | bors | -0/+30 |
| 2017-09-28 | Fix errors in Box<Path> conversions | Nikolai Vazquez | -2/+4 |
| 2017-09-28 | Update to the `cc` crate | Alex Crichton | -3/+3 |
| 2017-09-28 | Remove unused 'mem' import in 'path' module | Nikolai Vazquez | -1/+0 |
| 2017-09-28 | Remove mem::transmute used in Path conversions | Nikolai Vazquez | -8/+9 |
| 2017-09-28 | Remove unused 'mem' import in 'os_str' module | Nikolai Vazquez | -1/+0 |
| 2017-09-28 | Remove mem::transmute used in OsStr conversions | Nikolai Vazquez | -7/+10 |
| 2017-09-28 | Fix mutability error in CString::from_raw | Nikolai Vazquez | -1/+1 |
| 2017-09-28 | Remove mem::transmute used in CStr conversions | Nikolai Vazquez | -7/+8 |
| 2017-09-27 | Made `fs::copy` return the length of the main stream | Stephane Raux | -7/+22 |
| 2017-09-27 | Explain difference between panic! and abort in abort docs | Pirh | -1/+10 |
| 2017-09-27 | Remove extraneous brackets from abort documentation | Pirh | -1/+1 |
| 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 |