| Age | Commit message (Expand) | Author | Lines |
| 2013-03-11 | Implement vector destructuring from tail | Seo Sanghyeon | -14/+21 |
| 2013-03-09 | Remove @ast::Region and replace with @ast::Lifetime. | Niko Matsakis | -24/+21 |
| 2013-03-08 | test: Removing dvec uses | Alex Crichton | -4/+2 |
| 2013-03-07 | test: Fix tests. | Patrick Walton | -96/+137 |
| 2013-03-07 | librustc: Convert all uses of `assert` over to `fail_unless!` | Patrick Walton | -46/+46 |
| 2013-03-07 | librustc: Remove "extern mod { ... }" from librustc, librustdoc, and tests. r... | Patrick Walton | -20/+30 |
| 2013-03-07 | Permit casting region pointers to unsafe ones. | Josh Matthews | -0/+45 |
| 2013-03-06 | fix test to not use fn expr | Niko Matsakis | -1/+2 |
| 2013-03-06 | Improve error messages when illegal lifetimes are used | Niko Matsakis | -8/+8 |
| 2013-03-06 | Add manual &self/ and &static/ and /&self declarations that | Niko Matsakis | -129/+112 |
| 2013-03-06 | Make object types not implement associated trait. Fixes #5087. | Niko Matsakis | -37/+16 |
| 2013-03-06 | Fix bug in coherence that causes all cross-crate impls to be regarded as | Niko Matsakis | -0/+83 |
| 2013-03-05 | auto merge of #5234 : pcwalton/rust/equiv, r=pcwalton | bors | -6/+9 |
| 2013-03-05 | libsyntax: Separate multiple inherited traits with `+` | Patrick Walton | -6/+9 |
| 2013-03-05 | auto merge of #5231 : jbclements/rust/better-macro-error-message, r=graydon | bors | -0/+17 |
| 2013-03-05 | Update region inference for traits so that a method with | Niko Matsakis | -1/+1 |
| 2013-03-04 | added test case for macros with separators error message | John Clements | -0/+17 |
| 2013-03-04 | Remove unused imports throughout src/ | Alex Crichton | -13/+0 |
| 2013-03-02 | test: Remove `fn@`, `fn~`, and `fn&` from the test suite. rs=defun | Patrick Walton | -100/+113 |
| 2013-03-02 | librustc: Forbid chained imports and fix the logic for one-level renaming imp... | Patrick Walton | -15/+15 |
| 2013-03-02 | auto merge of #5137 : yjh0502/rust/empty_struct, r=nikomatsakis | bors | -190/+23 |
| 2013-03-02 | Remove REC, change related tests/docs | Jihyun Yu | -190/+23 |
| 2013-03-01 | Rename core::private to core::unstable. #4743 | Brian Anderson | -1/+1 |
| 2013-02-28 | Remove legacy object creation mode, and convert remaining uses of it | Niko Matsakis | -17/+17 |
| 2013-02-28 | Fix leaking immediate children and types via glob imports | Alex Crichton | -3/+3 |
| 2013-02-28 | Fix leaking non-public 'use' statements with glob imports | Alex Crichton | -0/+39 |
| 2013-02-28 | librustc: Enforce cross-crate method privacy | Patrick Walton | -3/+1 |
| 2013-02-28 | librustc: Make methods private if the impl is private | Patrick Walton | -0/+15 |
| 2013-02-28 | librustc: Mark all type implementations public. rs=impl-publicity | Patrick Walton | -19/+19 |
| 2013-02-27 | auto merge of #5155 : bstrie/rust/dedrop, r=pcwalton | bors | -1/+4 |
| 2013-02-27 | Turn old `drop` blocks into `Drop` traits | Ben Striegel | -1/+4 |
| 2013-02-27 | testsuite: Update and un-xfail #3601 test | Tim Chevalier | -8/+8 |
| 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 | -2/+2 |
| 2013-02-27 | libsyntax: Forbid `~mut` and `~const`. rs=demuting | Patrick Walton | -19/+0 |
| 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 | 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 | -40/+6 |
| 2013-02-25 | auto merge of #5084 : oncemoreification/rust/issue-4517, r=brson | bors | -1/+7 |
| 2013-02-25 | Report error for non constant vector repeat count | Jeong YunWon | -0/+16 |
| 2013-02-23 | Fix slice printing | oncemoreification | -1/+1 |
| 2013-02-22 | test: De-mut the test suite. rs=demuting | Patrick Walton | -232/+69 |
| 2013-02-22 | auto merge of #5081 : brson/rust/pipes, r=pcwalton | bors | -2/+2 |
| 2013-02-22 | Fix vector syntax in error messages | oncemoreification | -1/+7 |
| 2013-02-21 | core: Extract comm from pipes. #4742 | Brian Anderson | -2/+2 |