| Age | Commit message (Expand) | Author | Lines |
| 2013-03-20 | add stage3 markers where necessary for dist-snap | Graydon Hoare | -0/+8 |
| 2013-03-20 | core: add Reader, Writer, ReaderUtil, WriterUtil to prelude. Close #4182. | Graydon Hoare | -28/+31 |
| 2013-03-20 | testsuite: Add test for #4210 | Tim Chevalier | -0/+17 |
| 2013-03-20 | add assert_eq! macro | John Clements | -0/+28 |
| 2013-03-20 | auto merge of #5445 : nikomatsakis/rust/issue-3678-refactor-trans_call, r=gra... | bors | -34/+26 |
| 2013-03-20 | auto merge of #5450 : pcwalton/rust/warnings, r=graydon | bors | -3/+10 |
| 2013-03-20 | librustc: Remove debug code and add scary warnings for rusti/rustpkg | Patrick Walton | -3/+10 |
| 2013-03-20 | core: add str::each{,i}_reverse | Erick Tryzelaar | -89/+221 |
| 2013-03-20 | core: add char_len method | Erick Tryzelaar | -1/+5 |
| 2013-03-20 | core: add char_at_reverse | Erick Tryzelaar | -1/+34 |
| 2013-03-20 | auto merge of #5434 : apasel422/rust/deriving, r=nikomatsakis | bors | -1271/+1358 |
| 2013-03-20 | auto merge of #5435 : nikomatsakis/rust/issue-4846-refactor-self_info, r=niko... | bors | -86/+53 |
| 2013-03-20 | Apply explicit self transformation before we enter check_fn | Niko Matsakis | -50/+21 |
| 2013-03-20 | Refactor the self-info so that the def-id is carried in ty_self() | Niko Matsakis | -38/+34 |
| 2013-03-20 | auto merge of #5443 : alexcrichton/rust/less-bad-copy, r=catamorphism | bors | -472/+469 |
| 2013-03-19 | auto merge of #5432 : ILyoan/rust/arm_use_ndk_rebase, r=sanxiyn | bors | -26/+73 |
| 2013-03-20 | rustc: Remove some bad copies throughout | Alex Crichton | -404/+400 |
| 2013-03-19 | auto merge of #5442 : pcwalton/rust/extern-block-restriction, r=pcwalton | bors | -188/+411 |
| 2013-03-19 | test: Fix test. rs=test | Patrick Walton | -1/+1 |
| 2013-03-20 | syntax: Removing some bad copies | Alex Crichton | -68/+69 |
| 2013-03-19 | libcore: Make a couple of constructors public. rs=testfixing | Patrick Walton | -3/+3 |
| 2013-03-19 | core: rename vec::rev_each{,i} to vec::each{,i}_reverse | Erick Tryzelaar | -14/+37 |
| 2013-03-19 | auto merge of #5410 : luqmana/rust/cfg-and, r=graydon | bors | -14/+65 |
| 2013-03-19 | libsyntax: Forbid `use` (and most other things) within `extern { ... }` blocks | Patrick Walton | -69/+58 |
| 2013-03-19 | auto merge of #5350 : yichoi/rust/pull-0313-2, r=graydon,pcwalton | bors | -38/+38 |
| 2013-03-19 | Mark cfg test xfail-fast since check-fast doesn't understand compile-flags. | Luqman Aden | -0/+1 |
| 2013-03-19 | compiletest: Make pretty tests actually use compile-flags. | Luqman Aden | -2/+3 |
| 2013-03-19 | Fix pretty printing for cfg test. | Luqman Aden | -4/+7 |
| 2013-03-19 | syntax: split deriving module into submodules for each trait | Andrew Paseltiner | -977/+1062 |
| 2013-03-19 | auto merge of #5436 : alexcrichton/rust/assert-message, r=pcwalton | bors | -0/+20 |
| 2013-03-19 | syntax: move ext/deriving.rs to ext/deriving/mod.rs | Andrew Paseltiner | -0/+2 |
| 2013-03-19 | libsyntax: Accept the new `[T, ..N]` style for vec. | Patrick Walton | -4/+20 |
| 2013-03-19 | libsyntax: Accept `static` instead of `const` for globals | Patrick Walton | -6/+24 |
| 2013-03-19 | Update run-pass/cfg-on-items.rs | Luqman Aden | -1/+1 |
| 2013-03-19 | auto merge of #5428 : thestinger/rust/tutorial, r=catamorphism | bors | -130/+160 |
| 2013-03-19 | librustc: Enforce privacy for static methods. | Patrick Walton | -106/+306 |
| 2013-03-19 | rewrite the tutorial section on boxes | Daniel Micay | -130/+160 |
| 2013-03-19 | Tests for cfg attribute. | Luqman Aden | -0/+45 |
| 2013-03-19 | librustc: adjust logic for cfg attribute and add not predicate. | Luqman Aden | -12/+13 |
| 2013-03-19 | auto merge of #5426 : nikomatsakis/rust/issue-4846-lifetimes-in-expl-self, r=... | bors | -55/+166 |
| 2013-03-19 | auto merge of #5356 : jld/rust/enum-less-magic, r=graydon | bors | -38/+74 |
| 2013-03-19 | Refactor trans_call to separate out the translation of the arguments, environ... | Niko Matsakis | -34/+26 |
| 2013-03-19 | Allow custom messages on assert statements | Alex Crichton | -0/+20 |
| 2013-03-19 | auto merge of #5433 : lucab/rust/lucab/cfgspec, r=graydon | bors | -8/+24 |
| 2013-03-19 | auto merge of #5112 : luqmana/rust/3469, r=graydon | bors | -29/+115 |
| 2013-03-19 | Make driver::driver::parse_cfgspecs parse any variety of meta_item | Luca Bruno | -8/+24 |
| 2013-03-19 | Rewrite arm/ccall.s | ILyoan | -15/+10 |
| 2013-03-19 | Use NDK for building android target objects | ILyoan | -11/+57 |
| 2013-03-19 | Enable arm error handling abi 2 | ILyoan | -2/+3 |
| 2013-03-19 | Enable arm error handling abi | ILyoan | -0/+5 |