| Age | Commit message (Expand) | Author | Lines |
| 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-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 |
| 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-05 | Rollup merge of #35239 - dns2utf8:doc_park_timeout, r=steveklabnik | Guillaume Gomez | -1/+25 |
| 2016-08-05 | Rollup merge of #35182 - frewsxcv:nulerror, r=steveklabnik | Guillaume Gomez | -0/+12 |
| 2016-08-05 | Rollup merge of #35175 - frewsxcv:tcp, r=GuillaumeGomez | Guillaume Gomez | -1/+10 |
| 2016-08-05 | Rollup merge of #35109 - GuillaumeGomez:io_docs, r=steveklabnik | Guillaume Gomez | -2/+222 |
| 2016-08-05 | Rollup merge of #35076 - GuillaumeGomez:file_type_docs, r=steveklabnik | Guillaume Gomez | -1/+59 |
| 2016-08-03 | Add link to replacement function | Stefan Schindler | -1/+6 |
| 2016-08-03 | Add an example to `std::thread::park_timeout` | Stefan Schindler | -0/+19 |
| 2016-08-03 | Add doc examples for FileType struct | Guillaume Gomez | -1/+59 |
| 2016-08-02 | Add doc example for `std::ffi::NulError::nul_position`. | Corey Farwell | -0/+12 |
| 2016-08-02 | Auto merge of #35084 - tbu-:pr_lowercase_wtf8_debug, r=brson | bors | -2/+2 |
| 2016-08-01 | Link to relevant method/struct for `std::net::Shutdown` docs. | Corey Farwell | -1/+5 |
| 2016-08-01 | Indicate where the `std::net::Incoming` struct is created. | Corey Farwell | -0/+5 |
| 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 | Add urls in std::io types | Guillaume Gomez | -2/+14 |
| 2016-07-30 | Add io::Take doc example | Guillaume Gomez | -0/+18 |
| 2016-07-30 | Auto merge of #35051 - japaric:backtrace, r=alexcrichton | bors | -10/+25 |
| 2016-07-30 | Add doc example for Stdout | Guillaume Gomez | -0/+15 |
| 2016-07-30 | Add doc example for Stdin | Guillaume Gomez | -0/+15 |
| 2016-07-30 | Add doc example for io::Stderr | Guillaume Gomez | -0/+15 |
| 2016-07-29 | Add io::Error doc examples | Guillaume Gomez | -0/+145 |
| 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 |