| 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-10 | auto merge of #6380 : pcwalton/rust/core-text-ice, r=pcwalton | bors | -19/+21 |
| 2013-05-10 | auto merge of #6366 : catamorphism/rust/issue-3920, r=catamorphism | bors | -2/+24 |
| 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 | auto merge of #6356 : dotdash/rust/strinterner, r=pcwalton | bors | -466/+521 |
| 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-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 | 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 | 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 |
| 2013-05-09 | auto merge of #6325 : sammykim/rust/lint-name, r=graydon | bors | -0/+9 |
| 2013-05-09 | Refactor representation of bounds to separate out BuiltinBounds into | Niko Matsakis | -213/+370 |
| 2013-05-09 | back-ticks | Lenny222 | -2/+2 |
| 2013-05-09 | Use a specialized string interner to reduce the need for owned strings | Björn Steinbrink | -466/+521 |
| 2013-05-09 | Mark c_vec functions as unsafe again | Alex Crichton | -4/+4 |
| 2013-05-09 | Add intrinsic declaration where I missed them | James Miller | -0/+4 |
| 2013-05-09 | Make staged versions of the functions that use uninit | James Miller | -0/+184 |
| 2013-05-09 | auto merge of #6345 : seanmoon/rust/fix-typos, r=sanxiyn | bors | -35/+35 |
| 2013-05-09 | Replace init() with uninit() where appropriate | James Miller | -14/+9 |
| 2013-05-09 | Add uninit intrinsic | James Miller | -1/+27 |
| 2013-05-09 | auto merge of #6343 : thestinger/rust/new_iter, r=brson | bors | -7/+6 |
| 2013-05-09 | improve MIPS backend and implement segmented stacks | Jyun-Yan You | -8/+218 |
| 2013-05-09 | auto merge of #6337 : thestinger/rust/fix_region, r=thestinger | bors | -6/+12 |