| Age | Commit message (Expand) | Author | Lines |
| 2016-09-07 | Fix argument to FIONBIO ioctl | Ulrich Weigand | -1/+1 |
| 2016-09-04 | Replace `_, _, _` with `..` | Vadim Petrochenkov | -1/+1 |
| 2016-08-30 | Auto merge of #35048 - tmiasko:monotonic-wait-timeout, r=alexcrichton | bors | -8/+69 |
| 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 | Clean code a bit | Guillaume Gomez | -12/+9 |
| 2016-08-25 | Auto merge of #35906 - jseyfried:local_prelude, r=eddyb | bors | -77/+0 |
| 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 | -77/+0 |
| 2016-08-22 | Rollup merge of #35842 - apasel422:typo, r=GuillaumeGomez | Jonathan Turner | -2/+2 |
| 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-19 | Fix typos in unix/rwlock.rs | Andrew Paseltiner | -2/+2 |
| 2016-08-19 | std: Stabilize APIs for the 1.12 release | Alex Crichton | -2/+3 |
| 2016-08-14 | Rollup merge of #35574 - badboy:emscripten-test-fixes, r=brson | Eduard-Mihai Burtescu | -8/+9 |
| 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-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 | 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 |
| 2016-08-05 | Handle RwLock reader count overflow | Amanieu d'Antras | -1/+3 |
| 2016-08-05 | Comment on the casts in the `seek` implementations on files | Tobias Bucher | -4/+8 |
| 2016-08-02 | Auto merge of #35084 - tbu-:pr_lowercase_wtf8_debug, r=brson | bors | -2/+2 |
| 2016-07-31 | Use monotonic time with condition variables. | Tomasz Miąsko | -8/+69 |
| 2016-07-30 | Auto merge of #35051 - japaric:backtrace, r=alexcrichton | bors | -0/+3 |
| 2016-07-29 | Rollup merge of #35087 - GuillaumeGomez:fs_docs, r=steveklabnik | Guillaume Gomez | -0/+50 |
| 2016-07-29 | Escape the unmatched surrogates with lower-case hexadecimal numbers | Tobias Bucher | -2/+2 |
| 2016-07-28 | Auto merge of #34485 - tbu-:pr_unicode_debug_str, r=alexcrichton | bors | -3/+3 |
| 2016-07-28 | Add OpenOptionsExt doc examples | Guillaume Gomez | -0/+38 |
| 2016-07-28 | Add doc examples for std::fs::unix::OpenOptionsExt | Guillaume Gomez | -0/+12 |
| 2016-07-27 | Auto merge of #34946 - alexcrichton:fix-cfg, r=brson | bors | -2/+2 |
| 2016-07-28 | Rename `char::escape` to `char::escape_debug` and add tracking issue | Tobias Bucher | -3/+3 |
| 2016-07-27 | Auto merge of #33312 - Byron:double-ended-iterator-for-args, r=alexcrichton | bors | -10/+21 |
| 2016-07-26 | keep backtraces if using the old build system | Jorge Aparicio | -3/+3 |
| 2016-07-26 | Rollup merge of #35009 - GuillaumeGomez:dir_entry_doc, r=steveklabnik | Steve Klabnik | -0/+16 |
| 2016-07-26 | rustbuild: make backtraces (RUST_BACKTRACE) optional | Jorge Aparicio | -0/+3 |
| 2016-07-26 | DoubleEndedIterator for Args | Sebastian Thiel | -10/+21 |
| 2016-07-24 | Add DirEntry doc examples | Guillaume Gomez | -0/+16 |
| 2016-07-23 | Add DirBuilder doc examples | Guillaume Gomez | -0/+10 |
| 2016-07-20 | std: Fix usage of SOCK_CLOEXEC | Alex Crichton | -2/+2 |
| 2016-07-15 | Rollup merge of #34456 - tbu-:pr_ptr_null, r=aturon | Guillaume Gomez | -16/+20 |
| 2016-07-13 | Auto merge of #34776 - cuviper:solaris-readdir, r=alexcrichton | bors | -22/+40 |
| 2016-07-12 | Auto merge of #34705 - alexcrichton:clean-deprecated, r=brson | bors | -52/+64 |
| 2016-07-12 | std: Clean out deprecated APIs | Alex Crichton | -52/+64 |
| 2016-07-12 | Auto merge of #34757 - sourcefrog:debug-filetype, r=alexcrichton | bors | -2/+2 |
| 2016-07-12 | Use `ptr::{null, null_mut}` instead of `0 as *{const, mut}` | Tobias Bucher | -16/+20 |