| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2014-01-29 | Remove do keyword from test/ | Scott Lawrence | -80/+21 |
| 2014-01-29 | Treat unary struct and enum variants as rvalues | Flavio Percoco | -0/+32 |
| 2014-01-28 | Implement an unused_result lint | Alex Crichton | -0/+40 |
| 2014-01-28 | Add test case for #3243, which was fixed as part of fix for #3511. | Niko Matsakis | -7/+6 |
| 2014-01-27 | auto merge of #11738 : dmanescu/rust/11721, r=alexcrichton | bors | -0/+35 |
| 2014-01-27 | auto merge of #11826 : huonw/rust/7621-deriving-errors, r=alexcrichton | bors | -8/+24 |
| 2014-01-27 | can borrow mut in proc Fixes #10617 | Nick Desaulniers | -50/+0 |
| 2014-01-28 | syntax: make deriving have slightly less cryptic error messages. | Huon Wilson | -8/+24 |
| 2014-01-27 | auto merge of #11595 : eddyb/rust/env-et-self-no-more, r=nikomatsakis | bors | -8/+48 |
| 2014-01-28 | Feature gate #[simd] | David Manescu | -0/+35 |
| 2014-01-27 | Feature gate trace_macros. | xales | -0/+16 |
| 2014-01-27 | Demote self to an (almost) regular argument and remove the env param. | Eduard Burtescu | -8/+48 |
| 2014-01-27 | auto merge of #11834 : huonw/rust/deriving-spans, r=alexcrichton | bors | -28/+781 |
| 2014-01-27 | Add autogenerated tests for the spans of various derived traits. | Huon Wilson | -28/+781 |
| 2014-01-26 | auto merge of #11817 : salemtalha/rust/master, r=brson | bors | -1/+1 |
| 2014-01-26 | Removed all instances of XXX in preparation for relaxing of FIXME rule | Salem Talha | -1/+1 |
| 2014-01-26 | Fix privacy fallout from previous change | Alex Crichton | -6/+6 |
| 2014-01-26 | Change private structs to have private fields by default | Alex Crichton | -0/+51 |