| Age | Commit message (Expand) | Author | Lines |
| 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 | -3/+3 |
| 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 | librustc: Enforce privacy for static methods. | Patrick Walton | -106/+306 |
| 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 | 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 |
| 2013-03-18 | Add tests for const exprs in fixed vec length type and vec repeat. | Luqman Aden | -0/+71 |
| 2013-03-18 | Fix pretty printer for fixed length vectors. | Luqman Aden | -4/+3 |
| 2013-03-18 | Allow expressions that are not just a single value for repeated fixed length ... | Luqman Aden | -2/+2 |
| 2013-03-18 | Now actually allow using constants in those constant expressions for [T * n]. | Luqman Aden | -4/+12 |
| 2013-03-18 | Allow constant expressions in [Type * n]. | Luqman Aden | -24/+32 |
| 2013-03-18 | librustc: Make the compiler ignore purity. | Patrick Walton | -482/+352 |
| 2013-03-18 | libsyntax: Stop parsing old lifetimes, except for the ones on data type decla... | Patrick Walton | -38/+51 |
| 2013-03-18 | librustc: Convert all uses of old lifetime notation to new lifetime notation.... | Patrick Walton | -501/+523 |
| 2013-03-18 | Update rust.vim | Luqman Aden | -2/+2 |
| 2013-03-18 | core: Initialize global state lazily in the Scheduler ctor | Brian Anderson | -14/+20 |
| 2013-03-18 | Add a way to run the test suite with the new scheduler | Brian Anderson | -22/+95 |
| 2013-03-18 | core: Refactor uv bindings | Brian Anderson | -483/+535 |
| 2013-03-18 | core: Begin uv file system bindings | Brian Anderson | -0/+36 |
| 2013-03-18 | core: Add rt::io and start sketching the API | Brian Anderson | -0/+92 |
| 2013-03-18 | core: Rename rt::io to rt::rtio | Brian Anderson | -6/+4 |
| 2013-03-18 | core: Convert some multiline statements to single-line | Brian Anderson | -135/+67 |
| 2013-03-18 | core: Simplify uvll bindings and strip out currently-unused bits | Brian Anderson | -1788/+372 |
| 2013-03-18 | core: Don't use printf in rtdebug! | Brian Anderson | -10/+4 |
| 2013-03-18 | Give core::rt and std::net their own uvll bindings | Brian Anderson | -19/+1957 |
| 2013-03-18 | core: Cleanup rt::context | Brian Anderson | -17/+35 |
| 2013-03-18 | Make &self permit explicit lifetimes, but don't really use them | Niko Matsakis | -55/+166 |