| Age | Commit message (Expand) | Author | Lines |
| 2013-05-10 | auto merge of #6223 : alexcrichton/rust/issue-6183, r=pcwalton | bors | -36/+34 |
| 2013-05-10 | test: Use the new `for` protocol | Alex Crichton | -36/+34 |
| 2013-05-10 | auto merge of #6366 : catamorphism/rust/issue-3920, r=catamorphism | bors | -0/+17 |
| 2013-05-10 | auto merge of #6329 : sonwow/rust/issue-6306, r=ILyoan | bors | -2/+2 |
| 2013-05-10 | auto merge of #6356 : dotdash/rust/strinterner, r=pcwalton | bors | -9/+9 |
| 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 | -1/+13 |
| 2013-05-09 | auto merge of #6336 : nikomatsakis/rust/issue-6308-closure-bounds, r=nikomats... | bors | -6/+3 |
| 2013-05-09 | fix formating and tests | Corey Richardson | -1/+1 |
| 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 | auto merge of #6354 : Aatch/rust/uninit-intrinsic, r=graydon | bors | -0/+19 |
| 2013-05-09 | Refactor representation of bounds to separate out BuiltinBounds into | Niko Matsakis | -6/+3 |
| 2013-05-09 | back-ticks | Lenny222 | -1/+1 |
| 2013-05-09 | Use a specialized string interner to reduce the need for owned strings | Björn Steinbrink | -9/+9 |
| 2013-05-09 | auto merge of #6345 : seanmoon/rust/fix-typos, r=sanxiyn | bors | -8/+8 |
| 2013-05-09 | Add uninit intrinsic | James Miller | -0/+19 |
| 2013-05-08 | test: Fix modes in the benchmarks. | Patrick Walton | -17/+12 |
| 2013-05-08 | test: Fix broken test | Patrick Walton | -1/+1 |
| 2013-05-08 | test: Fix tests. | Patrick Walton | -97/+101 |
| 2013-05-08 | test: Fix tests and the pipe compiler | Patrick Walton | -73/+125 |
| 2013-05-08 | auto merge of #6214 : sanxiyn/rust/simd-2, r=graydon | bors | -0/+22 |
| 2013-05-08 | auto merge of #6119 : brson/rust/main, r=brson | bors | -9/+17 |
| 2013-05-08 | rustc: Fix the logic for finding the Android main function | Brian Anderson | -0/+4 |
| 2013-05-09 | Fix typos | Sean Moon | -8/+8 |
| 2013-05-08 | auto merge of #6267 : huonw/rust/syntax-deriving-generaliseder, r=nikomatsakis | bors | -0/+149 |
| 2013-05-08 | testsuite: xfail tests for windows | Huon Wilson | -0/+2 |
| 2013-05-08 | auto merge of #6321 : ILyoan/rust/test4350, r=z0w0 | bors | -5/+5 |
| 2013-05-08 | auto merge of #6317 : brson/rust/durable, r=z0w0 | bors | -1/+22 |
| 2013-05-08 | testsuite: update a test for #4350 | ILyoan | -5/+5 |
| 2013-05-07 | auto merge of #6303 : nikomatsakis/rust/issue-4666-test, r=nikomatsakis | bors | -0/+50 |
| 2013-05-07 | test: Replace Durable with 'static | Brian Anderson | -1/+1 |
| 2013-05-07 | auto merge of #6302 : nikomatsakis/rust/issue-6141-leaking-owned-fn, r=brson | bors | -0/+8 |
| 2013-05-07 | Add some tests for local data + borrowed pointers | Brian Anderson | -0/+21 |
| 2013-05-07 | auto merge of #6290 : brson/rust/issue-3707, r=thestinger | bors | -3/+2 |
| 2013-05-07 | auto merge of #6282 : alexcrichton/rust/issue-5517-add-test, r=thestinger | bors | -0/+14 |
| 2013-05-07 | Add test for #4666, which didn't *quite* seem to be covered by | Niko Matsakis | -0/+50 |
| 2013-05-07 | When autoborrowing a fn in trans, adjust the type of the datum to be `&fn`. | Niko Matsakis | -0/+8 |
| 2013-05-07 | Add SIMD vector type tests | Seo Sanghyeon | -0/+22 |
| 2013-05-07 | auto merge of #6251 : thestinger/rust/non_owned, r=pcwalton | bors | -0/+76 |
| 2013-05-07 | auto merge of #6245 : youknowone/rust/match-range-static, r=graydon | bors | -0/+10 |
| 2013-05-06 | auto merge of #6236 : alexcrichton/rust/more-map-methods, r=thestinger | bors | -0/+4 |
| 2013-05-07 | Add pop() and swap() to the Map trait | Alex Crichton | -0/+4 |
| 2013-05-06 | auto merge of #6228 : brson/rust/run-destroy, r=brson | bors | -0/+89 |
| 2013-05-06 | Enable test for #3707 | Brian Anderson | -3/+2 |
| 2013-05-06 | Add a test for issue 5517 | Alex Crichton | -0/+14 |
| 2013-05-06 | Merge remote-tracking branch 'mozilla/incoming' into issue-5910-dyna-freeze | Niko Matsakis | -34/+85 |
| 2013-05-06 | Move core::run tests of process killing into standalone run-pass tests | Brian Anderson | -0/+89 |
| 2013-05-06 | auto merge of #6265 : sanxiyn/rust/xc-packed, r=nikomatsakis | bors | -0/+13 |
| 2013-05-07 | testsuite: tests for deriving changes and additions | Huon Wilson | -0/+147 |