about summary refs log tree commit diff
path: root/src/libcore
AgeCommit message (Expand)AuthorLines
2014-07-03auto merge of #15324 : sneves/rust/master, r=alexcrichtonbors-2/+2
2014-07-02Fix rotate_{left, right} for multiple of bitsize rotation amountsSamuel Neves-2/+2
2014-07-01rustc: Remove `&str` indexing from the language.Brian Anderson-14/+16
2014-07-01auto merge of #15288 : brson/rust/cleanslice, r=alexcrichtonbors-459/+505
2014-07-01auto merge of #15281 : alexcrichton/rust/show-for-show, r=kballardbors-0/+3
2014-06-30core: Remove the unnecessary 'traits' module from 'slice'Brian Anderson-49/+39
2014-06-30core: Reorganize slice module.Brian Anderson-458/+514
2014-06-30Add `impl Show for &Show`Alex Crichton-0/+3
2014-06-30auto merge of #14613 : schmee/rust/utf16-iterator, r=huonwbors-1/+45
2014-06-30Add `utf16_units`John Schmidt-1/+45
2014-06-30auto merge of #15030 : sfackler/rust/partial-cmp, r=huonwbors-13/+155
2014-06-29Implement RFC#28: Add PartialOrd::partial_cmpSteven Fackler-13/+155
2014-06-30auto merge of #15256 : erickt/rust/optimizations, r=alexcrichtonbors-20/+44
2014-06-29Extract tests from libcore to a separate crateSteven Fackler-3337/+13
2014-06-29core: optimize {option,result}::collectErick Tryzelaar-20/+44
2014-06-29librustc: Remove the fallback to `int` for integers and `f64` forPatrick Walton-30/+30
2014-06-29c_str: replace .with_ref with .as_ptr throughout the codebase.Huon Wilson-12/+8
2014-06-28auto merge of #15208 : alexcrichton/rust/snapshots, r=pcwaltonbors-131/+126
2014-06-28Rename all raw pointers as necessaryAlex Crichton-118/+126
2014-06-28librustc: Match trait self types exactly.Patrick Walton-6/+8
2014-06-25Register new snapshotsAlex Crichton-13/+0
2014-06-24librustc: Remove cross borrowing from mutable `Box`es to `&mut`.Patrick Walton-1/+1
2014-06-25auto merge of #15160 : alexcrichton/rust/remove-f128, r=brsonbors-1/+0
2014-06-24std: Add stability attributes to primitive numeric modulesBrian Anderson-0/+18
2014-06-24Move core::bool tests to run-passBrian Anderson-99/+0
2014-06-24core: Remove bool::to_bitBrian Anderson-24/+1
2014-06-24core: Add stability attributes to CloneBrian Anderson-0/+7
2014-06-24librustc: Remove the fallback to `int` from typechecking.Niko Matsakis-216/+233
2014-06-24Remove the quad_precision_float feature gateAlex Crichton-1/+0
2014-06-24auto merge of #14963 : w3ln4/rust/master, r=alexcrichtonbors-0/+2
2014-06-24Added Mipsel architecture supportPawel Olzacki-0/+2
2014-06-23librustc: Feature gate lang items and intrinsics.Patrick Walton-1/+3
2014-06-22Register new snapshotsAlex Crichton-1/+0
2014-06-20librustc: Put `#[unsafe_destructor]` behind a feature gate.Patrick Walton-1/+2
2014-06-19auto merge of #15014 : brson/rust/all-crates-experimental, r=cmrbors-0/+1
2014-06-18Update doc comment for Int traitBrendan Zabarauskas-1/+2
2014-06-18Shorten endian conversion method namesBrendan Zabarauskas-68/+68
2014-06-18Remove `#[stable]` attribute from free-standing endian conversions and mark t...Brendan Zabarauskas-12/+12
2014-06-18Merge the Bitwise and ByteOrder traits into the Int traitBrendan Zabarauskas-345/+318
2014-06-18Fix comment formattingBrendan Zabarauskas-40/+36
2014-06-18Add a ByteOrder trait for abstracting over endian conversionsBrendan Zabarauskas-167/+263
2014-06-18rustdoc: Fix testing indented code blocksAlex Crichton-1/+3
2014-06-18auto merge of #14992 : nathantypanski/rust/collect-docs, r=huonwbors-14/+22
2014-06-17Mark all crates except std as experimentalBrian Anderson-0/+1
2014-06-17change ~[] -> Vec for collect()Nathan Typanski-14/+22
2014-06-17Add a b"xx" byte string literal of type &'static [u8].Simon Sapin-0/+4
2014-06-15Register new snapshotsAlex Crichton-18/+0
2014-06-14rustc: Obsolete the `@` syntax entirelyAlex Crichton-1/+3
2014-06-14auto merge of #14866 : bjz/rust/bitwise, r=alexcrichtonbors-20/+152
2014-06-13auto merge of #14750 : bachm/rust/master, r=alexcrichtonbors-0/+8