| Age | Commit message (Expand) | Author | Lines |
| 2015-03-29 | Fix line spacing. | Andrew Hobden | -1/+4 |
| 2015-03-29 | s/THRADS/THREADS/ | Andrew Paseltiner | -1/+1 |
| 2015-03-29 | Fixed wrong name of test module in testing.md | Germano Gabbianelli | -3/+3 |
| 2015-03-29 | Remove about standard io chapter from the book (from arrays-vectors-and-slice... | kgv | -2/+1 |
| 2015-03-29 | change std::usize to usize | bcoopers | -2/+2 |
| 2015-03-29 | Vector can currently panic when pushing an element or reserving space | bcoopers | -5/+11 |
| 2015-03-29 | Auto merge of #23820 - sfackler:fast_read_to_end, r=alexcrichton | bors | -59/+76 |
| 2015-03-29 | Fix extremely small stability bars on docs page | Wesley Wiser | -0/+4 |
| 2015-03-29 | Fix trailing whitespace. Whoops! | Andrew Hobden | -5/+5 |
| 2015-03-29 | Update `std::error` example | Andrew Hobden | -22/+16 |
| 2015-03-29 | Auto merge of #23816 - frewsxcv:fromiterator-example, r=Manishearth | bors | -0/+21 |
| 2015-03-29 | Add an example for FromIterator::from_iter | Corey Farwell | -0/+21 |
| 2015-03-29 | Auto merge of #23831 - Manishearth:rollup, r=Manishearth | bors | -6/+35 |
| 2015-03-29 | Rollup merge of #23829 - huachaohuang:master, r=Manishearth | Manish Goregaokar | -1/+1 |
| 2015-03-29 | Rollup merge of #23821 - nicholasbishop:bishop-slice-iter-typo-fix, r=alexcri... | Manish Goregaokar | -2/+2 |
| 2015-03-29 | Rollup merge of #23814 - steveklabnik:gh23320, r=alexcrichton | Manish Goregaokar | -2/+28 |
| 2015-03-29 | Rollup merge of #23811 - alexcrichton:libc-stable, r=Manishearth | Manish Goregaokar | -1/+4 |
| 2015-03-29 | Auto merge of #23809 - cmr:issue-21310, r=Manishearth | bors | -2/+6 |
| 2015-03-29 | Fix typo | Huachao Huang | -1/+1 |
| 2015-03-29 | Auto merge of #23787 - steveklabnik:gh23760, r=alexcrichton | bors | -167/+0 |
| 2015-03-28 | Fix massive performance issue in read_to_end | Steven Fackler | -59/+77 |
| 2015-03-29 | Auto merge of #23810 - sfackler:debug-collections, r=alexcrichton | bors | -160/+259 |
| 2015-03-28 | Oops fix output examples | Steven Fackler | -4/+4 |
| 2015-03-28 | Add support for channel selection | Richo Healey | -7/+15 |
| 2015-03-28 | rustup: Fix comment about Darwin's uname -m | Richo Healey | -1/+1 |
| 2015-03-29 | Auto merge of #23819 - pnkfelix:kill-unsafe-dtor, r=pnkfelix | bors | -185/+12 |
| 2015-03-28 | Fix typo in docstring for slice | Nicholas Bishop | -2/+2 |
| 2015-03-29 | Port of pcwalton removal of `#[unsafe_destructor]` check. | Felix S. Klock II | -185/+12 |
| 2015-03-28 | Fold in debug builder doc examples | Steven Fackler | -15/+3 |
| 2015-03-28 | Auto merge of #23300 - sfackler:rm-iterator-ext, r=alexcrichton | bors | -129/+130 |
| 2015-03-28 | Remove IteratorExt | Steven Fackler | -129/+130 |
| 2015-03-28 | Document properties for Eq + Hash | Steve Klabnik | -2/+28 |
| 2015-03-28 | Remove standard io chapter from the book | Steve Klabnik | -167/+0 |
| 2015-03-28 | Fold collections debug impls | Steven Fackler | -41/+6 |
| 2015-03-28 | libc: Don't use unstable apis | Alex Crichton | -1/+4 |
| 2015-03-28 | Update debug helpers and add list builder | Steven Fackler | -129/+275 |
| 2015-03-28 | iOS: int/uint fallout | Valerii Hiora | -3/+3 |
| 2015-03-28 | Fix some typos | Vadim Petrochenkov | -21/+21 |
| 2015-03-28 | Rollup merge of #23804 - dnwade:patch-1, r=Manishearth | Manish Goregaokar | -1/+1 |
| 2015-03-28 | Rollup merge of #23803 - richo:unused-braces, r=Manishearth | Manish Goregaokar | -94/+94 |
| 2015-03-28 | Rollup merge of #23788 - steveklabnik:gh23748, r=alexcrichton | Manish Goregaokar | -1/+2 |
| 2015-03-28 | Rollup merge of #23751 - tshepang:do-not-hardcode-the-growth, r=Manishearth | Manish Goregaokar | -4/+4 |
| 2015-03-28 | Rollup merge of #23332 - jakub-:rustup-curl-silent-flag, r=brson | Manish Goregaokar | -2/+2 |
| 2015-03-28 | book: Fix typo | Dan W. | -1/+1 |
| 2015-03-28 | cleanup: Remove unused braces in use statements | Richo Healey | -94/+94 |
| 2015-03-28 | Auto merge of #23799 - reem:error-no-send, r=aturon | bors | -1/+1 |
| 2015-03-28 | Auto merge of #23798 - alexcrichton:issue-23781, r=aturon | bors | -11/+52 |
| 2015-03-27 | std: Don't deadlock/panic on recursive prints | Alex Crichton | -11/+52 |
| 2015-03-28 | Auto merge of #23789 - steveklabnik:gh22716, r=alexcrichton | bors | -0/+17 |
| 2015-03-27 | check: Reword the warning to be more prescriptive | Richo Healey | -3/+5 |