| Age | Commit message (Expand) | Author | Lines |
| 2013-05-09 | testsuite: Add two test cases (one xfailed) | Tim Chevalier | -0/+43 |
| 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 |
| 2013-05-06 | Fix cross-crate packed structs | Seo Sanghyeon | -0/+13 |
| 2013-05-06 | refinement to technique used to not run regionck | Niko Matsakis | -52/+12 |
| 2013-05-06 | Add assert_approx_eq! macro | Brendan Zabarauskas | -0/+44 |
| 2013-05-06 | Move FuzzyEq trait into core::cmp and rename it to 'ApproxEq' | Brendan Zabarauskas | -34/+28 |
| 2013-05-05 | Fix two more write guard failures | Niko Matsakis | -54/+38 |
| 2013-05-05 | compile-fail tests for #[non_owned] and #[mutable] | Daniel Micay | -0/+76 |
| 2013-05-05 | Merge remote-tracking branch 'mozilla/incoming' into issue-5910-dyna-freeze | Niko Matsakis | -739/+408 |
| 2013-05-05 | Allow non-literal static range pattern for match arms | Jeong YunWon | -0/+10 |
| 2013-05-04 | auto merge of #6230 : thestinger/rust/whitespace, r=catamorphism | bors | -438/+139 |
| 2013-05-03 | add gitattributes and fix whitespace issues | Daniel Micay | -438/+139 |
| 2013-05-03 | rustc: add rooting, write-guards to slices etc | Niko Matsakis | -0/+110 |