| Age | Commit message (Expand) | Author | Lines |
| 2013-02-28 | librustc: Mark all type implementations public. rs=impl-publicity | Patrick Walton | -70/+70 |
| 2013-02-27 | auto merge of #5155 : bstrie/rust/dedrop, r=pcwalton | bors | -6/+24 |
| 2013-02-27 | Turn old `drop` blocks into `Drop` traits | Ben Striegel | -6/+24 |
| 2013-02-27 | testsuite: Update and un-xfail #3601 test | Tim Chevalier | -8/+8 |
| 2013-02-27 | auto merge of #5145 : Kimundi/rust/incoming, r=catamorphism | bors | -0/+24 |
| 2013-02-27 | auto merge of #5070 : youknowone/rust/struct-match2, r=nikomatsakis | bors | -3/+2 |
| 2013-02-28 | Fix reversed current/expected type | Jeong YunWon | -3/+2 |
| 2013-02-27 | librustc: Forbid `pub` or `priv` before trait implementations | Patrick Walton | -76/+76 |
| 2013-02-27 | libsyntax: Forbid mutable vectors. rs=demuting | Patrick Walton | -4/+2 |
| 2013-02-27 | libsyntax: Forbid `~mut` and `~const`. rs=demuting | Patrick Walton | -19/+0 |
| 2013-02-27 | Added ToStr implementations for &[T] and @[T] | Marvin Löbel | -0/+24 |
| 2013-02-27 | auto merge of #5118 : youknowone/rust/match-guard, r=nikomatsakis | bors | -0/+14 |
| 2013-02-26 | Adjust error messages for compile-fail tests. | Luqman Aden | -9/+9 |
| 2013-02-26 | Fix using the #[]-style attribute for unused imports | Alex Crichton | -1/+6 |
| 2013-02-26 | Don't warn about 'pub use' statements | Alex Crichton | -0/+3 |
| 2013-02-26 | auto merge of #5119 : Kimundi/rust/incoming, r=catamorphism | bors | -5/+5 |
| 2013-02-26 | bench: Fix botched option dances. rs=demuting | Patrick Walton | -13/+16 |
| 2013-02-26 | Removed deprecated `str()` functions in int-template.rs and uint-template.rs | Marvin Löbel | -5/+5 |
| 2013-02-26 | Add non-exhaustive check for match guards | Jeong YunWon | -0/+14 |
| 2013-02-26 | test: De-[mut] (remove all mutable arrays from) the tests. rs=demuting | Patrick Walton | -256/+25 |
| 2013-02-26 | test: De-~mut the test suite. rs=demuting | Patrick Walton | -122/+68 |
| 2013-02-26 | librustc: Implement a lint mode for mutable structures; deny by default. r=tjc | Patrick Walton | -36/+33 |
| 2013-02-25 | auto merge of #5109 : bstrie/rust/decapclause, r=pcwalton | bors | -15/+0 |
| 2013-02-25 | auto merge of #5084 : oncemoreification/rust/issue-4517, r=brson | bors | -1/+7 |
| 2013-02-25 | Stop parsing capture clauses | Ben Striegel | -15/+0 |
| 2013-02-25 | auto merge of #5072 : youknowone/rust/repeat_count, r=brson | bors | -0/+16 |
| 2013-02-25 | Revert "test: De-~mut the test suite. rs=demuting" | Patrick Walton | -67/+121 |
| 2013-02-25 | test: De-~mut the test suite. rs=demuting | Patrick Walton | -121/+67 |
| 2013-02-25 | test: Residual de-muting of the test suite. rs=demuting | Patrick Walton | -186/+174 |
| 2013-02-24 | test: xfail-pretty some benchmarks. rs=burningtree | Patrick Walton | -0/+8 |
| 2013-02-25 | Report error for non constant vector repeat count | Jeong YunWon | -0/+16 |
| 2013-02-23 | test: Fix comments in pretty-printed test. rs=burningtree | Patrick Walton | -2/+2 |
| 2013-02-23 | Fix slice printing | oncemoreification | -1/+1 |
| 2013-02-22 | test: De-mut the test suite. rs=demuting | Patrick Walton | -450/+311 |
| 2013-02-22 | Remove legacy_modes from test cases | Brian Anderson | -98/+64 |
| 2013-02-22 | auto merge of #5081 : brson/rust/pipes, r=pcwalton | bors | -125/+116 |
| 2013-02-22 | Fix vector syntax in error messages | oncemoreification | -1/+7 |
| 2013-02-21 | core: Extract comm from pipes. #4742 | Brian Anderson | -125/+116 |
| 2013-02-21 | Remove the last bits of structural records from tests/rustc/rusti/rustpkg. | Luqman Aden | -145/+93 |
| 2013-02-21 | auto merge of #5068 : sethpink/rust/derive-eq-tuple-struct, r=catamorphism | bors | -0/+43 |
| 2013-02-21 | auto merge of #5069 : pcwalton/rust/plussing-2, r=pcwalton | bors | -3/+3 |
| 2013-02-21 | librustc: Separate the rest of the trait bounds with `+` and stop parsing spa... | Patrick Walton | -3/+3 |
| 2013-02-20 | auto merge of #5065 : catamorphism/rust/issue-3453, r=catamorphism | bors | -0/+16 |
| 2013-02-21 | Implement #[deriving_eq] on tuple like structs | Seth Pink | -0/+43 |
| 2013-02-20 | auto merge of #5063 : pcwalton/rust/plussing, r=pcwalton | bors | -197/+197 |
| 2013-02-20 | librustc: Separate most trait bounds with '+'. rs=plussing | Patrick Walton | -197/+197 |
| 2013-02-20 | auto merge of #5058 : Thiez/rust/incoming, r=catamorphism | bors | -1/+1 |
| 2013-02-20 | rustc: Use position method in check::method | Tim Chevalier | -0/+16 |
| 2013-02-20 | auto merge of #5043 : brson/rust/swap, r=brson | bors | -0/+45 |
| 2013-02-20 | Don't perform swap when src == dst. #5041 | Brian Anderson | -0/+45 |