| Age | Commit message (Expand) | Author | Lines |
| 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 | auto merge of #5939 : brson/rust/xfail, r=brson | bors | -1/+9 |
| 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 |
| 2013-04-18 | libcore: make spawn_supervised documentation reflect its behaviour. | Huon Wilson | -2/+3 |
| 2013-04-18 | auto merge of #5927 : huonw/rust/core-enumerate-iterator, r=thestinger | bors | -0/+35 |
| 2013-04-18 | libcore: add an EnumerateIterator, like Python's `enumerate`. | Huon Wilson | -0/+35 |
| 2013-04-18 | Small typos, year date and URL of the fbuild system for reference. | Olivier Saut | -6/+7 |
| 2013-04-18 | sketch: Make rust sketch barf output prettier | Marti Raudsepp | -2/+2 |
| 2013-04-18 | auto merge of #5923 : thestinger/rust/iterator, r=graydon | bors | -1/+54 |
| 2013-04-18 | Errors with the same span print the span once | Youngmin Yoo | -13/+147 |
| 2013-04-18 | auto merge of #5919 : catamorphism/rust/gitignore, r=catamorphism | bors | -0/+1 |
| 2013-04-17 | auto merge of #5918 : catamorphism/rust/Warnings, r=catamorphism | bors | -2/+2 |
| 2013-04-17 | auto merge of #5916 : danluu/rust/debug_tutorial, r=catamorphism | bors | -0/+3 |
| 2013-04-17 | auto merge of #5912 : Dretch/rust/issue-2626, r=graydon | bors | -1/+1 |
| 2013-04-17 | auto merge of #5909 : brson/rust/rt4, r=graydon | bors | -449/+457 |
| 2013-04-17 | auto merge of #5908 : jbclements/rust/add-hygiene-machinery, r=graydon | bors | -114/+541 |
| 2013-04-17 | rustpkg: Add more tests | Tim Chevalier | -0/+93 |
| 2013-04-17 | rustpkg: Add a list of rustpkg commands that should pass | Tim Chevalier | -0/+35 |
| 2013-04-17 | rustpkg: Don't execute the standard build logic if there is a pkg.rs | Tim Chevalier | -4/+5 |
| 2013-04-17 | rustpkg: Change this example to show how to do a custom build | Tim Chevalier | -0/+6 |
| 2013-04-17 | rustpkg: Remove bogus .rc file | Tim Chevalier | -25/+1 |
| 2013-04-17 | vec: add an external iterator | Daniel Micay | -1/+54 |
| 2013-04-17 | auto merge of #5726 : brson/rust/struct-return, r=brson | bors | -158/+484 |
| 2013-04-17 | auto merge of #5725 : jdm/rust/muttrait, r=nikomatsakis | bors | -65/+162 |
| 2013-04-17 | rustpkg: Implement clean; replace boolean result flags with fail!() | Tim Chevalier | -159/+67 |
| 2013-04-17 | rustc: Use an out pointer to return structs in x86 C ABI. #5347 | Brian Anderson | -91/+397 |
| 2013-04-17 | rustpkg: Add a few tests | Tim Chevalier | -0/+161 |
| 2013-04-17 | rustpkg: Fail when crate inference fails; inject link attributes | Tim Chevalier | -85/+142 |
| 2013-04-17 | gitignore: Add build/ subdirectory | Tim Chevalier | -0/+1 |
| 2013-04-17 | Warning police | Tim Chevalier | -2/+2 |
| 2013-04-17 | Explain use of debug\! in tutorial | Dan Luu | -0/+3 |
| 2013-04-17 | Allow casting to mutable trait objects. | Josh Matthews | -65/+162 |
| 2013-04-16 | auto merge of #5913 : brson/rust/valgrind, r=brson | bors | -0/+8 |
| 2013-04-16 | More valgrind suppressions | Brian Anderson | -0/+8 |
| 2013-04-16 | Fix issue 2626 by un-ignoring the mysterious test_leaks, | gareth | -1/+1 |
| 2013-04-16 | auto merge of #5890 : youknowone/rust/const-eval, r=catamorphism | bors | -25/+24 |