| Age | Commit message (Expand) | Author | Lines |
| 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-10 | Add #[start] attribute to define a new entry point function | James Miller | -45/+173 |
| 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 | 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-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 | 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 #5776 : dbaupp/rust/syntax-parse-large-number, r=thestinger | bors | -30/+104 |
| 2013-04-08 | auto merge of #5760 : klutzy/rust/vim, r=thestinger | bors | -2/+6 |
| 2013-04-08 | Make intrinsic::Opaque more opaque | Jed Davis | -3/+5 |
| 2013-04-08 | Make the enum visit callback generator more readable | Jed Davis | -18/+19 |
| 2013-04-08 | When repr'ing an enum value, assert that it matched some variant. | Jed Davis | -3/+4 |
| 2013-04-08 | Export adt::trans_get_discr abstractly to the type visitor. | Jed Davis | -22/+150 |
| 2013-04-08 | Feed enum field offsets to type vistors. | Jed Davis | -20/+61 |
| 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 | libcore: fix overflow/underflow in range_step | gifnksm | -10/+49 |
| 2013-04-07 | vim: fix comment highlighting bug | klutzy | -2/+2 |
| 2013-04-07 | cmp: add Ord+TotalOrd impls for Ordering itself | Daniel Micay | -1/+25 |
| 2013-04-07 | cmp: derive Clone for Ordering | Daniel Micay | -1/+1 |
| 2013-04-07 | Impl cmp/num traits for BigUint, BigInt | gifnksm | -145/+187 |
| 2013-04-06 | Change the behaviour of core::run::Program.destroy to | gareth | -7/+75 |
| 2013-04-06 | Update doc-comments to reflect the current year and trait | gareth | -6/+6 |
| 2013-04-06 | Fix a bug where calling p.destroy() on the result of calling | gareth | -2/+23 |
| 2013-04-07 | vim: add rustCommentDoc | klutzy | -2/+6 |
| 2013-04-07 | vim: disable nested comment | klutzy | -1/+1 |
| 2013-04-06 | auto merge of #5757 : dbaupp/rust/rustc-fixed-vector-pprint, r=thestinger | bors | -3/+3 |
| 2013-04-06 | auto merge of #5755 : catamorphism/rust/rustllvm-cmdline, r=brson | bors | -4/+12 |
| 2013-04-06 | auto merge of #5751 : metajack/rust/at-clones, r=thestinger | bors | -3/+34 |
| 2013-04-05 | auto merge of #5740 : nikomatsakis/rust/issue-5739-reborrowed-slices, r=catam... | bors | -10/+97 |
| 2013-04-05 | auto merge of #5733 : dbaupp/rust/std-complex-rational, r=thestinger | bors | -0/+831 |
| 2013-04-05 | auto merge of #5732 : Zhann/rust/master, r=catamorphism | bors | -1/+1 |
| 2013-04-06 | librustc: use new `[ty, .. len]` syntax for fixed vector errors. | Huon Wilson | -3/+3 |
| 2013-04-05 | checkpoint | Graydon Hoare | -68/+200 |
| 2013-04-05 | rustllvm: Only initialize command-line arguments once | Tim Chevalier | -4/+12 |
| 2013-04-05 | Move tests inside clone.rs and fixed copyright headers. | Jack Moffitt | -29/+23 |