| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 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 |