| Age | Commit message (Expand) | Author | Lines |
| 2013-03-05 | auto merge of #5212 : thestinger/rust/iter, r=graydon | bors | -14/+14 |
| 2013-03-05 | auto merge of #5179 : alexcrichton/rust/default-warn-unused-import, r=graydon | bors | -80/+5 |
| 2013-03-04 | simplified msg (TMI on old one) | John Clements | -2/+2 |
| 2013-03-04 | better error message for macros with MOD_SEPs | John Clements | -5/+13 |
| 2013-03-04 | libsyntax: Implement `#[deriving_clone]` | Patrick Walton | -16/+288 |
| 2013-03-04 | Adding missing imports for tests, and gate off others | Alex Crichton | -14/+4 |
| 2013-03-04 | Remove unused imports throughout src/ | Alex Crichton | -66/+1 |
| 2013-03-03 | libsyntax: deny deprecated_self in libsyntax | Erick Tryzelaar | -6/+10 |
| 2013-03-03 | libsyntax: add &self to extensions | Erick Tryzelaar | -24/+34 |
| 2013-03-03 | libsyntax: add &self to parser methods | Erick Tryzelaar | -261/+303 |
| 2013-03-03 | replace option::iter with a BaseIter impl | Daniel Micay | -14/+14 |
| 2013-03-02 | auto merge of #5203 : erickt/rust/incoming, r=brson | bors | -7/+8 |
| 2013-03-02 | librustc: Stop parsing `fn@`, `fn~`, and `fn&` | Patrick Walton | -71/+6 |
| 2013-03-02 | libsyntax: Remove `fn@`, `fn~`, and `fn&` from libsyntax. rs=defun | Patrick Walton | -194/+181 |
| 2013-03-02 | librustc: Forbid chained imports and fix the logic for one-level renaming imp... | Patrick Walton | -5/+5 |
| 2013-03-02 | libsyntax: add some more explicit copies for vecs_implicitly_copyable) | Erick Tryzelaar | -7/+8 |
| 2013-03-02 | Merge remote-tracking branch 'remotes/origin/incoming' into incoming | Erick Tryzelaar | -29/+21 |
| 2013-03-02 | auto merge of #5137 : yjh0502/rust/empty_struct, r=nikomatsakis | bors | -11/+7 |
| 2013-03-02 | auto merge of #5193 : sethpink/rust/struct-tup-pp, r=catamorphism | bors | -16/+12 |
| 2013-03-01 | Merge remote-tracking branch 'remotes/origin/incoming' into incoming | Erick Tryzelaar | -18/+29 |
| 2013-03-02 | Remove REC, change related tests/docs | Jihyun Yu | -11/+7 |
| 2013-03-01 | auto merge of #5165 : brson/rust/unstable, r=brson | bors | -2/+2 |
| 2013-03-02 | Fix some struct-tuple def prettyprint issues | Seth Pink | -16/+12 |
| 2013-03-01 | Avoid calling to_vec() unnecessarily in parser. | Niko Matsakis | -17/+27 |
| 2013-03-01 | Rename core::private to core::unstable. #4743 | Brian Anderson | -2/+2 |
| 2013-03-01 | librustc: "APL2" -> "ASL2". rs=license-fix | Patrick Walton | -1/+1 |
| 2013-03-01 | Merge remote branch 'sevrak/issue-5164' into incoming | Patrick Walton | -1/+2 |
| 2013-03-01 | Merge remote-tracking branch 'remotes/origin/incoming' into incoming | Erick Tryzelaar | -143/+188 |
| 2013-02-28 | Remove legacy object creation mode, and convert remaining uses of it | Niko Matsakis | -114/+117 |
| 2013-02-28 | Fix implicit leaks of imports throughout libraries | Alex Crichton | -15/+56 |
| 2013-02-28 | librustc: Mark all type implementations public. rs=impl-publicity | Patrick Walton | -2/+2 |
| 2013-02-28 | Merge remote-tracking branch 'remotes/origin/incoming' into incoming | Erick Tryzelaar | -1/+5 |
| 2013-02-28 | Merge remote-tracking branch 'remotes/origin/incoming' into incoming | Erick Tryzelaar | -569/+930 |
| 2013-02-28 | Fix license attribute on crates | sevrak | -1/+2 |
| 2013-02-27 | auto merge of #5155 : bstrie/rust/dedrop, r=pcwalton | bors | -1/+5 |
| 2013-02-27 | auto merge of #5141 : nikomatsakis/rust/region-syntax-expl-lifetimes, r=nikom... | bors | -488/+802 |
| 2013-02-27 | Introduce lifetime declarations into the lists of type parameters. | Niko Matsakis | -488/+802 |
| 2013-02-27 | Turn old `drop` blocks into `Drop` traits | Ben Striegel | -1/+5 |
| 2013-02-27 | Merge remote-tracking branch 'remotes/origin/incoming' into incoming | Erick Tryzelaar | -242/+739 |
| 2013-02-27 | librustc: Forbid `pub` or `priv` before trait implementations | Patrick Walton | -59/+73 |
| 2013-02-27 | libsyntax: Forbid mutable vectors. rs=demuting | Patrick Walton | -0/+15 |
| 2013-02-27 | libsyntax: Forbid `~mut` and `~const`. rs=demuting | Patrick Walton | -2/+6 |
| 2013-02-26 | libsyntax: add some more explicit copies | Erick Tryzelaar | -91/+160 |
| 2013-02-26 | libsyntax: add some explicit refs | Erick Tryzelaar | -11/+10 |
| 2013-02-26 | libsyntax: remove vecs_implicitly_copyable from the syntax extensions | Erick Tryzelaar | -124/+151 |
| 2013-02-26 | libsyntax: remove vecs_implicitly_copyable from the printer | Erick Tryzelaar | -25/+26 |
| 2013-02-26 | libsyntax: add explicit copies | Erick Tryzelaar | -61/+101 |
| 2013-02-26 | libsyntax: change closures to take fn(&Parser) | Erick Tryzelaar | -33/+33 |
| 2013-02-26 | auto merge of #5120 : jbclements/rust/macros-have-scope, r=pcwalton | bors | -127/+604 |
| 2013-02-26 | typo-fixing and name-changes | John Clements | -15/+13 |