| Age | Commit message (Expand) | Author | Lines |
| 2013-05-14 | Fix cosmetics for fail!() calls | Marvin Löbel | -1/+1 |
| 2013-05-14 | Use static string with fail!() and remove fail!(fmt!()) | Björn Steinbrink | -40/+40 |
| 2013-05-13 | auto merge of #6388 : recrack/rust/each2_mut, r=pcwalton | bors | -0/+38 |
| 2013-05-13 | core: Move locks, atomic rc to unstable::sync | Brian Anderson | -1/+1 |
| 2013-05-13 | Add vec.rs each2_mut testsuite | Youngmin Yoo | -0/+38 |
| 2013-05-12 | Adds atomic_load, atomic_load_acq, atomic_store, and atomic_store_rel intrins... | Matthijs Hofstra | -0/+15 |
| 2013-05-11 | auto merge of #6389 : sonwow/rust/issue-3356, r=bstrie | bors | -2/+2 |
| 2013-05-11 | auto merge of #6385 : huonw/rust/rustc-dtor-struct-match, r=nikomatsakis | bors | -0/+64 |
| 2013-05-11 | auto merge of #6383 : huonw/rust/rustc-expand-then-strip, r=thestinger | bors | -12/+3 |
| 2013-05-11 | Correct testcases that passed because fns with #[test] were stripped before e... | Huon Wilson | -12/+3 |
| 2013-05-11 | auto merge of #6384 : thomaslee/rust/issue-4202, r=catamorphism | bors | -0/+19 |
| 2013-05-10 | auto merge of #6376 : nikomatsakis/rust/issue-6272-tests, r=graydon | bors | -0/+41 |
| 2013-05-10 | auto merge of #6368 : catamorphism/rust/issue-5315, r=catamorphism | bors | -0/+43 |
| 2013-05-10 | Test case for issue #4202 | Tom Lee | -0/+19 |
| 2013-05-10 | Stop using the '<->' operator | Alex Crichton | -22/+35 |
| 2013-05-10 | test: Use the new `for` protocol | Alex Crichton | -25/+24 |
| 2013-05-10 | renamed str::from_slice to str::to_owned | Youngsoo Son | -2/+2 |
| 2013-05-10 | Add some positive tests for dtor struct destructuring | Huon Wilson | -0/+46 |
| 2013-05-10 | librustc: allow destructuring of structs with destructors if the pattern has ... | Huon Wilson | -0/+18 |
| 2013-05-09 | auto merge of #6336 : nikomatsakis/rust/issue-6308-closure-bounds, r=nikomats... | bors | -0/+26 |
| 2013-05-09 | test: Add two tests for issue #6272. | Niko Matsakis | -0/+41 |
| 2013-05-09 | auto merge of #6354 : Aatch/rust/uninit-intrinsic, r=graydon | bors | -0/+19 |
| 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 | -0/+26 |
| 2013-05-09 | auto merge of #6345 : seanmoon/rust/fix-typos, r=sanxiyn | bors | -3/+3 |
| 2013-05-09 | Add uninit intrinsic | James Miller | -0/+19 |
| 2013-05-08 | test: Fix tests. | Patrick Walton | -79/+83 |
| 2013-05-08 | test: Fix tests and the pipe compiler | Patrick Walton | -24/+42 |
| 2013-05-08 | auto merge of #6214 : sanxiyn/rust/simd-2, r=graydon | bors | -0/+9 |
| 2013-05-08 | auto merge of #6119 : brson/rust/main, r=brson | bors | -0/+6 |
| 2013-05-09 | Fix typos | Sean Moon | -3/+3 |
| 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 | 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 | auto merge of #6302 : nikomatsakis/rust/issue-6141-leaking-owned-fn, r=brson | bors | -0/+8 |
| 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/+9 |
| 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 | 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/+52 |
| 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/+8 |
| 2013-05-07 | testsuite: tests for deriving changes and additions | Huon Wilson | -0/+147 |