| Age | Commit message (Expand) | Author | Lines |
| 2014-02-11 | test -- add new tests specifically examining closure borrows | Niko Matsakis | -0/+247 |
| 2014-02-11 | test -- update tests with new error messages | Niko Matsakis | -82/+85 |
| 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 | -155/+170 |
| 2014-02-11 | auto merge of #12170 : aepsil0n/rust/feature/reserve_do_keyword, r=brson | bors | -0/+13 |
| 2014-02-11 | Reserve `do` as a keyword | Eduard Bopp | -0/+13 |
| 2014-02-11 | Move replace and swap to std::mem. Get rid of std::util | Edward Wang | -13/+6 |
| 2014-02-10 | Update comment in contravariant test | Jake Kerr | -2/+2 |
| 2014-02-10 | Consolidate codegen-related compiler flags | Alex Crichton | -2/+2 |
| 2014-02-09 | auto merge of #12117 : nikomatsakis/rust/issue-11913-borrow-in-aliasable-loc,... | bors | -0/+5 |
| 2014-02-08 | Allow codepoints 128-255 in fourc!! | Yuri Kunde Schlesner | -1/+1 |
| 2014-02-08 | Converted fourcc! to loadable syntax extension | Derek Guenther | -4/+49 |
| 2014-02-08 | Add new syntax extension fourcc!() | Kevin Ballard | -0/+66 |
| 2014-02-08 | Make &mut borrows restrict aliasing | Niko Matsakis | -0/+5 |
| 2014-02-08 | Fixed error starting with uppercase | mr.Shu | -19/+19 |
| 2014-02-08 | Update docs and tests for #[deriving(Show)]. | Huon Wilson | -0/+100 |
| 2014-02-07 | Added tests to make tidy | Derek Guenther | -67/+948 |
| 2014-02-07 | Removed @self and @Trait. | Eduard Burtescu | -106/+20 |
| 2014-02-05 | move concurrent stuff from libextra to libsync | JeremyLetang | -52/+52 |
| 2014-02-05 | auto merge of #12025 : lilac/rust/feature-gate-quote, r=brson | bors | -0/+2 |
| 2014-02-04 | auto merge of #12023 : nick29581/rust/err_res, r=alexcrichton | bors | -0/+24 |
| 2014-02-04 | auto merge of #12018 : alexcrichton/rust/triage, r=sfackler | bors | -5/+5 |
| 2014-02-04 | Make cfail test error messages more precise | Alex Crichton | -5/+5 |
| 2014-02-05 | Check for trait impl conflicts across crates | Nick Cameron | -0/+24 |
| 2014-02-04 | Replaced with a single "quote" feature gate. | James Deng | -2/+2 |
| 2014-02-04 | Feature gate all quasi-quoting macros. | James Deng | -0/+2 |
| 2014-02-04 | Replace NonCopyable usage with NoPod | Flavio Percoco | -2/+3 |
| 2014-02-02 | Substitute type params in default type params using them. | Eduard Burtescu | -0/+28 |
| 2014-02-01 | auto merge of #11974 : huonw/rust/no-at-vec, r=pcwalton | bors | -34/+3 |
| 2014-02-02 | Update/delete tests using @[]. | Huon Wilson | -21/+3 |
| 2014-02-02 | librustc: Remove `@str` from the language | Patrick Walton | -1/+0 |
| 2014-02-02 | test: Remove `@str` from the test suite | Patrick Walton | -12/+0 |
| 2014-02-01 | auto merge of #11932 : dmanescu/rust/11741-stability-cross-crate, r=alexcrichton | bors | -2/+30 |
| 2014-01-31 | Remove the obsolete handler for `impl A;`. | Huon Wilson | -0/+11 |
| 2014-01-31 | Add test for sensible #[start] error message. | Huon Wilson | -0/+15 |
| 2014-01-31 | Add test cases for #4063. | OGINO Masanori | -0/+15 |
| 2014-01-31 | Fix minor doc typos | Virgile Andreani | -1/+1 |
| 2014-01-31 | Introduce marker types for indicating variance and for opting out | Niko Matsakis | -15/+208 |
| 2014-01-31 | auto merge of #11929 : FlaPer87/rust/issue-11681, r=huonw | bors | -0/+29 |
| 2014-01-31 | Handle attributes on cross-crate tuple-structs correctly | David Manescu | -2/+30 |
| 2014-01-30 | Implement default type parameters in generics. | Eduard Burtescu | -2/+177 |
| 2014-01-30 | Add test case for issue #11681 | Flavio Percoco | -0/+29 |
| 2014-01-29 | auto merge of #11839 : typelist/rust/issue3008, r=huonw | bors | -0/+64 |
| 2014-01-29 | auto merge of #11672 : bjz/rust/remove-times, r=brson | bors | -3/+3 |
| 2014-01-30 | Remove Times trait | Brendan Zabarauskas | -3/+3 |
| 2014-01-29 | Add compile-fail tests for non-representable structs and enums | Johannes Muenzel | -0/+64 |
| 2014-01-29 | auto merge of #11776 : FlaPer87/rust/issue-11681-static-lifetime, r=nikomatsakis | bors | -21/+32 |
| 2014-01-29 | Fixes temporary lifetime computation for static items | Flavio Percoco | -21/+0 |
| 2014-01-29 | auto merge of #11754 : alexcrichton/rust/unused-result, r=brson | bors | -0/+40 |
| 2014-01-29 | auto merge of #11868 : bytbox/rust/remove-do, r=alexcrichton | bors | -80/+21 |