| Age | Commit message (Expand) | Author | Lines |
| 2015-07-30 | Auto merge of #27388 - alexcrichton:remove-curious-inner, r=brson | bors | -44/+27 |
| 2015-07-29 | Auto merge of #27383 - Manishearth:rollup, r=Manishearth | bors | -23/+19 |
| 2015-07-29 | std: Remove the curious inner module | Alex Crichton | -44/+27 |
| 2015-07-30 | Rollup merge of #27373 - alexcrichton:fix-wait-timeout-ms, r=brson | Manish Goregaokar | -13/+14 |
| 2015-07-30 | Rollup merge of #27369 - brson:realstd, r=alexcrichton | Manish Goregaokar | -10/+5 |
| 2015-07-29 | Auto merge of #27368 - alexcrichton:deprecate-net-methods, r=aturon | bors | -0/+24 |
| 2015-07-29 | std: Fix sub-second Condvar::wait_timeout_ms | Alex Crichton | -13/+14 |
| 2015-07-29 | Rollup merge of #27345 - killercup:patch-15, r=alexcrichton | Steve Klabnik | -4/+2 |
| 2015-07-29 | Rollup merge of #27342 - steveklabnik:fix_links, r=alexcrichton | Steve Klabnik | -2/+2 |
| 2015-07-29 | Rollup merge of #27341 - steveklabnik:remove_warning, r=alexcrichton | Steve Klabnik | -4/+0 |
| 2015-07-29 | Rollup merge of #27327 - steveklabnik:fix_take, r=alexcrichton | Steve Klabnik | -1/+1 |
| 2015-07-29 | Rollup merge of #27326 - steveklabnik:doc_show_use, r=Gankro | Steve Klabnik | -32/+63 |
| 2015-07-29 | Auto merge of #27360 - dhuseby:fixing_freebsd_stat_structs_and_tests, r=alexc... | bors | -67/+124 |
| 2015-07-29 | Auto merge of #27339 - alexcrichton:remove-old-rt, r=brson | bors | -44/+3 |
| 2015-07-28 | std: Remove some old #[cfg(test) hacks | Brian Anderson | -10/+5 |
| 2015-07-28 | std: Deprecate extra TcpStream/UdpSocket methods | Alex Crichton | -0/+24 |
| 2015-07-28 | Auto merge of #26934 - reem:boxed-slice-clone, r=Gankro | bors | -9/+1 |
| 2015-07-28 | Fixes #25155 and fixes #27359 by fixing the stat defines for both freebsd 10.... | Dave Huseby | -67/+124 |
| 2015-07-28 | Auto merge of #27319 - diaphore:pr_debug_osstr_escape, r=alexcrichton | bors | -15/+25 |
| 2015-07-28 | Auto merge of #27309 - eddyb:snapshot-infdef, r=alexcrichton | bors | -11/+4 |
| 2015-07-28 | Implement Clone for Box<[T]> where T: Clone | Jonathan Reem | -9/+1 |
| 2015-07-28 | IO Docs: Fix Link in Cursor description | Pascal Hertleif | -4/+2 |
| 2015-07-27 | fix two links | Steve Klabnik | -2/+2 |
| 2015-07-27 | Remove warning header for consistency | Steve Klabnik | -4/+0 |
| 2015-07-28 | Auto merge of #26914 - alexcrichton:deprecate-easy, r=aturon | bors | -5/+19 |
| 2015-07-27 | std: Deprecate a number of unstable features | Alex Crichton | -5/+19 |
| 2015-07-27 | std: Remove msvc/valgrind headers | Alex Crichton | -44/+3 |
| 2015-07-27 | Fix escaping of characters in Debug for OsStr | diaphore | -15/+25 |
| 2015-07-27 | Show appropriate feature flags in docs | Steve Klabnik | -32/+63 |
| 2015-07-27 | Fix buffer length in std::io::take | Steve Klabnik | -1/+1 |
| 2015-07-27 | Register new snapshots (2015-07-26 a5c12f4). | Eduard Burtescu | -11/+4 |
| 2015-07-27 | Auto merge of #27310 - akiss77:fix-aarch64-getrandom, r=alexcrichton | bors | -1/+3 |
| 2015-07-27 | Auto merge of #27311 - kballard:thread-mod-desc-remove-scoped, r=huonw | bors | -34/+25 |
| 2015-07-26 | Remove the module-level documentation for thread::scoped | Kevin Ballard | -34/+25 |
| 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 |