| Age | Commit message (Expand) | Author | Lines |
| 2013-12-24 | Test fixes and rebase problems | Alex Crichton | -1/+0 |
| 2013-12-24 | green: Rip the bandaid off, introduce libgreen | Alex Crichton | -2/+2 |
| 2013-12-22 | auto merge of #11064 : huonw/rust/vec-sort, r=alexcrichton | bors | -3/+1 |
| 2013-12-22 | std::vec: make the sorting closure use `Ordering` rather than just being | Huon Wilson | -5/+1 |
| 2013-12-20 | auto merge of #11077 : alexcrichton/rust/crate-id, r=cmr | bors | -0/+24 |
| 2013-12-21 | std::vec: add a sugary .sort() method for plain Ord sorting. | Huon Wilson | -0/+4 |
| 2013-12-20 | auto merge of #11075 : alexcrichton/rust/issue-10392, r=brson | bors | -2/+7 |
| 2013-12-20 | rustc: Improve crate id extraction | Alex Crichton | -0/+24 |
| 2013-12-20 | extra: remove sort in favour of the std method. | Huon Wilson | -3/+1 |
| 2013-12-19 | auto merge of #11070 : ezyang/rust/better-errors, r=alexcrichton | bors | -5/+14 |
| 2013-12-19 | Accept trailing commas in struct patterns | Alex Crichton | -2/+7 |
| 2013-12-19 | Rename pkgid to crate_id | Corey Richardson | -1/+3 |
| 2013-12-19 | Generalize item_span into node_span, which works on more types. | Edward Z. Yang | -5/+14 |
| 2013-12-18 | auto merge of #10915 : alexcrichton/rust/fixes, r=ILyoan | bors | -0/+6 |
| 2013-12-17 | auto merge of #10972 : metajack/rust/pkgid-with-name, r=alexcrichton | bors | -51/+77 |
| 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 |