| Age | Commit message (Expand) | Author | Lines |
| 2015-03-18 | Fix private module loophole in the 'private type in public item' check | Nick Cameron | -4/+4 |
| 2015-03-17 | std: Tweak some unstable features of `str` | Alex Crichton | -0/+1 |
| 2015-03-18 | Avoid metadata bloat by using trait FixedSizeArray | Vadim Petrochenkov | -53/+15 |
| 2015-03-18 | Add and fix more tests | Vadim Petrochenkov | -3/+3 |
| 2015-03-18 | Fixed-size byte string literals (RFC 339) | Vadim Petrochenkov | -24/+79 |
| 2015-03-17 | Auto merge of #23330 - alexcrichton:thread-sleep, r=aturon | bors | -221/+197 |
| 2015-03-17 | std: Implement `thread::sleep` | Alex Crichton | -1/+50 |
| 2015-03-17 | Fix IPv6 address format in documentation | Ricardo Martins | -1/+1 |
| 2015-03-17 | Rollup merge of #23432 - mzabaluev:io-into-inner-doc, r=alexcrichton | Manish Goregaokar | -14/+15 |
| 2015-03-17 | Rollup merge of #23385 - tamird:cleanup-whitespace, r=alexcrichton | Manish Goregaokar | -1/+0 |
| 2015-03-17 | Rollup merge of #23329 - jbcrail:rm-syntax-highlight, r=sanxiyn | Manish Goregaokar | -71/+75 |
| 2015-03-17 | Rollup merge of #23427 - tshepang:dur-becomes-duration, r=steveklabnik | Manish Goregaokar | -6/+6 |
| 2015-03-17 | Rollup merge of #23415 - alexcrichton:stabilize-flush, r=aturon | Manish Goregaokar | -1/+1 |
| 2015-03-17 | std::io::buffered: Don't use 'flush' in documentation of into_inner | Mikhail Zabaluev | -14/+15 |
| 2015-03-17 | Auto merge of #23104 - japaric:inherent, r=nikomatsakis | bors | -7/+2576 |
| 2015-03-16 | impl f{32,64} | Jorge Aparicio | -0/+2469 |
| 2015-03-16 | preemptively fix windows compilation errors | Jorge Aparicio | -0/+3 |
| 2015-03-16 | remove imports | Jorge Aparicio | -6/+6 |
| 2015-03-16 | impl {i,u}{8,16,32,64,size} | Jorge Aparicio | -0/+5 |
| 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 |