| Age | Commit message (Expand) | Author | Lines |
| 2016-08-25 | Auto merge of #35884 - habnabit:freebsd-arc4rand, r=alexcrichton | bors | -30/+77 |
| 2016-08-24 | Remove drop flags from structs and enums implementing Drop. | Eduard Burtescu | -3/+3 |
| 2016-08-23 | Auto merge of #35656 - Stebalien:fused, r=alexcrichton | bors | -3/+55 |
| 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-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 |
| 2016-08-12 | Add doc example for `std::ffi::CString::from_vec_unchecked`. | Corey Farwell | -0/+11 |
| 2016-08-11 | Fix typo | Patrick McCann | -1/+1 |
| 2016-08-11 | Add note to docs for &str that example is to demo internals only | JessRudder | -0/+3 |
| 2016-08-11 | std: Optimize panic::catch_unwind slightly | Alex Crichton | -36/+68 |
| 2016-08-11 | Rollup merge of #35569 - pietroalbini:fix-typo, r=steveklabnik | Jonathan Turner | -1/+1 |
| 2016-08-11 | Rollup merge of #35482 - frewsxcv:patch-31, r=GuillaumeGomez | Jonathan Turner | -17/+9 |
| 2016-08-11 | Auto merge of #34866 - cynicaldevil:panic-counter, r=alexcrichton | bors | -23/+40 |
| 2016-08-10 | Auto merge of #35525 - jonathandturner:rollup, r=jonathandturner | bors | -7/+6 |
| 2016-08-10 | Added an update_panic_count function to handle access to PANIC_COUNT | Nikhil Shagrithaya | -23/+28 |
| 2016-08-10 | Added a shim around rust_panic to update panic counter | Nikhil Shagrithaya | -1/+11 |
| 2016-08-10 | Refactored code to access TLS only in case of panic | Nikhil Shagrithaya | -9/+11 |
| 2016-08-10 | Clarify std::os::unix::net::SocketAddr::is_unnamed's docstring | Pietro Albini | -1/+1 |
| 2016-08-10 | Fix docs typo in std::os::unix::net::SocketAddr::is_unnamed | Pietro Albini | -1/+1 |
| 2016-08-10 | [emscripten] Disable code paths that don't work on emscripten | Jan-Erik Rediger | -8/+9 |
| 2016-08-09 | Auto merge of #35426 - frewsxcv:os-sys-env-args-phantoms, r=alexcrichton | bors | -6/+7 |
| 2016-08-09 | Auto merge of #35425 - apasel422:refcell, r=alexcrichton | bors | -0/+16 |
| 2016-08-08 | Implement `RefCell::{try_borrow, try_borrow_mut}` | Andrew Paseltiner | -0/+16 |
| 2016-08-08 | Rollup merge of #35371 - mgattozzi:master, r=steveklabnik | Jonathan Turner | -7/+6 |
| 2016-08-08 | Remove unnecessary `main` functions in doc examples. | Corey Farwell | -17/+9 |
| 2016-08-07 | Rollup merge of #35436 - frewsxcv:into-vec, r=GuillaumeGomez | Jonathan Turner | -0/+9 |
| 2016-08-07 | Rollup merge of #35433 - mneumann:dragonfly-fix-libstd-errno-location, r=alex... | Jonathan Turner | -0/+1 |
| 2016-08-07 | Utilize `PhantomData` to enforce `!Sync` and `!Send` field. | Corey Farwell | -6/+7 |
| 2016-08-06 | Auto merge of #35378 - Amanieu:rwlock_eagain, r=alexcrichton | bors | -1/+3 |
| 2016-08-06 | Add doc example for `std::ffi::NulError::into_vec`. | Corey Farwell | -0/+9 |
| 2016-08-06 | Fix build on DragonFly (unused function errno_location) | Michael Neumann | -0/+1 |
| 2016-08-06 | Rollup merge of #34916 - tbu-:pr_comment_on_seek_cast, r=GuillaumeGomez | Eduard-Mihai Burtescu | -4/+8 |