| Age | Commit message (Expand) | Author | Lines |
| 2013-05-18 | Merge trait and impl macros by using an inner module | Brendan Zabarauskas | -129/+124 |
| 2013-05-18 | Use assert_eq! instead of assert! | Brendan Zabarauskas | -7/+7 |
| 2013-05-18 | use n{0..11} instead of _{0..12} for accessor method names | Brendan Zabarauskas | -100/+100 |
| 2013-05-18 | Create tuple element accessor traits | Brendan Zabarauskas | -0/+167 |
| 2013-05-18 | replace old_iter::repeat with the Times trait | Daniel Micay | -30/+9 |
| 2013-05-18 | iterator: use advance to implement FilterMapIterator | Daniel Micay | -9/+5 |
| 2013-05-18 | iterator: reword docstring | Daniel Micay | -1/+1 |
| 2013-05-18 | iterator: reuse iter::to_vec, and use &mut self | Daniel Micay | -7/+4 |
| 2013-05-18 | iterator: make nth and last return Option | Daniel Micay | -35/+15 |
| 2013-05-18 | iterator: remove `first` | Daniel Micay | -24/+0 |
| 2013-05-18 | auto merge of #6586 : bjz/rust/formatting-and-conditionals, r=thestinger | bors | -254/+284 |
| 2013-05-18 | Use four-space indentation, add trailing commas, and remove unnecessary uses ... | Brendan Zabarauskas | -80/+95 |
| 2013-05-18 | Convert various inner doc-comments to outer doc-comments | Brendan Zabarauskas | -55/+30 |
| 2013-05-18 | Use pattern-matching instead of conditionals where appropriate to improve cod... | Brendan Zabarauskas | -113/+81 |
| 2013-05-18 | Use cond! macro where appropriate | Brendan Zabarauskas | -6/+78 |
| 2013-05-17 | auto merge of #6560 : gifnksm/rust/iterator-utils, r=thestinger | bors | -0/+262 |
| 2013-05-17 | Whitespace | Brian Anderson | -2/+2 |
| 2013-05-17 | core: Wire up `stream` to newsched | Brian Anderson | -242/+357 |
| 2013-05-17 | core: Wire up oneshot pipes to newsched | Brian Anderson | -124/+248 |
| 2013-05-17 | core::rt: implement `oneshot` and `stream`. | Brian Anderson | -1/+645 |
| 2013-05-17 | Merge remote-tracking branch 'brson/io' into incoming | Brian Anderson | -1132/+2929 |
| 2013-05-18 | Some cosmetic changes to num.rs | Marvin Löbel | -5/+4 |
| 2013-05-18 | libcore: Add `IteratorUtil::all`, `any` method | gifnksm | -0/+31 |
| 2013-05-18 | libcore: Add `AdditiveIterator`, `MultiplicativeIterator`, `OrdIterator` | gifnksm | -0/+79 |
| 2013-05-18 | libcore: Add `IteratorUtil::fold`, `count` | gifnksm | -0/+27 |
| 2013-05-17 | libcore: Add `IteratoUtil::nth`, `first`, `last` method | gifnksm | -0/+81 |
| 2013-05-17 | libcore: Add `IteratorUtil::filter_map` method | gifnksm | -0/+35 |
| 2013-05-17 | libcore: Add `IteratorUtil::to_vec()` method | gifnksm | -0/+9 |
| 2013-05-17 | auto merge of #6442 : sstewartgallus/rust/incoming, r=pcwalton | bors | -3/+12 |
| 2013-05-17 | auto merge of #6534 : brson/rust/intrinsic-docs, r=bstrie | bors | -8/+68 |
| 2013-05-16 | auto merge of #6549 : bjz/rust/numeric-traits, r=thestinger | bors | -0/+21 |
| 2013-05-16 | auto merge of #6093 : alexcrichton/rust/issue-2647, r=thestinger | bors | -1/+0 |
| 2013-05-17 | Re-implement lint with less emphasis on item ids | Alex Crichton | -1/+0 |
| 2013-05-16 | auto merge of #6546 : cmr/rust/warning, r=thestinger | bors | -4/+2 |
| 2013-05-16 | auto merge of #6523 : cmr/rust/faster_each_permutation, r=luqmana | bors | -20/+127 |
| 2013-05-16 | Update to new for-loop protocol | Corey Richardson | -4/+4 |
| 2013-05-17 | Implement sin_cos method for float, f64 and f32 | Brendan Zabarauskas | -0/+21 |
| 2013-05-16 | Remove each_permutation_ref | Corey Richardson | -60/+0 |
| 2013-05-16 | fix warnings | Corey Richardson | -4/+2 |
| 2013-05-16 | iter: add fold, sum and product | Daniel Micay | -0/+106 |
| 2013-05-16 | Update to modern rust | Corey Richardson | -29/+21 |
| 2013-05-16 | Ensure reverse_part does not access outside given vector | Tommy M. McGuire | -5/+5 |
| 2013-05-16 | Add reverse_part, replace each_permutation, add tests | Tommy M. McGuire | -18/+193 |
| 2013-05-16 | core: Document some intrinsics | Brian Anderson | -8/+68 |
| 2013-05-16 | auto merge of #6509 : thestinger/rust/clone, r=nikomatsakis | bors | -0/+14 |
| 2013-05-15 | auto merge of #6488 : sammykim/rust/issue-6430, r=sanxiyn | bors | -9/+15 |
| 2013-05-16 | Change unsafe functions to safe functions | Sangeun Kim | -9/+15 |
| 2013-05-15 | auto merge of #6505 : cmr/rust/unsetenv, r=catamorphism | bors | -1/+36 |
| 2013-05-15 | auto merge of #6527 : thestinger/rust/deep_clone, r=pcwalton | bors | -11/+36 |
| 2013-05-15 | auto merge of #6503 : sonwow/rust/at_vec-renamed, r=graydon | bors | -14/+14 |