| Age | Commit message (Expand) | Author | Lines |
| 2013-05-14 | Fix cosmetics for fail!() calls | Marvin Löbel | -3/+3 |
| 2013-05-14 | Use static string with fail!() and remove fail!(fmt!()) | Björn Steinbrink | -92/+92 |
| 2013-05-14 | auto merge of #6441 : alexcrichton/rust/issue-5531, r=luqmana | bors | -1/+1 |
| 2013-05-13 | auto merge of #6388 : recrack/rust/each2_mut, r=pcwalton | bors | -0/+38 |
| 2013-05-13 | Remove re-exports from libcore/core.rc | Alex Crichton | -1/+1 |
| 2013-05-13 | auto merge of #6387 : brson/rust/unstable, r=brson | bors | -2/+2 |
| 2013-05-13 | auto merge of #6417 : pcwalton/rust/exprs-in-patterns, r=pcwalton | bors | -8/+10 |
| 2013-05-13 | core: Move locks, atomic rc to unstable::sync | Brian Anderson | -2/+2 |
| 2013-05-13 | test: Fix broken benchmark test | Patrick Walton | -3/+3 |
| 2013-05-13 | auto merge of #6443 : cmr/rust/resolution, r=bstrie | bors | -1/+1 |
| 2013-05-13 | auto merge of #6437 : Thiez/rust/atomic, r=Aatch | bors | -0/+15 |
| 2013-05-13 | Better error for some unresolved imports | Corey Richardson | -1/+1 |
| 2013-05-13 | Add vec.rs each2_mut testsuite | Youngmin Yoo | -0/+38 |
| 2013-05-12 | auto merge of #6400 : cmr/rust/remove_useless_import_error, r=thestinger | bors | -2/+1 |
| 2013-05-12 | actually fix failing test | Corey Richardson | -1/+1 |
| 2013-05-12 | librustc: Make `self` and `static` into keywords | Patrick Walton | -3/+3 |
| 2013-05-12 | libsyntax: Remove `extern mod foo { ... }` from the language. | Patrick Walton | -2/+4 |
| 2013-05-12 | Adds atomic_load, atomic_load_acq, atomic_store, and atomic_store_rel intrins... | Matthijs Hofstra | -0/+15 |
| 2013-05-12 | auto merge of #6427 : catamorphism/rust/issue-6319, r=nikomatsakis | bors | -1/+15 |
| 2013-05-12 | Fix failing test | Corey Richardson | -2/+1 |
| 2013-05-11 | rustc: Don't call type_error_message() with ty_err as the expected type | Tim Chevalier | -1/+15 |
| 2013-05-11 | auto merge of #6402 : kud1ing/rust/fixes, r=pcwalton | bors | -20/+20 |
| 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 | -1/+94 |
| 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/+41 |
| 2013-05-10 | auto merge of #6376 : nikomatsakis/rust/issue-6272-tests, r=graydon | bors | -0/+62 |
| 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/+41 |
| 2013-05-10 | Fix tests with the swap operator | Alex Crichton | -2/+2 |
| 2013-05-10 | Stop using the '<->' operator | Alex Crichton | -89/+43 |
| 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 | more back-ticks, less colons | Lenny222 | -20/+20 |
| 2013-05-10 | auto merge of #6366 : catamorphism/rust/issue-3920, r=catamorphism | bors | -0/+17 |
| 2013-05-10 | renamed str::from_slice to str::to_owned | Youngsoo Son | -2/+2 |
| 2013-05-10 | auto merge of #6329 : sonwow/rust/issue-6306, r=ILyoan | bors | -2/+2 |
| 2013-05-10 | Add some positive tests for dtor struct destructuring | Huon Wilson | -0/+46 |
| 2013-05-10 | Issue number on xfailed test | Huon Wilson | -1/+1 |
| 2013-05-10 | auto merge of #6356 : dotdash/rust/strinterner, r=pcwalton | bors | -9/+9 |
| 2013-05-10 | librustc: allow destructuring of structs with destructors if the pattern has ... | Huon Wilson | -1/+48 |
| 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 | test: Add two tests for issue #6272. | Niko Matsakis | -0/+62 |
| 2013-05-09 | auto merge of #6354 : Aatch/rust/uninit-intrinsic, r=graydon | bors | -0/+19 |