about summary refs log tree commit diff
path: root/src/libcore
AgeCommit message (Expand)AuthorLines
2013-04-14Clarify purpose of NumCast traitBrendan Zabarauskas-2/+2
2013-04-13Avoid excessive allocations and copies in iter::to_vecBjörn Steinbrink-1/+1
2013-04-13auto merge of #5761 : Dretch/rust/murder-death-kill, r=thestingerbors-15/+136
2013-04-13initial iterator object libraryDaniel Micay-0/+102
2013-04-12auto merge of #5839 : bjz/rust/master, r=brsonbors-1/+42
2013-04-12auto merge of #5827 : nikomatsakis/rust/issue-5656-change-meaning-of-borrowed...bors-7/+726
2013-04-12auto merge of #5640 : dbaupp/rust/syntax-generalise-deriving, r=thestingerbors-0/+27
2013-04-12libcore: combine cmp::Ordering instances in lexical order.Huon Wilson-0/+27
2013-04-11auto merge of #5845 : thestinger/rust/bool, r=catamorphismbors-27/+72
2013-04-11bool: implement Ord and TotalOrdDaniel Micay-27/+72
2013-04-11Make destroy() send SIGTERM and add a new method calledgareth-12/+44
2013-04-11auto merge of #5825 : danluu/rust/rngdoc, r=ericktbors-9/+183
2013-04-11auto merge of #5823 : Kimundi/rust/str_from_bytes_slice, r=ericktbors-8/+147
2013-04-11Fix formattingDan Luu-34/+40
2013-04-11Implement Finally for ~fn and @fn typesBrendan Zabarauskas-1/+42
2013-04-10core: changes in response to #5656Niko Matsakis-5/+700
2013-04-11Add example for str::subslice_offsetMarvin Löbel-0/+19
2013-04-11Added str::from_slice_with_null() to cast a &[u8] to &strMarvin Löbel-8/+128
2013-04-10Bump version to 0.7-preBrian Anderson-2/+2
2013-04-10Clarify commentDan Luu-1/+1
2013-04-10Add examples for Rng functions.Dan Luu-8/+176
2013-04-10auto merge of #5818 : Kimundi/rust/iter_to_vec, r=catamorphismbors-0/+26
2013-04-10Added iter_to_vec conversion fnMarvin Löbel-0/+26
2013-04-10Reason about nested free variables that appear in a functionNiko Matsakis-2/+26
2013-04-10Revert map.each to something which takes two parametersNiko Matsakis-57/+47
2013-04-09auto merge of #5789 : brson/rust/drop, r=graydonbors-69/+23
2013-04-09auto merge of #5766 : thestinger/rust/cmp, r=brsonbors-2/+26
2013-04-09Bump version to 0.7-preBrian Anderson-2/+2
2013-04-09auto merge of #5769 : gifnksm/rust/range_step, r=bstriebors-10/+49
2013-04-08auto merge of #5787 : alexcrichton/rust/less-mut-fields, r=catamorphismbors-217/+143
2013-04-08core: Remove all but one drop block in favor of `finally`Brian Anderson-69/+23
2013-04-08Removing no longer needed unsafe blocksAlex Crichton-217/+143
2013-04-08auto merge of #5763 : thestinger/rust/clone, r=nikomatsakisbors-11/+19
2013-04-08clone: managed boxes need to clone by shallow copyDaniel Micay-11/+19
2013-04-08When repr'ing an enum value, assert that it matched some variant.Jed Davis-3/+4
2013-04-08Export adt::trans_get_discr abstractly to the type visitor.Jed Davis-13/+107
2013-04-08Feed enum field offsets to type vistors.Jed Davis-3/+38
2013-04-08libcore: from_str_common: provide option to ignore underscores.Huon Wilson-24/+44
2013-04-08libcore: from_str_common: correctly signal failure on repeating base 2^n numb...Huon Wilson-5/+24
2013-04-07libcore: fix overflow/underflow in range_stepgifnksm-10/+49
2013-04-07cmp: add Ord+TotalOrd impls for Ordering itselfDaniel Micay-1/+25
2013-04-07cmp: derive Clone for OrderingDaniel Micay-1/+1
2013-04-06Change the behaviour of core::run::Program.destroy togareth-7/+75
2013-04-06Update doc-comments to reflect the current year and traitgareth-6/+6
2013-04-06Fix a bug where calling p.destroy() on the result of callinggareth-2/+23
2013-04-06auto merge of #5751 : metajack/rust/at-clones, r=thestingerbors-1/+32
2013-04-05Move tests inside clone.rs and fixed copyright headers.Jack Moffitt-1/+22
2013-04-05Implement Clone for @ and @mut types.Jack Moffitt-0/+10
2013-04-05Fix various warnings, NOTEs, etcNiko Matsakis-1/+1
2013-04-05Refactor so that references to traits are not represented using a type with aNiko Matsakis-4/+30