| Age | Commit message (Expand) | Author | Lines |
| 2013-04-19 | rustllvm: Fix RustWrapper.cpp | Patrick Walton | -7/+16 |
| 2013-04-19 | librustc: Implement fast-ffi and use it in various places | Patrick Walton | -69/+618 |
| 2013-04-19 | librustc: Remove `fail_unless!` | Patrick Walton | -1/+25 |
| 2013-04-19 | auto merge of #5955 : thestinger/rust/iterator, r=graydon | bors | -61/+251 |
| 2013-04-19 | iterator: add a bit of documentation | Daniel Micay | -1/+16 |
| 2013-04-19 | iterator: add a chain adaptor | Daniel Micay | -0/+42 |
| 2013-04-19 | libcore: add an UnfoldrIterator like Haskell's `unfoldr` | Huon Wilson | -0/+43 |
| 2013-04-19 | re-organize the iterator module a bit | Daniel Micay | -16/+16 |
| 2013-04-19 | move iterator adaptor tests to iterator module | Daniel Micay | -66/+67 |
| 2013-04-19 | libcore: clarify documentation for char_at(_reverse) | Huon Wilson | -4/+4 |
| 2013-04-19 | takewhile -> take_while, dropwhile -> skip_while | Daniel Micay | -7/+7 |
| 2013-04-19 | iterator: add skip and take | Daniel Micay | -0/+89 |
| 2013-04-18 | auto merge of #5943 : brson/rust/struct-return, r=graydon | bors | -9/+5 |
| 2013-04-18 | auto merge of #5938 : thestinger/rust/iterator, r=pcwalton | bors | -9/+99 |
| 2013-04-18 | auto merge of #5914 : catamorphism/rust/copy-cops, r=catamorphism | bors | -46/+46 |
| 2013-04-18 | rustc: Anti-copy police | Tim Chevalier | -32/+33 |
| 2013-04-18 | auto merge of #5924 : catamorphism/rust/non-fatal-errors, r=catamorphism | bors | -11/+68 |
| 2013-04-18 | auto merge of #5920 : catamorphism/rust/rustpkg, r=catamorphism | bors | -238/+526 |
| 2013-04-18 | Tidy | Tim Chevalier | -2/+53 |
| 2013-04-18 | rustc: Make some typechecker errors non-fatal | Tim Chevalier | -11/+68 |
| 2013-04-18 | xfail box and vec debug info tests | Brian Leibig | -0/+4 |
| 2013-04-18 | rustc: One less copy | Tim Chevalier | -14/+13 |
| 2013-04-18 | core: replace unicode match exprs with bsearch in const arrays, minor perf win. | Graydon Hoare | -4626/+2622 |
| 2013-04-18 | core: add vec::bsearch. | Graydon Hoare | -0/+85 |
| 2013-04-18 | auto merge of #5921 : brson/rust/pipes, r=brson | bors | -433/+510 |
| 2013-04-18 | rustc: Fix struct returns on x86 mac for 8-byte structs | Brian Anderson | -9/+5 |
| 2013-04-18 | core::comm: Modernize constructors to use `new` | Brian Anderson | -66/+78 |
| 2013-04-18 | core::pipes: Just reordering declarations | Brian Anderson | -46/+49 |
| 2013-04-18 | core::comm: Remove functions in favor of methods | Brian Anderson | -159/+97 |
| 2013-04-18 | core: Remove a stray #[doc(hidden)] attribute | Brian Anderson | -1/+0 |
| 2013-04-18 | core: Inline the protocol definitions of sendp and oneshot | Brian Anderson | -4/+128 |
| 2013-04-18 | core: Remove #[doc(hidden)] attributes and atomic wrapper functions from pipes | Brian Anderson | -48/+2 |
| 2013-04-18 | core: Just reordering some code | Brian Anderson | -81/+81 |
| 2013-04-18 | core: Remove pipes::spawn_service, spawn_service_recv | Brian Anderson | -55/+102 |
| 2013-04-18 | auto merge of #5418 : luqmana/rust/stack-float, r=brson | bors | -19/+3 |
| 2013-04-18 | auto merge of #5798 : recrack/rust/multiple-errors, r=brson | bors | -13/+147 |
| 2013-04-18 | test: xfail-macos some tests that don't work on mac i686 | Brian Anderson | -0/+6 |
| 2013-04-18 | test: Add more comments about why extern-pass-TwoU64s is xfailed | Brian Anderson | -1/+3 |
| 2013-04-18 | add dropwhile and takewhile iterators | Daniel Micay | -9/+99 |
| 2013-04-18 | auto merge of #5935 : bjz/rust/master, r=thestinger | bors | -255/+367 |
| 2013-04-19 | Use assert_eq! instead of assert! and remove extraneous parentheses | Brendan Zabarauskas | -267/+260 |
| 2013-04-18 | auto merge of #5933 : huonw/rust/core-read-until-byte, r=thestinger | bors | -6/+6 |
| 2013-04-18 | auto merge of #5932 : huonw/rust/core-str-iterator, r=thestinger | bors | -0/+56 |
| 2013-04-18 | core: io: the read_until function checks bytes not chars, so type should refl... | Huon Wilson | -6/+6 |
| 2013-04-18 | Add #[inline(always)] to each operator method | Brendan Zabarauskas | -0/+50 |
| 2013-04-18 | auto merge of #5930 : osaut/rust/master, r=thestinger | bors | -6/+7 |
| 2013-04-18 | core: add a str iterator | Huon Wilson | -0/+56 |
| 2013-04-18 | auto merge of #5929 : intgr/rust/sketch_output, r=thestinger | bors | -2/+2 |
| 2013-04-18 | auto merge of #5928 : huonw/rust/core-task-spawn-supervised-doc, r=thestinger | bors | -2/+3 |
| 2013-04-18 | Implement bitwise operator traits for ints and uints | Brendan Zabarauskas | -0/+69 |