| Age | Commit message (Expand) | Author | Lines |
| 2016-09-02 | Auto merge of #36024 - japaric:mips64, r=alexcrichton | bors | -0/+11 |
| 2016-09-01 | Auto merge of #35755 - SimonSapin:char_convert, r=alexcrichton | bors | -0/+7 |
| 2016-08-31 | Rollup merge of #35911 - tbu-:pr_io_errorkind_traits, r=alexcrichton | Jonathan Turner | -2/+3 |
| 2016-08-31 | Rollup merge of #35786 - GuillaumeGomez:paths_doc, r=steveklabnik | Jonathan Turner | -34/+149 |
| 2016-08-31 | Improve Path and PathBuf docs | Guillaume Gomez | -34/+149 |
| 2016-08-31 | Rollup merge of #36134 - tshepang:more-simple, r=steveklabnik | Jonathan Turner | -8/+1 |
| 2016-08-31 | Rollup merge of #36101 - frewsxcv:debug-path-components, r=alexcrichton | Jonathan Turner | -0/+81 |
| 2016-08-30 | Implement `Debug` for `std::path::Iter`. | Corey Farwell | -0/+41 |
| 2016-08-30 | Auto merge of #35048 - tmiasko:monotonic-wait-timeout, r=alexcrichton | bors | -9/+82 |
| 2016-08-30 | Implement `Debug` for `std::path::Components`. | Corey Farwell | -0/+40 |
| 2016-08-30 | Rollup merge of #35997 - matthew-piziak:thread-current-example, r=GuillaumeGomez | Guillaume Gomez | -0/+18 |
| 2016-08-30 | doc: make TcpListener example more simple | Tshepang Lekhonkhobe | -8/+1 |
| 2016-08-29 | Implement TryFrom<u32> for char | Simon Sapin | -0/+7 |
| 2016-08-29 | Avoid using pthread_condattr_setclock on Android. | Tomasz Miąsko | -4/+4 |
| 2016-08-28 | Improve Demangling of Rust Symbols | Christopher Serr | -19/+47 |
| 2016-08-27 | Auto merge of #35969 - bluss:memrchr-alignment, r=nagisa | bors | -1/+23 |
| 2016-08-27 | fix cross compilation of std | Jorge Aparicio | -0/+11 |
| 2016-08-26 | Replace unnecessary uses of `TraitObject` with casts | Andrew Paseltiner | -18/+4 |
| 2016-08-25 | Auto merge of #35906 - jseyfried:local_prelude, r=eddyb | bors | -205/+11 |
| 2016-08-25 | add a simple example for `thread::current()` | Matthew Piziak | -0/+18 |
| 2016-08-25 | Auto merge of #35884 - habnabit:freebsd-arc4rand, r=alexcrichton | bors | -30/+77 |
| 2016-08-24 | Use `#[prelude_import]` in `libstd`. | Jeffrey Seyfried | -205/+11 |
| 2016-08-24 | memrchr: Use a conditional instead of subtracting a complicated min | Ulrik Sverdrup | -1/+1 |
| 2016-08-24 | memrchr: Correct aligned offset computation | Ulrik Sverdrup | -1/+23 |
| 2016-08-24 | Remove drop flags from structs and enums implementing Drop. | Eduard Burtescu | -3/+3 |
| 2016-08-24 | Restore old ordering of `io::ErrorKind`s | Tobias Bucher | -3/+4 |
| 2016-08-23 | Auto merge of #35656 - Stebalien:fused, r=alexcrichton | bors | -3/+55 |
| 2016-08-23 | Implement more traits for `std::io::ErrorKind` | Tobias Bucher | -6/+6 |
| 2016-08-22 | Rollup merge of #35842 - apasel422:typo, r=GuillaumeGomez | Jonathan Turner | -2/+2 |
| 2016-08-22 | Auto merge of #35871 - bluss:cstring-new, r=alexcrichton | bors | -0/+1 |
| 2016-08-21 | Use the kernel arc4rand for FreeBSD OsRng. | Aaron Gallagher | -1/+52 |
| 2016-08-21 | Reduce duplication in std::sys::unix::rand. | Aaron Gallagher | -29/+25 |
| 2016-08-21 | cstring: avoid excessive growth just to 0-terminate | Ulrik Sverdrup | -0/+1 |
| 2016-08-20 | Rollup merge of #35775 - frewsxcv:os-str-doc-examples, r=GuillaumeGomez | Jonathan Turner | -0/+32 |
| 2016-08-20 | Rollup merge of #35234 - nrc:rustdoc-macros, r=steveklabnik | Jonathan Turner | -5/+5 |
| 2016-08-19 | Fix typos in unix/rwlock.rs | Andrew Paseltiner | -2/+2 |
| 2016-08-19 | std: Stabilize APIs for the 1.12 release | Alex Crichton | -24/+23 |
| 2016-08-19 | Document that Condvar makes the best effort to use monotonic clock. | Tomasz Miąsko | -0/+8 |
| 2016-08-18 | Add a FusedIterator trait. | Steven Allen | -3/+55 |
| 2016-08-18 | Add a few doc examples for `std::ffi::OsStr`. | Corey Farwell | -0/+32 |
| 2016-08-18 | Fix links | Nick Cameron | -5/+5 |
| 2016-08-17 | Rollup merge of #35621 - frewsxcv:cstring-from-vec-doc, r=peschkaj | Jonathan Turner | -0/+11 |
| 2016-08-17 | Rollup merge of #35613 - matthew-piziak:array-docs-trait-justification, r=ste... | Jonathan Turner | -3/+8 |
| 2016-08-17 | Rollup merge of #35610 - JessRudder:33637-doc-update-for-str-representaton, r... | Jonathan Turner | -0/+4 |
| 2016-08-16 | Auto merge of #35354 - tomgarcia:covariant-drain, r=alexcrichton | bors | -6/+13 |
| 2016-08-14 | Rollup merge of #35574 - badboy:emscripten-test-fixes, r=brson | Eduard-Mihai Burtescu | -8/+9 |
| 2016-08-14 | Rollup merge of #35444 - alexcrichton:optimize-catch-unwind, r=brson | Eduard-Mihai Burtescu | -36/+68 |
| 2016-08-14 | Rollup merge of #34941 - qolop:patch-2, r=apasel422 | Eduard-Mihai Burtescu | -2/+2 |
| 2016-08-12 | provide additional justification for array interface design | Matthew Piziak | -3/+8 |
| 2016-08-12 | Update note to include recommendation to use `.as_slice()` | JessRudder | -1/+2 |