| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 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 |