| Age | Commit message (Expand) | Author | Lines |
| 2014-02-14 | Register new snapshots | Alex Crichton | -10/+0 |
| 2014-02-14 | Test fixes and rebase conflicts from rollups | Alex Crichton | -1/+7 |
| 2014-02-14 | Expand ItemDecorator extensions in all contexts | Steven Fackler | -0/+19 |
| 2014-02-14 | Add test for #8860 | Edward Wang | -0/+60 |
| 2014-02-14 | Ensure an error is raised on infinite recursion | Flavio Percoco | -0/+24 |
| 2014-02-14 | extra: Capture stdout/stderr of tests by default | Alex Crichton | -0/+2 |
| 2014-02-14 | Refactored ast_map and friends, mainly to have Paths without storing them. | Eduard Burtescu | -4/+4 |
| 2014-02-13 | auto merge of #12061 : pongad/rust/delorderable, r=cmr | bors | -2/+2 |
| 2014-02-13 | Removed num::Orderable | Michael Darakananda | -2/+2 |
| 2014-02-13 | auto merge of #12017 : FlaPer87/rust/replace-mod-crate, r=alexcrichton | bors | -5/+42 |
| 2014-02-13 | Lift $dst outside the closure in write! | Alex Crichton | -0/+28 |
| 2014-02-13 | Resolve type variables when checking casting to char | Seo Sanghyeon | -0/+13 |
| 2014-02-13 | Stop unloading syntax libraries | Steven Fackler | -0/+56 |
| 2014-02-13 | Remove obsolete warnings for `extern mod` | Flavio Percoco | -5/+0 |
| 2014-02-13 | Replace `extern mod` with `extern crate` | Flavio Percoco | -0/+42 |
| 2014-02-12 | auto merge of #12165 : fhahn/rust/change-some-tests, r=alexcrichton | bors | -61/+23 |
| 2014-02-12 | Ignore another fourcc test on cross compiles | Alex Crichton | -1/+1 |
| 2014-02-12 | Reenable some ignored test cases | Florian Hahn | -61/+23 |
| 2014-02-12 | Removed ty_type (previously used to represent *tydesc). | Eduard Burtescu | -1/+0 |
| 2014-02-12 | auto merge of #12190 : alexcrichton/rust/fix-snap-again, r=brson | bors | -5/+5 |
| 2014-02-11 | auto merge of #12185 : nikomatsakis/rust/issue-12033-tweak-test, r=alexchrichton | bors | -3/+4 |
| 2014-02-11 | Rewrite channels yet again for upgradeability | Alex Crichton | -29/+29 |
| 2014-02-11 | test -- add new tests specifically examining closure borrows | Niko Matsakis | -0/+296 |
| 2014-02-11 | test -- update tests with new error messages | Niko Matsakis | -85/+92 |
| 2014-02-11 | remove antiquated reflect test rather than bring it up to date | Niko Matsakis | -627/+0 |
| 2014-02-11 | Add ignore-cross-compile directive for compiletest | Alex Crichton | -5/+5 |
| 2014-02-11 | Change `xfail` directives in compiletests to `ignore`, closes #11363 | Florian Hahn | -1119/+1131 |
| 2014-02-11 | Tweak test name and make it more specific | Niko Matsakis | -3/+4 |
| 2014-02-11 | auto merge of #12154 : pnkfelix/rust/fsk-factor-bigint-and-rat-out-of-libextr... | bors | -2/+2 |
| 2014-02-11 | auto merge of #12175 : sfackler/rust/phase-use-ignored, r=alexcrichton | bors | -0/+19 |
| 2014-02-11 | Factoring bigint, rational, and complex out of libextra into libnum. | Felix S. Klock II | -2/+2 |
| 2014-02-11 | auto merge of #12170 : aepsil0n/rust/feature/reserve_do_keyword, r=brson | bors | -3/+16 |
| 2014-02-10 | Ignore #[phase] on use view items | Steven Fackler | -0/+19 |
| 2014-02-11 | Reserve `do` as a keyword | Eduard Bopp | -3/+16 |
| 2014-02-10 | auto merge of #11956 : edwardw/rust/issue-7556, r=cmr | bors | -39/+32 |
| 2014-02-11 | Move replace and swap to std::mem. Get rid of std::util | Edward Wang | -39/+32 |
| 2014-02-10 | auto merge of #12095 : FlaPer87/rust/issue-11709, r=nikomatsakis | bors | -0/+47 |
| 2014-02-10 | Switch to `Ignore` output mode for () blocks | Flavio Percoco | -0/+47 |
| 2014-02-10 | Update comment in contravariant test | Jake Kerr | -2/+2 |
| 2014-02-10 | auto merge of #12084 : alexcrichton/rust/codegen-opts, r=cmr | bors | -95/+95 |
| 2014-02-10 | Consolidate codegen-related compiler flags | Alex Crichton | -95/+95 |
| 2014-02-09 | auto merge of #12134 : FlaPer87/rust/temporary-conditions, r=nikomatsakis | bors | -0/+50 |
| 2014-02-09 | auto merge of #12124 : brson/rust/intrinsics, r=thestinger | bors | -7/+7 |
| 2014-02-09 | Make `if` and `while` conditions temporary | Flavio Percoco | -0/+50 |
| 2014-02-09 | auto merge of #12117 : nikomatsakis/rust/issue-11913-borrow-in-aliasable-loc,... | bors | -0/+5 |
| 2014-02-09 | std: Add move_val_init to mem. Replace direct intrinsic usage | Brian Anderson | -2/+2 |
| 2014-02-09 | std: Add init and uninit to mem. Replace direct intrinsic usage | Brian Anderson | -5/+5 |
| 2014-02-08 | Allow codepoints 128-255 in fourc!! | Yuri Kunde Schlesner | -1/+3 |
| 2014-02-08 | Default fourcc! to big-endian. | Yuri Kunde Schlesner | -7/+10 |
| 2014-02-08 | Converted fourcc! to loadable syntax extension | Derek Guenther | -5/+60 |