| Age | Commit message (Expand) | Author | Lines |
| 2013-04-14 | Clarify purpose of NumCast trait | Brendan Zabarauskas | -2/+2 |
| 2013-04-13 | Avoid excessive allocations and copies in iter::to_vec | Björn Steinbrink | -1/+1 |
| 2013-04-13 | auto merge of #5761 : Dretch/rust/murder-death-kill, r=thestinger | bors | -15/+136 |
| 2013-04-13 | initial iterator object library | Daniel Micay | -0/+102 |
| 2013-04-12 | auto merge of #5839 : bjz/rust/master, r=brson | bors | -1/+42 |
| 2013-04-12 | auto merge of #5827 : nikomatsakis/rust/issue-5656-change-meaning-of-borrowed... | bors | -7/+726 |
| 2013-04-12 | auto merge of #5640 : dbaupp/rust/syntax-generalise-deriving, r=thestinger | bors | -0/+27 |
| 2013-04-12 | libcore: combine cmp::Ordering instances in lexical order. | Huon Wilson | -0/+27 |
| 2013-04-11 | auto merge of #5845 : thestinger/rust/bool, r=catamorphism | bors | -27/+72 |
| 2013-04-11 | bool: implement Ord and TotalOrd | Daniel Micay | -27/+72 |
| 2013-04-11 | Make destroy() send SIGTERM and add a new method called | gareth | -12/+44 |
| 2013-04-11 | auto merge of #5825 : danluu/rust/rngdoc, r=erickt | bors | -9/+183 |
| 2013-04-11 | auto merge of #5823 : Kimundi/rust/str_from_bytes_slice, r=erickt | bors | -8/+147 |
| 2013-04-11 | Fix formatting | Dan Luu | -34/+40 |
| 2013-04-11 | Implement Finally for ~fn and @fn types | Brendan Zabarauskas | -1/+42 |
| 2013-04-10 | core: changes in response to #5656 | Niko Matsakis | -5/+700 |
| 2013-04-11 | Add example for str::subslice_offset | Marvin Löbel | -0/+19 |
| 2013-04-11 | Added str::from_slice_with_null() to cast a &[u8] to &str | Marvin Löbel | -8/+128 |
| 2013-04-10 | Bump version to 0.7-pre | Brian Anderson | -2/+2 |
| 2013-04-10 | Clarify comment | Dan Luu | -1/+1 |
| 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 | 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 | -2/+26 |
| 2013-04-10 | Revert map.each to something which takes two parameters | Niko Matsakis | -57/+47 |
| 2013-04-09 | auto merge of #5789 : brson/rust/drop, r=graydon | bors | -69/+23 |
| 2013-04-09 | auto merge of #5766 : thestinger/rust/cmp, r=brson | bors | -2/+26 |
| 2013-04-09 | Bump version to 0.7-pre | Brian Anderson | -2/+2 |
| 2013-04-09 | auto merge of #5769 : gifnksm/rust/range_step, r=bstrie | bors | -10/+49 |
| 2013-04-08 | auto merge of #5787 : alexcrichton/rust/less-mut-fields, r=catamorphism | bors | -217/+143 |
| 2013-04-08 | core: Remove all but one drop block in favor of `finally` | Brian Anderson | -69/+23 |
| 2013-04-08 | Removing no longer needed unsafe blocks | Alex Crichton | -217/+143 |
| 2013-04-08 | auto merge of #5763 : thestinger/rust/clone, r=nikomatsakis | bors | -11/+19 |
| 2013-04-08 | clone: managed boxes need to clone by shallow copy | Daniel Micay | -11/+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 | -13/+107 |
| 2013-04-08 | Feed enum field offsets to type vistors. | Jed Davis | -3/+38 |
| 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 | 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-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-06 | auto merge of #5751 : metajack/rust/at-clones, r=thestinger | bors | -1/+32 |
| 2013-04-05 | Move tests inside clone.rs and fixed copyright headers. | Jack Moffitt | -1/+22 |
| 2013-04-05 | Implement Clone for @ and @mut types. | Jack Moffitt | -0/+10 |
| 2013-04-05 | Fix various warnings, NOTEs, etc | Niko Matsakis | -1/+1 |
| 2013-04-05 | Refactor so that references to traits are not represented using a type with a | Niko Matsakis | -4/+30 |