| Age | Commit message (Expand) | Author | Lines |
| 2013-04-10 | Add examples for Rng functions. | Dan Luu | -8/+176 |
| 2013-04-10 | auto merge of #5818 : Kimundi/rust/iter_to_vec, r=catamorphism | bors | -0/+26 |
| 2013-04-10 | Add debug info test for vectors | Brian Leibig | -0/+30 |
| 2013-04-10 | Add debug info test for boxes | Brian Leibig | -0/+30 |
| 2013-04-10 | Prevent debug info generation of zero-span nodes | Brian Leibig | -4/+13 |
| 2013-04-10 | Add debug info for bare_fn type | Brian Leibig | -3/+26 |
| 2013-04-10 | Add debug info for vectors | Brian Leibig | -15/+102 |
| 2013-04-10 | Add debug info for boxes | Brian Leibig | -13/+27 |
| 2013-04-10 | auto merge of #5709 : jbclements/rust/miscellaneous-cleanup, r=jbclements | bors | -313/+138 |
| 2013-04-10 | libsyntax comments only | John Clements | -17/+46 |
| 2013-04-10 | removed test referring to WONTFIX bug #2443 | John Clements | -26/+0 |
| 2013-04-10 | unneccessary since tjc's commit 78ec6fe30cf2b, fixing #2804 | John Clements | -4/+0 |
| 2013-04-10 | removed eval.rs: dead code | John Clements | -174/+0 |
| 2013-04-10 | path -> Path | John Clements | -92/+92 |
| 2013-04-10 | auto merge of #5796 : nikomatsakis/rust/issue-5656-fix-map-iteration, r=nikom... | bors | -158/+132 |
| 2013-04-10 | Added iter_to_vec conversion fn | Marvin Löbel | -0/+26 |
| 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 | testsuite: tests for #[packed] structs. | Huon Wilson | -0/+371 |
| 2013-04-10 | librustc: implement a #[packed] attribute for structs. | Huon Wilson | -71/+150 |
| 2013-04-10 | Change tests to use new error message | James Miller | -2/+2 |
| 2013-04-10 | README: "driver/rust.rs" => "rust.rc" | kud1ing | -1/+1 |
| 2013-04-10 | Rename tydecode::parse_int to parse_uint | Seo Sanghyeon | -8/+8 |
| 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-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 |