| Age | Commit message (Expand) | Author | Lines |
| 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 | -30/+1 |
| 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 | Refactor representation of bounds to separate out BuiltinBounds into | Niko Matsakis | -30/+1 |
| 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 | -6/+6 |
| 2013-05-09 | auto merge of #6345 : seanmoon/rust/fix-typos, r=sanxiyn | bors | -4/+4 |
| 2013-05-08 | test: Fix broken test | Patrick Walton | -1/+1 |
| 2013-05-08 | test: Fix tests. | Patrick Walton | -14/+14 |
| 2013-05-08 | auto merge of #6214 : sanxiyn/rust/simd-2, r=graydon | bors | -0/+13 |
| 2013-05-08 | auto merge of #6119 : brson/rust/main, r=brson | bors | -9/+11 |
| 2013-05-08 | rustc: Fix the logic for finding the Android main function | Brian Anderson | -0/+4 |
| 2013-05-09 | Fix typos | Sean Moon | -4/+4 |
| 2013-05-08 | auto merge of #6317 : brson/rust/durable, r=z0w0 | bors | -0/+21 |
| 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 | Add SIMD vector type tests | Seo Sanghyeon | -0/+13 |
| 2013-05-07 | auto merge of #6251 : thestinger/rust/non_owned, r=pcwalton | bors | -0/+76 |
| 2013-05-06 | Enable test for #3707 | Brian Anderson | -3/+2 |
| 2013-05-06 | refinement to technique used to not run regionck | Niko Matsakis | -52/+12 |
| 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 | -101/+126 |
| 2013-05-04 | auto merge of #6230 : thestinger/rust/whitespace, r=catamorphism | bors | -102/+20 |
| 2013-05-03 | add gitattributes and fix whitespace issues | Daniel Micay | -102/+20 |
| 2013-05-03 | rustc: Handle struct patterns where the expected type is an enum | Tim Chevalier | -0/+35 |
| 2013-05-02 | librustc: Make uninhabited enums not castable to int | Patrick Walton | -0/+7 |
| 2013-05-01 | wip---work on making rooting work properly | Niko Matsakis | -2/+3 |
| 2013-05-01 | correct incorrect handling of overloaded operators, exposing various other bi... | Niko Matsakis | -6/+4 |
| 2013-05-01 | auto merge of #6147 : bjz/rust/numeric-traits, r=brson | bors | -1/+1 |
| 2013-05-01 | Revert rename of Div to Quot | Brendan Zabarauskas | -1/+1 |
| 2013-04-30 | auto merge of #6115 : jbclements/rust/test-case-fixes, r=jbclements | bors | -0/+20 |
| 2013-04-30 | auto merge of #6103 : catamorphism/rust/nonfatal-errors, r=catamorphism | bors | -2/+46 |
| 2013-04-30 | fixed pattern, moved test to compile-fail | John Clements | -0/+20 |
| 2013-04-30 | Fix error messages harder | Tim Chevalier | -2/+2 |
| 2013-04-30 | allover: numerous unused muts etc | Niko Matsakis | -2/+1 |
| 2013-04-30 | new borrow checker (mass squash) | Niko Matsakis | -409/+659 |
| 2013-04-29 | rustc / test: Fix error message | Tim Chevalier | -2/+2 |
| 2013-04-29 | rustc: Only accept main functions at the crate level. #4433 | Brian Anderson | -9/+7 |
| 2013-04-29 | test: Fix tests. | Patrick Walton | -93/+0 |
| 2013-04-29 | test: Remove #[legacy_modes] from the test suite. | Patrick Walton | -8/+2 |
| 2013-04-29 | librustc: Rename `reinterpret_cast` to `transmute_copy` and remove the intrinsic | Patrick Walton | -2/+2 |
| 2013-04-29 | librustc: Remove `ptr::addr_of`. | Patrick Walton | -2/+2 |
| 2013-04-28 | add test case for enum disambiguation | John Clements | -0/+16 |
| 2013-04-28 | rustc: Suppress derived pattern-match-checking errors | Tim Chevalier | -0/+44 |
| 2013-04-25 | Made fail! and assert! accept both &'static str and ~str, as well as a fmt! l... | Marvin Löbel | -7/+9 |
| 2013-04-24 | Improve divide-by-zero error messages | Brendan Zabarauskas | -2/+2 |
| 2013-04-23 | Improve the unused unsafe block warning to include unsafe blocks in unsafe fu... | Alex Crichton | -7/+27 |