| Age | Commit message (Expand) | Author | Lines |
| 2016-08-02 | Auto merge of #35084 - tbu-:pr_lowercase_wtf8_debug, r=brson | bors | -2/+2 |
| 2016-07-30 | remove some `any`s that are no longer necessary | Jorge Aparicio | -3/+3 |
| 2016-07-30 | arm-musl targets now use cfg(env = "musl") | Jorge Aparicio | -9/+3 |
| 2016-07-30 | Add ARM MUSL targets. | Timon Van Overveldt | -3/+9 |
| 2016-07-30 | Update gcc crate dependency to 0.3.27. | Timon Van Overveldt | -1/+1 |
| 2016-07-30 | Auto merge of #35051 - japaric:backtrace, r=alexcrichton | bors | -10/+25 |
| 2016-07-29 | Rollup merge of #35087 - GuillaumeGomez:fs_docs, r=steveklabnik | Guillaume Gomez | -0/+101 |
| 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 | -10/+11 |
| 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 | Add doc examples for std::fs::Metadata | Guillaume Gomez | -0/+51 |
| 2016-07-28 | Rename `char::escape` to `char::escape_debug` and add tracking issue | Tobias Bucher | -10/+11 |
| 2016-07-27 | Auto merge of #33312 - Byron:double-ended-iterator-for-args, r=alexcrichton | bors | -10/+32 |
| 2016-07-26 | keep backtraces if using the old build system | Jorge Aparicio | -14/+16 |
| 2016-07-26 | Rollup merge of #35010 - GuillaumeGomez:file_doc, r=steveklabnik | Steve Klabnik | -5/+23 |
| 2016-07-26 | Rollup merge of #35009 - GuillaumeGomez:dir_entry_doc, r=steveklabnik | Steve Klabnik | -12/+100 |
| 2016-07-26 | Rollup merge of #35001 - rdwilliamson:patch-1, r=alexcrichton | Steve Klabnik | -1/+1 |
| 2016-07-26 | Rollup merge of #34995 - GuillaumeGomez:dir_builder_doc, r=steveklabnik | Steve Klabnik | -1/+28 |
| 2016-07-26 | Rollup merge of #34935 - GuillaumeGomez:hash_map_doc, r=steveklabnik | Steve Klabnik | -5/+198 |
| 2016-07-26 | rustbuild: make backtraces (RUST_BACKTRACE) optional | Jorge Aparicio | -5/+18 |
| 2016-07-26 | DoubleEndedIterator for Args | Sebastian Thiel | -10/+32 |
| 2016-07-24 | Improve Open doc | Guillaume Gomez | -5/+23 |
| 2016-07-24 | Add DirEntry doc examples | Guillaume Gomez | -0/+71 |
| 2016-07-24 | Add missing links | Guillaume Gomez | -12/+29 |
| 2016-07-24 | Rollup merge of #34975 - GuillaumeGomez:random_state_doc, r=steveklabnik | Manish Goregaokar | -0/+19 |
| 2016-07-23 | Fix HashMap's values_mut example to use println! | Robert Williamson | -1/+1 |
| 2016-07-23 | Add DirBuilder doc examples | Guillaume Gomez | -1/+28 |
| 2016-07-22 | Add Random state doc | ggomez | -0/+19 |
| 2016-07-22 | Add HashMap Entry enums examples | ggomez | -5/+198 |
| 2016-07-21 | Auto merge of #34724 - mitchmindtree:mpsc_receiver_try_recv, r=alexcrichton | bors | -0/+56 |
| 2016-07-21 | Fix issue in receiver_try_iter test where response sender would panic instead... | mitchmindtree | -3/+3 |
| 2016-07-21 | Rollup merge of #34937 - GuillaumeGomez:hash_map_entry_debug, r=apasel422 | Guillaume Gomez | -0/+33 |
| 2016-07-21 | Rollup merge of #34895 - mark-buer:patch-1, r=steveklabnik | Guillaume Gomez | -2/+2 |
| 2016-07-20 | std: Fix usage of SOCK_CLOEXEC | Alex Crichton | -2/+2 |
| 2016-07-20 | Auto merge of #34694 - mathphreak:master, r=alexcrichton | bors | -0/+121 |
| 2016-07-20 | Auto merge of #33526 - steveklabnik:gh21889, r=alexcrichton | bors | -0/+38 |
| 2016-07-20 | Add the missing tracking issue field for #34931 to the receiver_try_iter stab... | mitchmindtree | -3/+3 |
| 2016-07-19 | re-work example | Steve Klabnik | -12/+35 |
| 2016-07-19 | Auto merge of #33974 - habnabit:eintr-retry-for-read-iterators, r=alexcrichton | bors | -11/+18 |
| 2016-07-18 | Remove rustdoc reference to `walk_dir` | Mark Buer | -2/+2 |
| 2016-07-18 | Add debug for hash_map::{Entry, VacantEntry, OccupiedEntry} | ggomez | -0/+33 |
| 2016-07-16 | Revert "Refactored code to access TLS only in case of panic" | Tim Neumann | -11/+9 |
| 2016-07-16 | Merge pull request #34836 from cynicaldevil/panic-counter | Alex Crichton | -9/+11 |
| 2016-07-16 | Refactored code to access TLS only in case of panic | Nikhil Shagrithaya | -9/+11 |
| 2016-07-15 | Rollup merge of #34794 - frewsxcv:exitstatus-success, r=GuillaumeGomez | Guillaume Gomez | -0/+17 |
| 2016-07-15 | Rollup merge of #34777 - glandium:issue34697, r=GuillaumeGomez | Guillaume Gomez | -1/+3 |
| 2016-07-15 | Rollup merge of #34456 - tbu-:pr_ptr_null, r=aturon | Guillaume Gomez | -17/+22 |
| 2016-07-13 | Auto merge of #34776 - cuviper:solaris-readdir, r=alexcrichton | bors | -22/+40 |