| Age | Commit message (Expand) | Author | Lines |
| 2013-12-17 | Change pkgid parser to allow overriding the inferred crate name. | Jack Moffitt | -51/+77 |
| 2013-12-17 | auto merge of #11005 : sanxiyn/rust/mut, r=alexcrichton | bors | -35/+28 |
| 2013-12-17 | Remove obsolete mutability from ast::Ty | Seo Sanghyeon | -35/+28 |
| 2013-12-16 | auto merge of #10994 : ktt3ja/rust/issue-10956, r=alexcrichton | bors | -0/+4 |
| 2013-12-16 | AST Visitor now walks enum discriminant expression | Kiet Tran | -0/+4 |
| 2013-12-15 | Register new snapshots | Alex Crichton | -7/+1 |
| 2013-12-15 | Forbid multiple imports in use statements | Alex Crichton | -0/+6 |
| 2013-12-15 | libsyntax: Implement the new `box` syntax for unique pointers. | Patrick Walton | -7/+25 |
| 2013-12-15 | librustc: Remove identifiers named `box`, since it's about to become a keyword. | Patrick Walton | -9/+12 |
| 2013-12-14 | auto merge of #10935 : sanxiyn/rust/fk-anon, r=pcwalton | bors | -7/+5 |
| 2013-12-13 | auto merge of #10698 : metajack/rust/dep-info, r=alexcrichton | bors | -1/+19 |
| 2013-12-12 | Add --dep-info to write Makefile-compatible dependency info. | Jack Moffitt | -0/+4 |
| 2013-12-12 | Remove fk_anon | Seo Sanghyeon | -7/+5 |
| 2013-12-11 | auto merge of #10897 : boredomist/rust/remove-self-lifetime, r=brson | bors | -81/+82 |
| 2013-12-11 | Make 'self lifetime illegal. | Erik Price | -81/+82 |
| 2013-12-11 | auto merge of #10891 : chris-morgan/rust/macroize-(or-should-that-be-macroify... | bors | -271/+161 |
| 2013-12-11 | auto merge of #10808 : kballard/rust/use-braces, r=alexcrichton | bors | -2/+21 |
| 2013-12-10 | Support imports of the form `use {foo,bar}` | Kevin Ballard | -2/+21 |
| 2013-12-10 | auto merge of #10833 : sfackler/rust/mut-pat, r=brson | bors | -1/+16 |
| 2013-12-11 | Separate strict/reserved keywords, derive bounds. | Chris Morgan | -11/+29 |
| 2013-12-11 | Remove the following unused special identifiers: | Chris Morgan | -107/+67 |
| 2013-12-10 | Fix missing code map entry for uses of `include_str!`. | Jack Moffitt | -1/+15 |
| 2013-12-10 | auto merge of #10593 : metajack/rust/pkgid-hash, r=brson | bors | -0/+171 |
| 2013-12-10 | Make crate hash stable and externally computable. | Jack Moffitt | -0/+171 |
| 2013-12-11 | Deduplicate in syntax::parse::token with a macro. | Chris Morgan | -271/+183 |
| 2013-12-10 | Allow ref and mut modifiers for short form field patterns | Steven Fackler | -1/+16 |
| 2013-12-09 | Check the privacy of implemented traits | Alex Crichton | -18/+25 |
| 2013-12-10 | Extend allocation lint for boxing expressions | Seo Sanghyeon | -12/+12 |
| 2013-12-08 | Fix comment on ast::DefStruct | Kiet Tran | -3/+8 |
| 2013-12-08 | Remove dead codes | Kiet Tran | -159/+3 |
| 2013-12-08 | Add dead-code warning pass | Kiet Tran | -40/+9 |
| 2013-12-07 | auto merge of #10844 : huonw/rust/deriving-expn-info, r=alexcrichton | bors | -230/+297 |
| 2013-12-06 | Link rustllvm statically, and distribute a static snapshot | Alex Crichton | -0/+1 |
| 2013-12-07 | syntax::deriving: indicate from which trait type errors (etc) arise | Huon Wilson | -4/+22 |
| 2013-12-07 | syntax: print expansion info from #[attribute] macros in the correct | Huon Wilson | -3/+27 |
| 2013-12-07 | syntax::deriving: add the cx and span to the TraitDef to reduce duplication. | Huon Wilson | -226/+251 |
| 2013-12-05 | auto merge of #10665 : cmr/rust/doc_lint, r=alexcrichton | bors | -0/+1 |
| 2013-12-06 | Check crate root for docs in missing_doc lint. | Corey Richardson | -0/+1 |
| 2013-12-05 | Forbid keywords as lifetime parameters names. | Léo Testard | -1/+11 |
| 2013-12-04 | Rename extra::json::*::init() constructors to *::new() | Kevin Ballard | -1/+1 |
| 2013-12-04 | Revert "libstd: Change `Path::new` to `Path::init`." | Kevin Ballard | -6/+6 |
| 2013-12-04 | auto merge of #10792 : kballard/rust/parse_sugary_call_expr-comments, r=alexc... | bors | -8/+8 |
| 2013-12-04 | std::str: remove from_utf8. | Huon Wilson | -4/+4 |
| 2013-12-03 | Fix the comments for libsyntax::parse::parser::parse_sugary_call_expr | Kevin Ballard | -8/+8 |
| 2013-12-03 | auto merge of #10747 : alexcrichton/rust/snapshots, r=cmr | bors | -1/+0 |
| 2013-12-03 | Register new snapshots | Alex Crichton | -1/+0 |
| 2013-12-02 | Add a macro to check if logging at a given label is enabled | Philipp Brüschweiler | -0/+7 |
| 2013-12-01 | auto merge of #10750 : Blei/rust/no-at-struct-field, r=alexcrichton | bors | -19/+19 |
| 2013-12-01 | auto merge of #10676 : eddyb/rust/ast-box-in-enums, r=cmr | bors | -406/+398 |
| 2013-12-01 | ast: Remove one `@` and fix the fallout | Philipp Brüschweiler | -19/+19 |