| Age | Commit message (Expand) | Author | Lines |
| 2014-01-18 | auto merge of #11629 : brson/rust/whattayaknowitsmoreandroidfixes, r=cmr | bors | -0/+2 |
| 2014-01-18 | auto merge of #11622 : bjz/rust/simplify-primitive-trait, r=brson | bors | -84/+31 |
| 2014-01-18 | auto merge of #11605 : alexcrichton/rust/issue-9582, r=brson | bors | -3/+17 |
| 2014-01-17 | auto merge of #11001 : DaGenix/rust/iter-renaming, r=alexcrichton | bors | -477/+476 |
| 2014-01-17 | Move macro-crate to run-pass-fulldeps and force-host the aux build | Brian Anderson | -0/+2 |
| 2014-01-17 | xfail shootout-reverse-complement on android | Brian Anderson | -0/+2 |
| 2014-01-18 | Rename iterators for consistency | Palmer Cox | -477/+476 |
| 2014-01-17 | auto merge of #11086 : metajack/rust/rustpkg-new-crateid-syntax, r=cmr | bors | -45/+20 |
| 2014-01-17 | auto merge of #11503 : FlaPer87/rust/master, r=huonw | bors | -52/+80 |
| 2014-01-17 | auto merge of #11497 : huonw/rust/trie-internal-iter, r=alexcrichton | bors | -52/+119 |
| 2014-01-17 | auto merge of #11618 : alexcrichton/rust/force-host, r=brson | bors | -3/+42 |
| 2014-01-18 | std::trie: use unsafe code to give a 3x speed up to the iterator. | Huon Wilson | -39/+118 |
| 2014-01-18 | std::trie: remove each_{key,value}_reverse internal iterators. | Huon Wilson | -13/+1 |
| 2014-01-18 | Add FIXME comments regarding issue #11526. | Brendan Zabarauskas | -0/+22 |
| 2014-01-18 | Simplify std::num::Primitive trait definition | Brendan Zabarauskas | -84/+9 |
| 2014-01-17 | Warning police. | Jack Moffitt | -16/+1 |
| 2014-01-17 | Change some rustpkg tests to use new crate_id syntax. | Jack Moffitt | -3/+5 |
| 2014-01-17 | Use the libsyntax PkgId parser in Rustpkg, but keep Rustpkg's version smarts. | Jack Moffitt | -26/+14 |
| 2014-01-17 | auto merge of #11604 : alexcrichton/rust/issue-11162, r=brson | bors | -4/+7 |
| 2014-01-17 | auto merge of #11598 : alexcrichton/rust/io-export, r=brson | bors | -151/+182 |
| 2014-01-17 | test: Add the ability to force a host target | Alex Crichton | -3/+42 |
| 2014-01-17 | Tweak the interface of std::io | Alex Crichton | -151/+182 |
| 2014-01-17 | auto merge of #11585 : nikomatsakis/rust/issue-3511-rvalue-lifetimes, r=pcwalton | bors | -3729/+5039 |
| 2014-01-17 | Adjust comments in test case | Niko Matsakis | -4/+3 |
| 2014-01-17 | Update years on more license headers | Niko Matsakis | -9/+9 |
| 2014-01-17 | Update year on license header | Niko Matsakis | -1/+1 |
| 2014-01-17 | Add a generic power function | Flavio Percoco | -52/+80 |
| 2014-01-17 | auto merge of #11479 : khodzha/rust/peekable_empty, r=brson | bors | -1/+15 |
| 2014-01-17 | Change expansion of `for` loop to use a `match` statement | Niko Matsakis | -18/+82 |
| 2014-01-17 | Extend temporary lifetimes if there is a ref in an enum binding | Niko Matsakis | -0/+2 |
| 2014-01-17 | Link lifetimes in `let` patterns just as we do for `match` patterns | Niko Matsakis | -3/+72 |
| 2014-01-17 | auto merge of #11601 : dguenther/rust/fix_test_summary, r=brson | bors | -10/+18 |
| 2014-01-17 | auto merge of #11498 : c-a/rust/optimize_vuint_at, r=alexcrichton | bors | -23/+79 |
| 2014-01-17 | Make main() public in uninit-empty-types | Niko Matsakis | -1/+1 |
| 2014-01-17 | syntax::ast: Remove/Recover tests | klutzy | -123/+34 |
| 2014-01-17 | rustc::metadata: Remove trait FileSearch | klutzy | -114/+98 |
| 2014-01-17 | rustc::driver: Capitalize structs and enums | klutzy | -60/+55 |
| 2014-01-16 | auto merge of #11151 : sfackler/rust/ext-crate, r=alexcrichton | bors | -205/+873 |
| 2014-01-16 | Distinguish zero-size types from those that we return as void | Niko Matsakis | -20/+34 |
| 2014-01-16 | Fix uninit() intrinsic when used with empty types | Niko Matsakis | -1/+25 |
| 2014-01-16 | Fix test to account for new temporary lifetime rules, which cause the channel... | Niko Matsakis | -1/+1 |
| 2014-01-16 | Load macros from external modules | Steven Fackler | -205/+873 |
| 2014-01-16 | Further refine treatment of voidish arrays | Niko Matsakis | -4/+2 |
| 2014-01-16 | Forbid coercing unsafe functions to closures | Alex Crichton | -3/+17 |
| 2014-01-16 | Don't run 'ar s' on OSX | Alex Crichton | -4/+7 |
| 2014-01-16 | Consider all zero-sized data structures to be voidish, bypassing some "quirky... | Niko Matsakis | -32/+37 |
| 2014-01-16 | auto merge of #11571 : derekchiang/rust/fix-task-docs, r=alexcrichton | bors | -7/+6 |
| 2014-01-16 | auto merge of #11599 : sanxiyn/rust/accurate-span-3, r=luqmana | bors | -2/+2 |
| 2014-01-16 | Update test run summary | Derek Guenther | -10/+18 |
| 2014-01-16 | auto merge of #11597 : sfackler/rust/err-enums, r=alexcrichton | bors | -14/+47 |