| Age | Commit message (Expand) | Author | Lines |
| 2015-03-16 | impl<T> *const T, impl<T> *mut T | Jorge Aparicio | -0/+9 |
| 2015-03-16 | impl<T> [T] | Jorge Aparicio | -0/+51 |
| 2015-03-16 | impl str | Jorge Aparicio | -3/+28 |
| 2015-03-16 | impl char | Jorge Aparicio | -0/+7 |
| 2015-03-17 | Auto merge of #23352 - alexcrichton:stabilize-net, r=aturon | bors | -227/+404 |
| 2015-03-16 | thread: 'dur' -> 'duration' | Tshepang Lekhonkhobe | -6/+6 |
| 2015-03-16 | Auto merge of #23342 - apasel422:23327, r=alexcrichton | bors | -0/+11 |
| 2015-03-16 | std: Stabilize the Write::flush method | Alex Crichton | -1/+1 |
| 2015-03-16 | Auto merge of #23347 - aturon:stab-misc, r=alexcrichton | bors | -5/+5 |
| 2015-03-16 | document undefined collection behavior with interior mutability | Andrew Paseltiner | -0/+11 |
| 2015-03-16 | Auto merge of #23394 - tanadeau:remove-old_io-notes, r=alexcrichton | bors | -2/+1 |
| 2015-03-16 | Auto merge of #23396 - semarie:remove-sized-bounds, r=sfackler | bors | -2/+2 |
| 2015-03-15 | Auto merge of #23206 - nagisa:print-io, r=alexcrichton | bors | -27/+58 |
| 2015-03-15 | Auto merge of #23353 - alexcrichton:stabilize-os, r=aturon | bors | -323/+397 |
| 2015-03-15 | std: Clean up the sys::thread modules | Alex Crichton | -221/+148 |
| 2015-03-15 | unbreak freebsd/openbsd/bitrig build after #23316 | Sébastien Marie | -2/+2 |
| 2015-03-15 | std: Stabilize portions of `std::os::$platform` | Alex Crichton | -323/+397 |
| 2015-03-15 | Strip all leading/trailing newlines | Tamir Duberstein | -1/+0 |
| 2015-03-15 | Auto merge of #23387 - Manishearth:rollup, r=Manishearth | bors | -25/+12 |
| 2015-03-15 | Removed old_io note from std::net | Trent Nadeau | -2/+1 |
| 2015-03-15 | Fix deprecated `comm` link. | Wangshan Lu | -4/+4 |
| 2015-03-15 | Auto merge of #23372 - tamird:fix-ios-compilation, r=alexcrichton | bors | -13/+3 |
| 2015-03-15 | Rollup merge of #23384 - daboross:patch-2, r=alexcrichton | Manish Goregaokar | -1/+1 |
| 2015-03-15 | Rollup merge of #23382 - FuGangqiang:typos, r=alexcrichton | Manish Goregaokar | -2/+2 |
| 2015-03-15 | Rollup merge of #23379 - kballard:tweak-stdio-docs-no-raw-constructors, r=ale... | Manish Goregaokar | -18/+9 |
| 2015-03-15 | Implement `winsize()` for {ios,dragonfly} | Tamir Duberstein | -12/+2 |
| 2015-03-15 | Fallout of c933d44f7bb9 | Tamir Duberstein | -1/+1 |
| 2015-03-15 | Fix an String -> a String in env.rs documentation | Dabo Ross | -1/+1 |
| 2015-03-14 | std: Fix create_dir_all for empty paths | Alex Crichton | -1/+1 |
| 2015-03-14 | std: Remove ?Sized bounds from many I/O functions | Alex Crichton | -43/+39 |
| 2015-03-15 | fix typos | FuGangqiang | -2/+2 |
| 2015-03-14 | Remove incorrect references to _raw stdio functions | Kevin Ballard | -18/+9 |
| 2015-03-14 | Stop recommending old_io in the module doc for std::io | Kevin Ballard | -4/+0 |
| 2015-03-15 | Use new io in print and println macroses | Simonas Kazlauskas | -27/+58 |
| 2015-03-14 | Auto merge of #23333 - oli-obk:slice_from_raw_parts, r=alexcrichton | bors | -14/+14 |
| 2015-03-13 | std: Stabilize the `net` module | Alex Crichton | -227/+404 |
| 2015-03-13 | Remove explicit syntax highlight from docs. | Joseph Crail | -71/+75 |
| 2015-03-13 | Deprecate range, range_step, count, distributions | Aaron Turon | -5/+5 |
| 2015-03-13 | Fallout of std::old_io deprecation | Alex Crichton | -176/+172 |
| 2015-03-13 | slice::from_raw_parts is preferred over transmuting a fresh raw::Slice | Oliver Schneider | -14/+14 |
| 2015-03-12 | std: Stabilize the `io` module | Alex Crichton | -105/+212 |
| 2015-03-13 | Auto merge of #23229 - aturon:stab-path, r=alexcrichton | bors | -291/+380 |
| 2015-03-12 | Stabilize std::path | Aaron Turon | -291/+380 |
| 2015-03-12 | std: Remove #[allow] directives in sys modules | Alex Crichton | -176/+86 |
| 2015-03-12 | Rollup merge of #23296 - shepmaster:explain-why-joinguard-is-must-use, r=alex... | Manish Goregaokar | -1/+1 |
| 2015-03-11 | Example -> Examples | Steve Klabnik | -195/+195 |
| 2015-03-11 | Explain why immediately dropping a JoinGuard is not what you want to do | Jake Goulding | -1/+1 |
| 2015-03-10 | Auto merge of #23126 - alexcrichton:char-third-pass, r=aturon | bors | -4/+5 |
| 2015-03-10 | std: Stabilize more of the `char` module | Alex Crichton | -4/+5 |
| 2015-03-10 | Rollup merge of #23125 - danburkert:master, r=brson | Manish Goregaokar | -0/+63 |