| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2013-03-18 | librustc: Convert all uses of old lifetime notation to new lifetime notation.... | Patrick Walton | -126/+126 |
| 2013-03-18 | Make &self permit explicit lifetimes, but don't really use them | Niko Matsakis | -0/+21 |
| 2013-03-18 | auto merge of #5420 : boggle/rust/sudoku-with-traits, r=graydon | bors | -106/+201 |
| 2013-03-18 | Refactored sudoku benchmark to use traits and added some tests | Stefan Plantikow | -106/+201 |
| 2013-03-15 | Clonify some of run-pass | Ben Striegel | -61/+64 |
| 2013-03-14 | auto merge of #5366 : tedhorst/rust/threadring, r=brson | bors | -0/+74 |
| 2013-03-14 | auto merge of #5365 : thestinger/rust/map, r=catamorphism | bors | -0/+4 |
| 2013-03-14 | test: Remove deprecated features from benchmark tests. rs=burningtree | Patrick Walton | -7/+15 |
| 2013-03-13 | test: Fix tests. rs=tests | Patrick Walton | -75/+83 |
| 2013-03-13 | test: Some test fixes | Patrick Walton | -19/+19 |
| 2013-03-13 | librustc: Remove implicit self from the language, except for old-style drop b... | Patrick Walton | -343/+322 |
| 2013-03-13 | librustc: Don't accept `as Trait` anymore; fix all occurrences of it. | Patrick Walton | -35/+35 |
| 2013-03-13 | reinstate test/bench/shootout-threadring.rs | Ted Horst | -0/+74 |
| 2013-03-13 | add the mutate_values method to the Map trait | Daniel Micay | -0/+4 |
| 2013-03-13 | Remove `++` mode from the compiler (it is parsed as `+` mode) | Niko Matsakis | -48/+31 |
| 2013-03-13 | Revamp foreign code not to consider the Rust modes. This requires | Niko Matsakis | -0/+149 |
| 2013-03-13 | auto merge of #5319 : brson/rust/debuginfo, r=brson | bors | -14/+79 |
| 2013-03-13 | auto merge of #5293 : brson/rust/logging, r=brson | bors | -568/+538 |
| 2013-03-13 | Represent enums with regular structs; no more alignment-breaking casts. | Jed Davis | -0/+26 |
| 2013-03-12 | auto merge of #5320 : apasel422/rust/metaderive, r=graydon | bors | -0/+89 |
| 2013-03-12 | syntax: implement #[deriving] meta-attribute | Andrew Paseltiner | -0/+89 |
| 2013-03-12 | auto merge of #5328 : bstrie/rust/optadd, r=graydon | bors | -0/+27 |