| Age | Commit message (Expand) | Author | Lines |
| 2014-02-21 | Test nested `proc` can access outer owned data | Flavio Percoco | -0/+20 |
| 2014-02-20 | auto merge of #12403 : eddyb/rust/generic-dtors-with-bounds, r=nikomatsakis | bors | -8/+12 |
| 2014-02-20 | auto merge of #12399 : michaelwoerister/rust/simd-fix, r=alexcrichton | bors | -25/+0 |
| 2014-02-19 | librustc: Remove unique vector patterns from the language. | Patrick Walton | -26/+12 |
| 2014-02-20 | Resolve the vtables for method calls to generic Drop impls with trait bounds. | Eduard Burtescu | -8/+12 |
| 2014-02-19 | auto merge of #12375 : FlaPer87/rust/issue-7660, r=cmr | bors | -0/+24 |
| 2014-02-19 | debuginfo: Move test case from run-pass to debug-info directory so it does no... | Michael Woerister | -25/+0 |
| 2014-02-19 | Change the format_args! macro expansion for temporaries | Edward Wang | -0/+18 |
| 2014-02-18 | auto merge of #12245 : nick29581/rust/priv2, r=alexcrichton | bors | -0/+124 |
| 2014-02-19 | Make priavcy checking aware that a `use` directive can point to two defintion... | Nick Cameron | -0/+124 |
| 2014-02-18 | Regression test closes #7660 | Flavio Percoco | -0/+24 |
| 2014-02-18 | Test ordering of glue_drop and glue_takew in self-re-assignment. Closes #3290. | Nick Cameron | -0/+24 |
| 2014-02-16 | Allow configuration of uid/gid/detach on processes | Alex Crichton | -1/+60 |
| 2014-02-15 | auto merge of #12272 : alexcrichton/rust/snapshot, r=kballard | bors | -221/+221 |
| 2014-02-15 | std: clean up ptr a bit | Corey Richardson | -65/+20 |
| 2014-02-14 | extern mod => extern crate | Alex Crichton | -221/+221 |
| 2014-02-14 | Test fixes and rebase conflicts from rollups | Alex Crichton | -0/+2 |
| 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-13 | auto merge of #12017 : FlaPer87/rust/replace-mod-crate, r=alexcrichton | bors | -0/+14 |
| 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 | Replace `extern mod` with `extern crate` | Flavio Percoco | -0/+14 |
| 2014-02-12 | auto merge of #12165 : fhahn/rust/change-some-tests, r=alexcrichton | bors | -17/+10 |
| 2014-02-12 | Reenable some ignored test cases | Florian Hahn | -17/+10 |
| 2014-02-12 | Removed ty_type (previously used to represent *tydesc). | Eduard Burtescu | -1/+0 |
| 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 | -17/+17 |
| 2014-02-11 | test -- add new tests specifically examining closure borrows | Niko Matsakis | -0/+49 |
| 2014-02-11 | test -- update tests with new error messages | Niko Matsakis | -3/+7 |
| 2014-02-11 | remove antiquated reflect test rather than bring it up to date | Niko Matsakis | -627/+0 |
| 2014-02-11 | Change `xfail` directives in compiletests to `ignore`, closes #11363 | Florian Hahn | -698/+693 |
| 2014-02-11 | Tweak test name and make it more specific | Niko Matsakis | -3/+4 |
| 2014-02-11 | auto merge of #12175 : sfackler/rust/phase-use-ignored, r=alexcrichton | bors | -0/+19 |
| 2014-02-11 | auto merge of #12170 : aepsil0n/rust/feature/reserve_do_keyword, r=brson | bors | -3/+3 |
| 2014-02-10 | Ignore #[phase] on use view items | Steven Fackler | -0/+19 |
| 2014-02-11 | Reserve `do` as a keyword | Eduard Bopp | -3/+3 |
| 2014-02-10 | auto merge of #11956 : edwardw/rust/issue-7556, r=cmr | bors | -21/+21 |
| 2014-02-11 | Move replace and swap to std::mem. Get rid of std::util | Edward Wang | -21/+21 |
| 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 | auto merge of #12084 : alexcrichton/rust/codegen-opts, r=cmr | bors | -1/+1 |
| 2014-02-10 | Consolidate codegen-related compiler flags | Alex Crichton | -1/+1 |
| 2014-02-09 | auto merge of #12134 : FlaPer87/rust/temporary-conditions, r=nikomatsakis | bors | -0/+50 |
| 2014-02-09 | Make `if` and `while` conditions temporary | Flavio Percoco | -0/+50 |
| 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 | -4/+4 |
| 2014-02-08 | auto merge of #12098 : kballard/rust/from_utf8_lossy_tweak, r=huonw | bors | -65/+63 |
| 2014-02-08 | auto merge of #12096 : brson/rust/morestack-addr, r=thestinger | bors | -24/+0 |
| 2014-02-07 | Delete send_str, rewrite clients on top of MaybeOwned<'static> | Kevin Ballard | -65/+63 |