| Age | Commit message (Expand) | Author | Lines |
| 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 | Fix broken links in documentation | Federico Mena Quintero | -3/+3 |
| 2017-10-02 | Clarify the ffi module's toplevel docs, per @clarcharr's comments | Federico Mena Quintero | -54/+65 |
| 2017-10-02 | Document that process::abort will not call the panic hook | Pirh | -1/+3 |
| 2017-10-02 | Remove the implication that CString contains UTF-8 data. | Federico Mena Quintero | -3/+4 |
| 2017-10-03 | windows: make `backtrace = false` compile | hinaria | -0/+13 |
| 2017-10-01 | Improve performance of spsc_queue and stream. | Joshua Lockerman | -99/+208 |
| 2017-09-30 | Merge remote-tracking branch 'upstream/master' | Nikolai Vazquez | -170/+448 |
| 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-29 | Enable required features for core::array in libstd | Nikolai Vazquez | -0/+2 |
| 2017-09-29 | Implement Error trait for TryFromSliceError | Nikolai Vazquez | -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 | Migrate to eprint/eprintln macros where appropriate. | Corey Farwell | -3/+1 |
| 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-26 | os_str: Fix too-long lines | Federico Mena Quintero | -4/+4 |
| 2017-09-25 | Overhaul the documentation for OsString / OsStr | Federico Mena Quintero | -5/+91 |
| 2017-09-25 | Module overview for std::os::windows:ffi | Federico Mena Quintero | -1/+57 |
| 2017-09-25 | Point from the error structs back to the method that created them, like in it... | Federico Mena Quintero | -5/+24 |
| 2017-09-25 | Overhaul the ffi::CStr documentation. | Federico Mena Quintero | -30/+46 |
| 2017-09-25 | Overhaul the ffi::CString docs | Federico Mena Quintero | -31/+115 |
| 2017-09-25 | Expand the introduction to the ffi module. | Federico Mena Quintero | -1/+100 |
| 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 |