| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 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 |
| 2013-05-08 | Created utility uninhabited type | Steven Stewart-Gallus | -1/+15 |
| 2013-05-08 | auto merge of #6328 : recrack/rust/rename_cleanup, r=sanxiyn | bors | -100/+94 |
| 2013-05-09 | librustc: rename vec::each(var) to var.each | Youngmin Yoo | -51/+49 |
| 2013-05-09 | libsyntax: rename vec::each(var) to var.each | Youngmin Yoo | -1/+1 |
| 2013-05-09 | libstd: rename vec::each(var) to var.each | Youngmin Yoo | -28/+24 |
| 2013-05-09 | librustdoc: rename vec::each(var) to var.each | Youngmin Yoo | -3/+3 |
| 2013-05-09 | libcore: rename vec::each(variable) to variable.each | Youngmin Yoo | -17/+17 |
| 2013-05-09 | Perform expansion before stripping/building a test harness. | Huon Wilson | -4/+4 |
| 2013-05-08 | auto merge of #6332 : huonw/rust/std-base64-match, r=nikomatsakis | bors | -24/+20 |