| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2013-04-23 | Use backticks for the unsafe keyword in error messages | Alex Crichton | -4/+4 |
| 2013-04-22 | auto merge of #5966 : alexcrichton/rust/issue-3083, r=graydon | bors | -0/+42 |
| 2013-04-22 | Rename Div operator trait to Quot and Modulo operator trait to Rem | Brendan Zabarauskas | -2/+2 |
| 2013-04-20 | Implement a lint mode to deal with unused 'mut' variables | Alex Crichton | -0/+42 |
| 2013-04-20 | Don't warn about unsafe functions which don't need to be unsafe | Alex Crichton | -5/+2 |
| 2013-04-19 | Fix an ICE when dereferencing types which cannot be dereferenced | Alex Crichton | -2/+1 |
| 2013-04-18 | rustc: Make some typechecker errors non-fatal | Tim Chevalier | -0/+36 |
| 2013-04-17 | Allow casting to mutable trait objects. | Josh Matthews | -0/+28 |
| 2013-04-14 | Add a lint mode for unused unsafe blocks/functions | Alex Crichton | -0/+44 |
| 2013-04-12 | auto merge of #5827 : nikomatsakis/rust/issue-5656-change-meaning-of-borrowed... | bors | -82/+93 |
| 2013-04-12 | auto merge of #5809 : Aatch/rust/start-attr, r=thestinger | bors | -2/+2 |
| 2013-04-10 | tests: changes in response to #5656 | Niko Matsakis | -78/+5 |
| 2013-04-10 | Reason about nested free variables that appear in a function | Niko Matsakis | -4/+88 |
| 2013-04-10 | testsuite: tests for #[packed] structs. | Huon Wilson | -0/+70 |
| 2013-04-10 | Change tests to use new error message | James Miller | -2/+2 |
| 2013-04-09 | auto merge of #5804 : alexcrichton/rust/issue-3266, r=graydon | bors | -18/+26 |
| 2013-04-09 | Allow lint modes to be used on unused variables and dead assignments | Alex Crichton | -18/+26 |
| 2013-04-08 | libsyntax: fail lexing with an error message on an int literal larger than 2^64. | Huon Wilson | -0/+28 |
| 2013-04-06 | librustc: use new `[ty, .. len]` syntax for fixed vector errors. | Huon Wilson | -2/+2 |
| 2013-04-05 | Refactor so that references to traits are not represented using a type with a | Niko Matsakis | -2/+2 |
| 2013-04-05 | Rather than storing a list of ty::method per trait, store one ty::method | Niko Matsakis | -2/+2 |
| 2013-04-03 | rename Linear{Map,Set} => Hash{Map,Set} | Daniel Micay | -10/+10 |
| 2013-04-03 | hashmap: rm linear namespace | Daniel Micay | -4/+4 |
| 2013-03-29 | Add AbiSet and integrate it into the AST. | Niko Matsakis | -4/+4 |
| 2013-03-29 | librustc: Remove `fail_unless!` | Patrick Walton | -46/+46 |
| 2013-03-29 | auto merge of #5570 : alexcrichton/rust/fix-unused-imports, r=sanxiyn | bors | -1/+9 |