| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2013-03-28 | Removing unused imports | Alex Crichton | -2/+2 |
| 2013-03-28 | Fix warning about unused imports in import lists | Alex Crichton | -1/+9 |
| 2013-03-28 | testsuite: Update and un-xfail test for #4335 | Tim Chevalier | -3/+2 |
| 2013-03-28 | auto merge of #5596 : luqmana/rust/unit-struct, r=catamorphism | bors | -1/+17 |
| 2013-03-27 | auto merge of #5579 : dbaupp/rust/rustc-typo-limit, r=catamorphism | bors | -0/+13 |
| 2013-03-27 | libsyntax: error on struct Foo {}. | Luqman Aden | -1/+17 |
| 2013-03-27 | testsuite: Add various test cases | Tim Chevalier | -13/+110 |
| 2013-03-28 | librustc: Limit the typo suggestions to reasonable suggests. | Huon Wilson | -0/+13 |
| 2013-03-26 | test: Fix botched error message in compile-fail test | Patrick Walton | -1/+1 |
| 2013-03-26 | test: Fix tests | Patrick Walton | -4/+5 |
| 2013-03-26 | librustc: Modify all code to use new lifetime binder syntax | Patrick Walton | -156/+85 |
| 2013-03-26 | librustc: Remove all uses of the old `[T * N]` fixed-length vector syntax | Patrick Walton | -5/+5 |
| 2013-03-26 | libcore: Change `[const T]` to `const [T]` everywhere | Patrick Walton | -88/+3 |
| 2013-03-26 | option: rm functions that duplicate methods | Daniel Micay | -9/+9 |
| 2013-03-26 | test: Remove uses of oldmap::HashMap | Alex Crichton | -7/+7 |
| 2013-03-22 | test: Add lifetime binders and new-style lifetime parameters to the test suite | Patrick Walton | -35/+35 |
| 2013-03-22 | librustc: Remove the `const` declaration form everywhere | Patrick Walton | -20/+20 |
| 2013-03-22 | auto merge of #5488 : pcwalton/rust/depure, r=pcwalton | bors | -21/+21 |
| 2013-03-22 | test: Remove `pure` from the test suite | Patrick Walton | -17/+17 |
| 2013-03-22 | test: Fix test. rs=test | Patrick Walton | -1/+1 |
| 2013-03-22 | auto merge of #5483 : pcwalton/rust/static-syntax, r=graydon | bors | -9/+9 |
| 2013-03-22 | librustc: Remove all uses of `static` from functions. rs=destatic | Patrick Walton | -5/+5 |
| 2013-03-22 | syntax: make old `#[deriving_foo]` attribute obsolete | Andrew Paseltiner | -0/+17 |
| 2013-03-21 | auto merge of #5480 : pcwalton/rust/at-const, r=pcwalton | bors | -244/+30 |