| Age | Commit message (Expand) | Author | Lines |
| 2013-03-23 | turn std::oldmap into a wrapper around LinearMap | Daniel Micay | -5/+3 |
| 2013-03-22 | test: Add lifetime binders and new-style lifetime parameters to the test suite | Patrick Walton | -47/+47 |
| 2013-03-22 | librustc: Remove the `const` declaration form everywhere | Patrick Walton | -153/+152 |
| 2013-03-22 | libsyntax: Stop parsing `pure` and `static` | Patrick Walton | -2/+2 |
| 2013-03-22 | auto merge of #5488 : pcwalton/rust/depure, r=pcwalton | bors | -193/+188 |
| 2013-03-22 | test: Remove `pure` from the test suite | Patrick Walton | -158/+153 |
| 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 | -16/+16 |
| 2013-03-22 | librustc: Remove all uses of `static` from functions. rs=destatic | Patrick Walton | -50/+50 |
| 2013-03-22 | syntax: make old `#[deriving_foo]` attribute obsolete | Andrew Paseltiner | -0/+17 |
| 2013-03-22 | test: replace uses of old deriving attribute with new one | Andrew Paseltiner | -27/+27 |
| 2013-03-21 | auto merge of #5480 : pcwalton/rust/at-const, r=pcwalton | bors | -262/+91 |
| 2013-03-21 | auto merge of #5479 : Kimundi/rust/str-dealloc, r=z0w0 | bors | -1/+2 |
| 2013-03-21 | librustc: Replace the `&static` bound with `'static` | Patrick Walton | -16/+16 |
| 2013-03-21 | libsyntax: Remove `@const` from the language | Patrick Walton | -239/+0 |
| 2013-03-21 | librustc: Forbid destructors from being attached to any structs that might co... | Patrick Walton | -23/+91 |
| 2013-03-21 | auto merge of #5476 : thestinger/rust/bench, r=graydon | bors | -247/+86 |
| 2013-03-21 | auto merge of #5407 : jbclements/rust/add-assert-eq-macro, r=jbclements | bors | -0/+18 |
| 2013-03-21 | Un-renamed trim and substr functions. | Marvin Löbel | -1/+1 |
| 2013-03-21 | Switched over substr and trim functions in str to be non-allocating, temporar... | Marvin Löbel | -1/+2 |
| 2013-03-21 | replace the core-map benchmark | Daniel Micay | -247/+86 |
| 2013-03-21 | auto merge of #5461 : catamorphism/rust/flagless, r=nikomatsakis | bors | -8/+35 |
| 2013-03-21 | librustc: Forbid access to cross-crate private static methods | Patrick Walton | -0/+19 |
| 2013-03-21 | auto merge of #5464 : luqmana/rust/const-pat, r=pcwalton | bors | -0/+22 |
| 2013-03-21 | auto merge of #5466 : Kimundi/rust/view-slice-rename, r=bstrie | bors | -1/+1 |
| 2013-03-21 | back-renamed slice_DBG_BRWD, slice_V_DBG_BRWD -> slice, slice_DBG_UNIQ -> sli... | Marvin Löbel | -1/+1 |
| 2013-03-21 | test: XFAIL test issue-4120 due to Valgrind complaints. | Patrick Walton | -0/+4 |
| 2013-03-21 | Test for cross-crate const in match pattern. | Luqman Aden | -0/+22 |
| 2013-03-20 | Make typechecker compositional | Tim Chevalier | -8/+35 |
| 2013-03-21 | renamed str::view -> slice_DBG_BRWD | Marvin Löbel | -1/+1 |
| 2013-03-20 | testsuite: Add test for #4210 | Tim Chevalier | -0/+17 |
| 2013-03-20 | add assert_eq! macro | John Clements | -0/+18 |
| 2013-03-19 | auto merge of #5442 : pcwalton/rust/extern-block-restriction, r=pcwalton | bors | -33/+30 |
| 2013-03-19 | test: Fix test. rs=test | Patrick Walton | -1/+1 |
| 2013-03-19 | auto merge of #5410 : luqmana/rust/cfg-and, r=graydon | bors | -0/+49 |
| 2013-03-19 | libsyntax: Forbid `use` (and most other things) within `extern { ... }` blocks | Patrick Walton | -32/+0 |
| 2013-03-19 | Mark cfg test xfail-fast since check-fast doesn't understand compile-flags. | Luqman Aden | -0/+1 |
| 2013-03-19 | Fix pretty printing for cfg test. | Luqman Aden | -4/+7 |
| 2013-03-19 | auto merge of #5436 : alexcrichton/rust/assert-message, r=pcwalton | bors | -0/+15 |
| 2013-03-19 | libsyntax: Accept the new `[T, ..N]` style for vec. | Patrick Walton | -0/+10 |
| 2013-03-19 | libsyntax: Accept `static` instead of `const` for globals | Patrick Walton | -0/+8 |
| 2013-03-19 | Update run-pass/cfg-on-items.rs | Luqman Aden | -1/+1 |
| 2013-03-19 | librustc: Enforce privacy for static methods. | Patrick Walton | -0/+11 |
| 2013-03-19 | Tests for cfg attribute. | Luqman Aden | -0/+45 |
| 2013-03-19 | auto merge of #5426 : nikomatsakis/rust/issue-4846-lifetimes-in-expl-self, r=... | bors | -0/+21 |
| 2013-03-19 | auto merge of #5356 : jld/rust/enum-less-magic, r=graydon | bors | -0/+26 |
| 2013-03-19 | Allow custom messages on assert statements | Alex Crichton | -0/+15 |
| 2013-03-18 | Add tests for const exprs in fixed vec length type and vec repeat. | Luqman Aden | -0/+71 |
| 2013-03-18 | librustc: Make the compiler ignore purity. | Patrick Walton | -269/+11 |
| 2013-03-18 | libsyntax: Stop parsing old lifetimes, except for the ones on data type decla... | Patrick Walton | -10/+13 |