| Age | Commit message (Expand) | Author | Lines |
| 2013-05-18 | fix stage0 compile | Daniel Micay | -0/+2 |
| 2013-05-18 | auto merge of #6577 : brson/rust/io-upstream, r=pcwalton | bors | -1413/+4138 |
| 2013-05-18 | xfail-fast run-pass/core-rt-smoke | Brian Anderson | -0/+2 |
| 2013-05-19 | Use `///` style doc-comments and add missing headings | Brendan Zabarauskas | -72/+83 |
| 2013-05-19 | Code modernisation and cleanup | Brendan Zabarauskas | -64/+100 |
| 2013-05-19 | Create Char trait | Brendan Zabarauskas | -56/+102 |
| 2013-05-19 | Move tuple tests into submodule | Brendan Zabarauskas | -48/+54 |
| 2013-05-19 | Fix Ord implementation to use lexical ordering | Brendan Zabarauskas | -14/+14 |
| 2013-05-19 | Replace Tuple{2..12} trait with CloneableTuple{2..12} and ImmutableTuple{2..12} | Brendan Zabarauskas | -118/+147 |
| 2013-05-19 | Use match instead of intermediate variable | Brendan Zabarauskas | -7/+9 |
| 2013-05-19 | Adapt the getter macro to implement Clone, Eq and Ord for n-ary tuples | Brendan Zabarauskas | -145/+55 |
| 2013-05-18 | auto merge of #6565 : osaut/rust/futures, r=thestinger | bors | -6/+8 |
| 2013-05-18 | Return a reference to the tuple elements instead of copying | Brendan Zabarauskas | -94/+92 |
| 2013-05-18 | Remove trailing whitespaces | Olivier Saut | -1/+1 |
| 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 | -53/+27 |
| 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 | rustc: Cleaning up bad copies and other XXXes | Tim Chevalier | -48/+37 |
| 2013-05-17 | auto merge of #6560 : gifnksm/rust/iterator-utils, r=thestinger | bors | -0/+262 |
| 2013-05-17 | auto merge of #6249 : crabtw/rust/arm, r=brson | bors | -1/+12 |
| 2013-05-17 | Distinguish tuple elements by index in mem_categorization. Fixes #5362. | Niko Matsakis | -81/+246 |
| 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 | -136/+253 |
| 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 | -1156/+3003 |
| 2013-05-18 | Made bytes!() accept a list of string, integer or char literals | Marvin Löbel | -8/+152 |
| 2013-05-18 | Some cosmetic changes to num.rs | Marvin Löbel | -5/+4 |
| 2013-05-17 | Upgrade libuv to fix mac deadlock. #6526 | Brian Anderson | -0/+0 |
| 2013-05-17 | Correct the example given for a future, add punctuation where necessary | Olivier Saut | -6/+8 |
| 2013-05-18 | rustc: relax limits on (u)int type limit lint. Fixes #6130. | Huon Wilson | -3/+25 |
| 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 |