| Age | Commit message (Expand) | Author | Lines |
| 2013-12-16 | Mark live codes in struct/enum for dead-code pass | Kiet Tran | -0/+8 |
| 2013-12-15 | librustc: Remove identifiers named `box`, since it's about to become a keyword. | Patrick Walton | -3/+3 |
| 2013-12-14 | auto merge of #10932 : alexcrichton/rust/feature-update, r=cmr | bors | -1/+35 |
| 2013-12-14 | Handle more cases in the heap lints | Alex Crichton | -1/+15 |
| 2013-12-14 | Dead-code pass now marks and warns foreign items | Kiet Tran | -3/+20 |
| 2013-12-14 | Check more live Path nodes in dead-code pass | Kiet Tran | -14/+20 |
| 2013-12-12 | Gate literal box expressions in addition to types | Alex Crichton | -0/+20 |
| 2013-12-11 | Make 'self lifetime illegal. | Erik Price | -94/+106 |
| 2013-12-11 | auto merge of #10787 : nikomatsakis/rust/issue-9629-freeze-andmut, r=pnkfelix | bors | -1/+71 |
| 2013-12-11 | More small test case fixes. grr. cc #9629. | Niko Matsakis | -2/+12 |
| 2013-12-10 | auto merge of #10833 : sfackler/rust/mut-pat, r=brson | bors | -0/+17 |
| 2013-12-10 | auto merge of #10791 : pcwalton/rust/decelling, r=pcwalton | bors | -6/+5 |
| 2013-12-10 | auto merge of #10593 : metajack/rust/pkgid-hash, r=brson | bors | -37/+6 |
| 2013-12-10 | Make crate hash stable and externally computable. | Jack Moffitt | -37/+6 |
| 2013-12-10 | libextra: Another round of de-`Cell`-ing. | Patrick Walton | -6/+5 |
| 2013-12-10 | Allow ref and mut modifiers for short form field patterns | Steven Fackler | -0/+17 |
| 2013-12-09 | Check the privacy of implemented traits | Alex Crichton | -0/+3 |
| 2013-12-10 | Extend allocation lint for boxing expressions | Seo Sanghyeon | -0/+19 |
| 2013-12-08 | Add dead-code warning pass | Kiet Tran | -0/+197 |
| 2013-12-05 | auto merge of #10665 : cmr/rust/doc_lint, r=alexcrichton | bors | -0/+17 |
| 2013-12-06 | Check crate root for docs in missing_doc lint. | Corey Richardson | -0/+17 |
| 2013-12-05 | Forbid keywords as lifetime parameters names. | Léo Testard | -0/+16 |
| 2013-12-04 | auto merge of #10783 : sfackler/rust/drop, r=alexcrichton | bors | -7/+4 |
| 2013-12-03 | auto merge of #10776 : alexcrichton/rust/issue-9725, r=pcwalton | bors | -0/+15 |
| 2013-12-03 | Move std::util::ignore to std::prelude::drop | Steven Fackler | -7/+4 |
| 2013-12-03 | auto merge of #10747 : alexcrichton/rust/snapshots, r=cmr | bors | -0/+2 |
| 2013-12-03 | Register new snapshots | Alex Crichton | -0/+2 |
| 2013-12-03 | Issue #9629 -- permit freezing `&mut` found within an `&` pointer | Niko Matsakis | -0/+60 |
| 2013-12-02 | Disallow duplicate bindings of struct fields | Alex Crichton | -0/+15 |
| 2013-11-30 | Support OSX frameworks | Alex Crichton | -0/+34 |
| 2013-11-28 | Register new snapshots | Alex Crichton | -8/+8 |
| 2013-11-28 | auto merge of #10519 : nikomatsakis/rust/issue-8624-borrowck-overly-permissiv... | bors | -0/+43 |
| 2013-11-28 | Test that reborrowing contents of an `&'a mut &'b mut` pointer can only | Niko Matsakis | -0/+43 |
| 2013-11-27 | auto merge of #10680 : alexcrichton/rust/relax-feature-gate, r=thestinger | bors | -3/+17 |
| 2013-11-27 | Relax restrictions on unknown feature directives | Alex Crichton | -3/+17 |
| 2013-11-26 | Support multiple item macros | Steven Fackler | -1/+2 |
| 2013-11-26 | librustc: Make `||` lambdas not infer to `proc`s | Patrick Walton | -7/+7 |
| 2013-11-26 | test: Remove non-procedure uses of `do` from compiletest, libstd tests, | Patrick Walton | -90/+61 |
| 2013-11-26 | libsyntax: Remove the old-style borrowed closure type syntax from the | Patrick Walton | -5/+5 |
| 2013-11-26 | librustc: Remove remaining uses of `&fn()` in favor of `||`. | Patrick Walton | -13/+15 |
| 2013-11-26 | test: Remove most uses of `&fn()` from the tests. | Patrick Walton | -110/+107 |
| 2013-11-26 | rustc: Add crate-level attribute lint | klutzy | -0/+2 |
| 2013-11-26 | rustc: Update obsolete attribute list | klutzy | -1/+2 |
| 2013-11-26 | Add test for unknown attribute lint | klutzy | -0/+18 |
| 2013-11-26 | Add tests for attribute lint | klutzy | -0/+38 |
| 2013-11-26 | rustc: Add lint for obsolete attributes | klutzy | -15/+0 |
| 2013-11-24 | Add a note for unclosed delimiters | Corey Richardson | -0/+26 |
| 2013-11-24 | auto merge of #10475 : astrieanna/rust/issue8763, r=alexcrichton | bors | -3/+24 |
| 2013-11-24 | Fix issue #8763 | Leah Hanson | -3/+24 |
| 2013-11-23 | Move mutable::Mut to cell::RefCell | Steven Fackler | -15/+15 |