| Age | Commit message (Expand) | Author | Lines |
| 2013-04-03 | hashmap: rm linear namespace | Daniel Micay | -856/+852 |
| 2013-04-03 | Implement Clone for tuples | James Miller | -0/+17 |
| 2013-04-02 | auto merge of #5674 : steveklabnik/rust/improve_reader_util_docs, r=catamorphism | bors | -40/+335 |
| 2013-04-02 | auto merge of #5673 : steveklabnik/rust/improve_io_docs, r=catamorphism | bors | -8/+68 |
| 2013-04-02 | Remove excess trailing whitespace. | Steve Klabnik | -61/+61 |
| 2013-04-02 | remove trailing whitespace | Steve Klabnik | -17/+17 |
| 2013-04-02 | Removed libcore/mutable.rs, Mut<T> is now dead. | Matthijs Hofstra | -96/+0 |
| 2013-04-02 | Removed mut-fields from Mut, removed borrow_const from Mut | Matthijs Hofstra | -70/+7 |
| 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 | auto merge of #5667 : graydon/rust/remove-a-mode, r=catamorphism | bors | -1/+1 |
| 2013-04-01 | Improve documentation for core::io. | Steve Klabnik | -8/+68 |
| 2013-04-01 | doc: Update tutorial description of core | Brian Anderson | -1/+1 |
| 2013-04-01 | core: Update libc docs to clarify usage | Brian Anderson | -1/+13 |
| 2013-04-01 | remove stray mode on callback, seems to not change anything | Graydon Hoare | -1/+1 |
| 2013-03-31 | Fix underflow in char_range_at_reverse | Marvin Löbel | -2/+15 |
| 2013-03-30 | auto merge of #5638 : luqmana/rust/5405, r=brson | bors | -2/+48 |
| 2013-03-30 | Rename confusing var, use_new_rt -> use_old_rt. | Luqman Aden | -4/+4 |
| 2013-03-30 | Correct type signature for start lang item. | Luqman Aden | -0/+46 |
| 2013-03-30 | move dlist from core -> std | Daniel Micay | -993/+0 |
| 2013-03-30 | auto merge of #5630 : erickt/rust/serial, r=erickt | bors | -3/+45 |
| 2013-03-29 | Add AbiSet and integrate it into the AST. | Niko Matsakis | -11/+11 |
| 2013-03-29 | Merge remote-tracking branch 'remotes/origin/incoming' into serial | Erick Tryzelaar | -2243/+2243 |
| 2013-03-29 | librustc: Remove `fail_unless!` | Patrick Walton | -2243/+2243 |
| 2013-03-29 | Merge remote-tracking branch 'remotes/origin/incoming' into serial | Erick Tryzelaar | -49/+60 |
| 2013-03-29 | core: add consume_reverse | Erick Tryzelaar | -0/+28 |
| 2013-03-29 | core: add LinearMap::with_capacity | Erick Tryzelaar | -3/+17 |
| 2013-03-29 | auto merge of #5570 : alexcrichton/rust/fix-unused-imports, r=sanxiyn | bors | -47/+54 |
| 2013-03-29 | auto merge of #5622 : yichoi/rust/pull-0329, r=catamorphism | bors | -2/+2 |
| 2013-03-29 | auto merge of #5618 : pcwalton/rust/print-in-prelude, r=brson | bors | -0/+4 |
| 2013-03-29 | libcore: language change minor fix for ARM & MIPS | Young-il Choi | -2/+2 |
| 2013-03-28 | Removing unused imports | Alex Crichton | -47/+54 |
| 2013-03-28 | core: Inline mallocing wrapper functions | Erick Tryzelaar | -0/+5 |
| 2013-03-28 | libcore: Add `print` and `println` to the prelude | Patrick Walton | -0/+4 |
| 2013-03-28 | auto merge of #5608 : erickt/rust/incoming, r=catamorphism | bors | -0/+5 |
| 2013-03-28 | auto merge of #5609 : Kimundi/rust/incoming, r=catamorphism | bors | -1/+2 |
| 2013-03-28 | Unbreak 'rustc --help' | Marvin Löbel | -1/+2 |
| 2013-03-28 | core: Inline mallocing wrapper functions | Erick Tryzelaar | -0/+5 |
| 2013-03-28 | Register snapshots | Brian Anderson | -189/+0 |
| 2013-03-28 | auto merge of #5595 : catamorphism/rust/demoding, r=catamorphism | bors | -2/+2 |
| 2013-03-28 | auto merge of #5587 : thestinger/rust/total, r=pcwalton | bors | -74/+134 |
| 2013-03-28 | auto merge of #5586 : pcwalton/rust/expr-repeat-vstore, r=graydon | bors | -1/+1 |
| 2013-03-27 | auto merge of #5574 : thestinger/rust/docstring, r=sanxiyn | bors | -2/+5 |
| 2013-03-27 | core/std: Remove uses of ++ mode | Tim Chevalier | -2/+2 |
| 2013-03-27 | add a TotalEq trait | Daniel Micay | -24/+115 |
| 2013-03-27 | librustc: Allow expr_repeat to be used with any vstore | Patrick Walton | -1/+1 |
| 2013-03-27 | cmp: rm TotalOrd impl code duplication | Daniel Micay | -53/+22 |
| 2013-03-27 | Autoref the argument to the index operator (#4920) | Niko Matsakis | -1/+1 |
| 2013-03-27 | ops: add a docstring | Daniel Micay | -1/+1 |
| 2013-03-27 | hashmap: improve docstring | Daniel Micay | -1/+4 |