| Age | Commit message (Expand) | Author | Lines |
| 2013-05-11 | Warning police | Tim Chevalier | -136/+51 |
| 2013-05-11 | auto merge of #6426 : gifnksm/rust/new-iter, r=catamorphism | bors | -7/+20 |
| 2013-05-11 | auto merge of #6420 : huonw/rust/rm-exec, r=thestinger | bors | -0/+0 |
| 2013-05-12 | libstd: Fix BigUint::is_even | gifnksm | -1/+12 |
| 2013-05-11 | rustc: Don't call type_error_message() with ty_err as the expected type | Tim Chevalier | -49/+84 |
| 2013-05-11 | auto merge of #6402 : kud1ing/rust/fixes, r=pcwalton | bors | -34/+34 |
| 2013-05-12 | libcore: Change `each_val` to follow new for-loop protocol | gifnksm | -7/+20 |
| 2013-05-11 | auto merge of #6397 : cantsin/rust/rusti-fixes, r=catamorphism | bors | -2/+2 |
| 2013-05-11 | auto merge of #6389 : sonwow/rust/issue-3356, r=bstrie | bors | -105/+105 |
| 2013-05-11 | auto merge of #6385 : huonw/rust/rustc-dtor-struct-match, r=nikomatsakis | bors | -23/+132 |
| 2013-05-11 | auto merge of #6383 : huonw/rust/rustc-expand-then-strip, r=thestinger | bors | -16/+7 |
| 2013-05-11 | Fix errors in test_hashset(). | Samuel Chase | -3/+4 |
| 2013-05-11 | Use acc.push_str() instead of str::push_str(..) | Samuel Chase | -12/+24 |
| 2013-05-11 | Add test: test_hashset() | Samuel Chase | -0/+14 |
| 2013-05-11 | Add str representation for HashSet. | Samuel Chase | -0/+18 |
| 2013-05-11 | Remove extra space between key and value. | Samuel Chase | -6/+9 |
| 2013-05-11 | All tests, including newly added test_hashmap() pass. The empty Hash Table do... | Samuel Chase | -9/+11 |
| 2013-05-11 | Correct testcases that passed because fns with #[test] were stripped before e... | Huon Wilson | -12/+3 |
| 2013-05-11 | auto merge of #6384 : thomaslee/rust/issue-4202, r=catamorphism | bors | -0/+83 |
| 2013-05-10 | auto merge of #6376 : nikomatsakis/rust/issue-6272-tests, r=graydon | bors | -0/+62 |
| 2013-05-10 | auto merge of #6368 : catamorphism/rust/issue-5315, r=catamorphism | bors | -0/+43 |
| 2013-05-10 | Test case for issue #4202 | Tom Lee | -0/+41 |
| 2013-05-11 | Remove core executable | Huon Wilson | -0/+0 |
| 2013-05-10 | auto merge of #6260 : alexcrichton/rust/issue-3466-no-swap, r=pcwalton | bors | -399/+292 |
| 2013-05-10 | Fix tests with the swap operator | Alex Crichton | -2/+2 |
| 2013-05-10 | Remove the '<->' operator from the language | Alex Crichton | -98/+15 |
| 2013-05-10 | Stop using the '<->' operator | Alex Crichton | -296/+214 |
| 2013-05-10 | Implement util::swap without the '<->' operator | Alex Crichton | -5/+63 |
| 2013-05-10 | auto merge of #6205 : brson/rust/flate, r=brson | bors | -7/+7 |
| 2013-05-10 | auto merge of #6223 : alexcrichton/rust/issue-6183, r=pcwalton | bors | -304/+2943 |
| 2013-05-10 | Fix merge "failures" | Alex Crichton | -12/+20 |
| 2013-05-10 | test: Use the new `for` protocol | Alex Crichton | -45/+164 |
| 2013-05-10 | Move flate from core to std | Brian Anderson | -7/+7 |
| 2013-05-11 | Removed test_hashmap() for the time, being. All tests pass with make check. | Samuel Chase | -10/+11 |
| 2013-05-10 | more back-ticks, less colons | Lenny222 | -34/+34 |
| 2013-05-11 | Add to_str() for HashMaps, and some basic tests as well. | Samuel Chase | -0/+36 |
| 2013-05-10 | Remove redundant import error | Corey Richardson | -1/+0 |
| 2013-05-10 | auto merge of #6380 : pcwalton/rust/core-text-ice, r=pcwalton | bors | -19/+21 |
| 2013-05-10 | Fixes rusti crashes. | James Tranovich | -2/+2 |
| 2013-05-10 | auto merge of #6366 : catamorphism/rust/issue-3920, r=catamorphism | bors | -2/+24 |
| 2013-05-10 | renamed str::from_slice to str::to_owned | Youngsoo Son | -66/+66 |
| 2013-05-10 | auto merge of #6358 : crabtw/rust/mips-segstk, r=brson | bors | -8/+218 |
| 2013-05-10 | auto merge of #6329 : sonwow/rust/issue-6306, r=ILyoan | bors | -23/+24 |
| 2013-05-10 | Add some positive tests for dtor struct destructuring | Huon Wilson | -0/+46 |
| 2013-05-10 | renamed vec::from_slice to vec::to_owned | Youngsoo Son | -39/+39 |
| 2013-05-10 | Issue number on xfailed test | Huon Wilson | -1/+1 |
| 2013-05-10 | auto merge of #6356 : dotdash/rust/strinterner, r=pcwalton | bors | -466/+521 |
| 2013-05-10 | librustc: allow destructuring of structs with destructors if the pattern has ... | Huon Wilson | -23/+86 |
| 2013-05-10 | A test file is fixed | Youngsoo Son | -2/+2 |
| 2013-05-10 | auto merge of #6347 : cmr/rust/unknown_module_resolve_error, r=catamorphism | bors | -2/+24 |