| Age | Commit message (Expand) | Author | Lines |
| 2013-04-10 | Issue #5656: Make &self not mean "&'self self" | Niko Matsakis | -295/+336 |
| 2013-04-10 | Reason about nested free variables that appear in a function | Niko Matsakis | -349/+1029 |
| 2013-04-10 | Revert map.each to something which takes two parameters | Niko Matsakis | -158/+132 |
| 2013-04-10 | auto merge of #5812 : kud1ing/rust/patch-1, r=sanxiyn | bors | -1/+1 |
| 2013-04-09 | auto merge of #5813 : sanxiyn/rust/llvm-version, r=thestinger | bors | -1/+1 |
| 2013-04-10 | README: "driver/rust.rs" => "rust.rc" | kud1ing | -1/+1 |
| 2013-04-10 | LLVM versions | Seo Sanghyeon | -1/+1 |
| 2013-04-09 | auto merge of #5804 : alexcrichton/rust/issue-3266, r=graydon | bors | -60/+82 |
| 2013-04-09 | auto merge of #5789 : brson/rust/drop, r=graydon | bors | -69/+23 |
| 2013-04-09 | auto merge of #5807 : klutzy/rust/vim-inner-doc, r=brson | bors | -4/+4 |
| 2013-04-09 | auto merge of #5802 : nikomatsakis/rust/issue-4183-trait-substs, r=nikomatsakis | bors | -620/+1253 |
| 2013-04-09 | auto merge of #5766 : thestinger/rust/cmp, r=brson | bors | -2/+26 |
| 2013-04-09 | Apply comments from tjc | Niko Matsakis | -12/+23 |
| 2013-04-10 | vim: syntax highlight for inner doc comment | klutzy | -4/+4 |
| 2013-04-09 | auto merge of #5805 : brson/rust/0.7-pre, r=brson | bors | -46/+46 |
| 2013-04-09 | Bump version to 0.7-pre | Brian Anderson | -46/+46 |
| 2013-04-09 | Allow lint modes to be used on unused variables and dead assignments | Alex Crichton | -60/+82 |
| 2013-04-09 | Cleanup substitutions and treatment of generics around traits in a number of ... | Niko Matsakis | -621/+1243 |
| 2013-04-09 | auto merge of #5769 : gifnksm/rust/range_step, r=bstrie | bors | -10/+49 |
| 2013-04-09 | auto merge of #5788 : danluu/rust/rusti_clear, r=bstrie | bors | -1/+1 |
| 2013-04-09 | auto merge of #5800 : vivekgalatage/rust/master, r=bstrie | bors | -2/+2 |
| 2013-04-09 | Support https protocol for git submodules for rust | Vivek Galatage | -2/+2 |
| 2013-04-08 | Fix comment to match style of surrounding text | Dan Luu | -1/+1 |
| 2013-04-08 | auto merge of #5787 : alexcrichton/rust/less-mut-fields, r=catamorphism | bors | -575/+470 |
| 2013-04-08 | auto merge of #5786 : JensNockert/rust/u16-debuginfo-typo, r=catamorphism | bors | -1/+1 |
| 2013-04-08 | auto merge of #5782 : zofrex/rust/doc-1-tuples, r=thestinger | bors | -3/+4 |
| 2013-04-08 | core: Remove all but one drop block in favor of `finally` | Brian Anderson | -69/+23 |
| 2013-04-08 | Update help text to match behavior | Dan Luu | -1/+1 |
| 2013-04-08 | Fix typo in u16 debug info | Jens Nockert | -1/+1 |
| 2013-04-08 | Removing no longer needed unsafe blocks | Alex Crichton | -483/+379 |
| 2013-04-08 | Removing some mutable fields in libstd | Alex Crichton | -92/+91 |
| 2013-04-08 | auto merge of #5763 : thestinger/rust/clone, r=nikomatsakis | bors | -12/+20 |
| 2013-04-08 | clone: managed boxes need to clone by shallow copy | Daniel Micay | -12/+20 |
| 2013-04-08 | auto merge of #5777 : lucab/rust/lucab/doc/misc, r=thestinger | bors | -2/+3 |
| 2013-04-08 | auto merge of #5776 : dbaupp/rust/syntax-parse-large-number, r=thestinger | bors | -30/+104 |
| 2013-04-08 | auto merge of #5775 : pavpanchekha/rust/patch-1, r=thestinger | bors | -1/+1 |
| 2013-04-08 | auto merge of #5760 : klutzy/rust/vim, r=thestinger | bors | -2/+6 |
| 2013-04-08 | Update license terms in manpage | Luca Bruno | -2/+2 |
| 2013-04-08 | Put AUTHORS.txt file in the release tarball | Luca Bruno | -0/+1 |
| 2013-04-08 | libsyntax: fail lexing with an error message on an int literal larger than 2^64. | Huon Wilson | -2/+37 |
| 2013-04-08 | libcore: from_str_common: provide option to ignore underscores. | Huon Wilson | -24/+44 |
| 2013-04-08 | libcore: from_str_common: correctly signal failure on repeating base 2^n numb... | Huon Wilson | -5/+24 |
| 2013-04-07 | Fixed typo | Pavel Panchekha | -1/+1 |
| 2013-04-07 | Update manual for single-element tuple types | zofrex | -1/+1 |
| 2013-04-07 | Update manual for single-element tuples | zofrex | -1/+2 |
| 2013-04-07 | Update tutorial: 1-tuples now exist | zofrex | -1/+1 |
| 2013-04-07 | libcore: fix overflow/underflow in range_step | gifnksm | -10/+49 |
| 2013-04-07 | vim: fix comment highlighting bug | klutzy | -2/+2 |
| 2013-04-06 | auto merge of #5756 : gifnksm/rust/bigint-impl, r=thestinger | bors | -145/+187 |
| 2013-04-07 | cmp: add Ord+TotalOrd impls for Ordering itself | Daniel Micay | -1/+25 |