| Age | Commit message (Expand) | Author | Lines |
| 2015-07-26 | Auto merge of #27267 - tamird:fix-ios-improper-ctypes, r=alexcrichton | bors | -3/+4 |
| 2015-07-26 | Fix getrandom syscall number for aarch64-unknown-linux-gnu | Akos Kiss | -1/+3 |
| 2015-07-25 | Auto merge of #27233 - tbu-:pr_wtf8, r=alexcrichton | bors | -12/+20 |
| 2015-07-24 | Fix `improper_ctypes` fallout | Tamir Duberstein | -3/+4 |
| 2015-07-24 | Rollup merge of #27235 - tbu-:pr_catch_panic_doc, r=steveklabnik | Steve Klabnik | -3/+3 |
| 2015-07-24 | Auto merge of #27215 - pnkfelix:fsk-placer-take-5-just-in, r=nikomatsakis | bors | -0/+2 |
| 2015-07-24 | Auto merge of #26583 - eefriedman:lint-ffi, r=nrc | bors | -8/+9 |
| 2015-07-23 | Rewrite the improper_ctypes lint. | Eli Friedman | -8/+9 |
| 2015-07-24 | Add unstable attribute to `char::from_u32_unchecked` | Tobias Bucher | -0/+1 |
| 2015-07-23 | Fix `thread::catch_panic` documentation to mention its return value on success | Tobias Bucher | -3/+3 |
| 2015-07-23 | wtf8, char: Replace uses of `mem::transmute` with more specific functions | Tobias Bucher | -12/+19 |
| 2015-07-22 | Remove orphaned unsigned_negation lint reference. | Eli Friedman | -1/+0 |
| 2015-07-22 | Rollup merge of #27170 - steveklabnik:doc_std_io_intoinnererror, r=alexcrichton | Steve Klabnik | -1/+73 |
| 2015-07-22 | Rollup merge of #27167 - steveklabnik:doc_std_io_take, r=alexcrichton | Steve Klabnik | -2/+8 |
| 2015-07-22 | Rollup merge of #27166 - steveklabnik:doc_std_io_linewriter, r=alexcrichton | Steve Klabnik | -3/+120 |
| 2015-07-22 | Rollup merge of #27164 - steveklabnik:doc_io_utils, r=alexcrichton | Steve Klabnik | -1/+16 |
| 2015-07-22 | Rollup merge of #27163 - steveklabnik:doc_std_io_cursor, r=alexcrichton | Steve Klabnik | -9/+140 |
| 2015-07-22 | Rollup merge of #27157 - steveklabnik:doc_std_io_iterators, r=alexcrichton | Steve Klabnik | -11/+28 |
| 2015-07-22 | Rollup merge of #27155 - steveklabnik:doc_std_io_buf_writer, r=alexcrichton | Steve Klabnik | -5/+97 |
| 2015-07-22 | Improve documentation for std::io::Cursor | Steve Klabnik | -9/+140 |
| 2015-07-22 | Improve documentation for std::io::LineWriter | Steve Klabnik | -3/+120 |
| 2015-07-22 | Avoid feature-warnings on stage0. | Felix S. Klock II | -0/+1 |
| 2015-07-22 | Add feature-gates for desugaring-based `box` and placement-`in`. | Felix S. Klock II | -0/+1 |
| 2015-07-22 | Auto merge of #27176 - alexcrichton:fix-stock-llvm, r=brson | bors | -39/+47 |
| 2015-07-22 | Improve documentation for std::io::BufWriter | Steve Klabnik | -5/+97 |
| 2015-07-22 | Auto merge of #27172 - alexcrichton:snapshots, r=brson | bors | -1/+4 |
| 2015-07-21 | trans: Move rust_try into the compiler | Alex Crichton | -39/+47 |
| 2015-07-21 | Auto merge of #27073 - alexcrichton:less-proc-fs, r=brson | bors | -47/+60 |
| 2015-07-21 | Auto merge of #26856 - steveklabnik:gh26475, r=alexcrichton | bors | -2/+18 |
| 2015-07-21 | Expand documentation for IntoInnerError | Steve Klabnik | -1/+73 |
| 2015-07-21 | Expand a bit on thread::park spurious wakeups | Steve Klabnik | -2/+18 |
| 2015-07-21 | std: Be resilient to failure in pthread_getattr_np | Alex Crichton | -47/+60 |
| 2015-07-21 | Auto merge of #27171 - steveklabnik:doc_std_io, r=brson | bors | -0/+229 |
| 2015-07-21 | Auto merge of #27168 - brson:stdprim, r=steveklabnik | bors | -204/+461 |
| 2015-07-21 | Auto merge of #27150 - retep998:where-are-my-files, r=alexcrichton | bors | -9/+15 |
| 2015-07-20 | Address feedback | Brian Anderson | -30/+30 |
| 2015-07-20 | std: Fix compiling the standard library on i686-MSVC | Alex Crichton | -1/+4 |
| 2015-07-20 | Write better docs for std::io | Steve Klabnik | -0/+229 |
| 2015-07-20 | Update docs for take and broadcast | Steve Klabnik | -2/+8 |
| 2015-07-20 | std: Create separate docs for the primitives | Brian Anderson | -192/+449 |
| 2015-07-20 | doc: Clean up primitive short descriptions | Brian Anderson | -15/+15 |
| 2015-07-20 | Document structures in std::io::utils | Steve Klabnik | -1/+16 |
| 2015-07-20 | Auto merge of #27064 - alexcrichton:into-raw-os, r=brson | bors | -15/+195 |
| 2015-07-20 | Improve Debug impl for File on Windows | Peter Atashian | -9/+15 |
| 2015-07-20 | Document iterators in std::io | Steve Klabnik | -11/+28 |
| 2015-07-20 | Auto merge of #27026 - nagisa:overflowing-unsigned, r=pnkfelix | bors | -2/+0 |
| 2015-07-20 | std: Add IntoRaw{Fd,Handle,Socket} traits | Alex Crichton | -15/+195 |
| 2015-07-19 | Fix documentation IP ranges: e.g., 192.0.2.* instead of 192.*.2.*. | Ken Tossell | -4/+8 |
| 2015-07-18 | Auto merge of #27088 - tamird:fix-ios-build, r=alexcrichton | bors | -6/+4 |
| 2015-07-17 | [ios] std: avoid `result::fold` | Tamir Duberstein | -6/+4 |