| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2013-05-09 | auto merge of #6339 : alexcrichton/rust/unsafe-cvec, r=catamorphism | bors | -4/+4 |
| 2013-05-10 | Fix deriving(IterBytes) to use the new for-loop protocol | Alex Crichton | -11/+15 |
| 2013-05-10 | rustpkg: Use the new `for` protocol | Alex Crichton | -2/+3 |
| 2013-05-10 | rustc: Use the new `for` protocol | Alex Crichton | -19/+628 |
| 2013-05-10 | syntax: Use the new `for` protocol | Alex Crichton | -12/+182 |
| 2013-05-10 | std: Use the new `for` protocol | Alex Crichton | -51/+433 |
| 2013-05-10 | core: Use the new `for` protocol | Alex Crichton | -171/+1492 |
| 2013-05-10 | Implement a new protocol for `for` loops that's much more easily composable | Alex Crichton | -5/+30 |
| 2013-05-09 | Include static methods on traits in reexports. | Tom Lee | -0/+42 |
| 2013-05-10 | Move core::task::local_data to core::local_data | Youngsoo Son | -21/+22 |
| 2013-05-09 | librustc: Fix ICE in core-text resulting from dynamic borrowing. rs=blocking-... | Patrick Walton | -19/+21 |
| 2013-05-09 | auto merge of #6336 : nikomatsakis/rust/issue-6308-closure-bounds, r=nikomats... | bors | -213/+515 |
| 2013-05-09 | fix formating and tests | Corey Richardson | -2/+2 |
| 2013-05-09 | compile-fail test for new unresolved import error | Corey Richardson | -0/+12 |
| 2013-05-09 | testsuite: Test that init and forget are both unsafe | Tim Chevalier | -0/+17 |
| 2013-05-09 | core: Make intrinsics::forget unsafe, too | Tim Chevalier | -1/+3 |
| 2013-05-09 | core: Make intrinsics::init unsafe | Tim Chevalier | -1/+4 |
| 2013-05-09 | test: Add two tests for issue #6272. | Niko Matsakis | -0/+62 |
| 2013-05-09 | auto merge of #6373 : nikomatsakis/rust/issue-6355-perf-regression, r=graydon | bors | -35/+76 |
| 2013-05-09 | rustc: Add EnumSet tests | Niko Matsakis | -4/+149 |
| 2013-05-09 | Tweak error message | Corey Richardson | -2/+2 |
| 2013-05-09 | Better error message for certain classes of unresolved imports | Corey Richardson | -1/+11 |
| 2013-05-09 | Remove remnants of mutable fields from mem_categorization, borrowck. | Niko Matsakis | -16/+9 |
| 2013-05-09 | Issue the correct deref count for the implicit deref that occurs | Niko Matsakis | -19/+67 |
| 2013-05-09 | auto merge of #6354 : Aatch/rust/uninit-intrinsic, r=graydon | bors | -6/+215 |
| 2013-05-09 | testsuite: Add two test cases (one xfailed) | Tim Chevalier | -0/+43 |
| 2013-05-09 | auto merge of #6349 : thestinger/rust/explicit_copy, r=thestinger | bors | -106/+105 |
| 2013-05-09 | remove vecs_implicitly_copyable from libstd/libcore | Daniel Micay | -106/+105 |