| Age | Commit message (Expand) | Author | Lines |
| 2013-05-22 | libstd: Rename libcore to libstd and libstd to libextra; update makefiles. | Patrick Walton | -2105/+0 |
| 2013-05-20 | auto merge of #6635 : brson/rust/snapshot, r=brson | bors | -44/+0 |
| 2013-05-19 | Register snapshots | Brian Anderson | -44/+0 |
| 2013-05-19 | auto merge of #6621 : steveklabnik/rust/expand_reader_docs, r=thestinger | bors | -3/+13 |
| 2013-05-19 | Add a few 'function's. | Steve Klabnik | -2/+2 |
| 2013-05-19 | auto merge of #6624 : steveklabnik/rust/io_prelude, r=catamorphism | bors | -1/+31 |
| 2013-05-19 | Fix wording per feedback | Steve Klabnik | -2/+2 |
| 2013-05-19 | Add a better introduction for the io module. | Steve Klabnik | -1/+31 |
| 2013-05-19 | auto merge of #6619 : steveklabnik/rust/stdout_docs, r=thestinger | bors | -0/+44 |
| 2013-05-19 | Fix trailing whitespace | Steve Klabnik | -2/+2 |
| 2013-05-19 | Elaborate a bit in the Reader docs regarding stream position. | Steve Klabnik | -3/+13 |
| 2013-05-19 | Added note about prelude inclusion. | Steve Klabnik | -2/+4 |
| 2013-05-19 | Add docs for stdin in core::io. | Steve Klabnik | -0/+10 |
| 2013-05-19 | Add additional documentation in core::io. | Steve Klabnik | -0/+42 |
| 2013-05-19 | Use assert_eq! rather than assert! where possible | Corey Richardson | -17/+17 |
| 2013-05-15 | Rename vec::len(var) to var.len() | Youngmin Yoo | -6/+6 |
| 2013-05-13 | Remove re-exports from libcore/core.rc | Alex Crichton | -0/+5 |
| 2013-05-11 | auto merge of #6389 : sonwow/rust/issue-3356, r=bstrie | bors | -1/+1 |
| 2013-05-10 | renamed str::from_slice to str::to_owned | Youngsoo Son | -1/+1 |
| 2013-05-10 | core: Use the new `for` protocol | Alex Crichton | -0/+47 |
| 2013-05-09 | libcore: rename vec::each(variable) to variable.each | Youngmin Yoo | -1/+1 |
| 2013-05-08 | libcore: Fix tests. | Patrick Walton | -3/+3 |
| 2013-05-08 | librustc: Fix merge fallout. | Patrick Walton | -5/+8 |
| 2013-05-08 | libcore: Remove more mutable fields from comm | Patrick Walton | -34/+68 |
| 2013-05-08 | io: handle fread() errors | Fedor Indutny | -2/+12 |
| 2013-05-05 | Merge remote-tracking branch 'mozilla/incoming' into issue-5910-dyna-freeze | Niko Matsakis | -10/+0 |
| 2013-05-02 | Remove 'Local Variable' comments | Brendan Zabarauskas | -10/+0 |
| 2013-04-30 | new borrow checker (mass squash) | Niko Matsakis | -7/+7 |
| 2013-04-18 | core: io: the read_until function checks bytes not chars, so type should refl... | Huon Wilson | -6/+6 |
| 2013-04-14 | core: remove unnecessary unsafe blocks/functions | Alex Crichton | -14/+9 |
| 2013-04-02 | auto merge of #5674 : steveklabnik/rust/improve_reader_util_docs, r=catamorphism | bors | -40/+335 |
| 2013-04-02 | Remove excess trailing whitespace. | Steve Klabnik | -61/+61 |
| 2013-04-02 | remove trailing whitespace | Steve Klabnik | -17/+17 |
| 2013-04-01 | Typo fix. u8 -> i8 | Steve Klabnik | -1/+1 |
| 2013-04-01 | Improve docs for Core::ReaderUtil. | Steve Klabnik | -40/+335 |
| 2013-04-01 | Improve documentation for core::io. | Steve Klabnik | -8/+68 |
| 2013-03-29 | librustc: Remove `fail_unless!` | Patrick Walton | -36/+36 |
| 2013-03-28 | Removing unused imports | Alex Crichton | -1/+1 |
| 2013-03-26 | librustc: Modify all code to use new lifetime binder syntax | Patrick Walton | -2/+2 |
| 2013-03-26 | libcore: Change `[const T]` to `const [T]` everywhere | Patrick Walton | -8/+10 |
| 2013-03-22 | libcore: Remove `pure` from libcore. rs=depure | Patrick Walton | -5/+5 |
| 2013-03-22 | auto merge of #5398 : dbaupp/rust/core-readlines, r=graydon | bors | -6/+49 |
| 2013-03-23 | libcore: handle trailing newlines more like other languages. | Huon Wilson | -6/+49 |
| 2013-03-22 | core: replace uses of old deriving attribute with new one | Andrew Paseltiner | -1/+1 |
| 2013-03-22 | auto merge of #5484 : pcwalton/rust/snapshots, r=pcwalton | bors | -6/+0 |
| 2013-03-21 | librustc: Register new snapshots | Patrick Walton | -6/+0 |
| 2013-03-21 | librustc: Forbid destructors from being attached to any structs that might co... | Patrick Walton | -6/+8 |
| 2013-03-21 | libcore: Remove a few possibly-cyclic imports in an effort to unbreak the tre... | Patrick Walton | -1/+3 |
| 2013-03-20 | auto merge of #5456 : graydon/rust/fixups, r=pcwalton | bors | -1/+5 |
| 2013-03-20 | libsyntax: Never use `::<>` in the type grammar | Patrick Walton | -1/+1 |