about summary refs log tree commit diff
path: root/src/libcore
AgeCommit message (Expand)AuthorLines
2014-07-09str: use more helpful assertion failure messagesCorey Richardson-2/+5
2014-07-09Add example to Any documentationAlisdair Owens-6/+55
2014-07-08make macros non-capturingJohn Clements-67/+67
2014-07-08std: Rename the `ToStr` trait to `ToString`, and `to_str` to `to_string`.Richo Healey-1/+1
2014-07-08auto merge of #15406 : luqmana/rust/nop, r=pcwaltonbors-12/+24
2014-07-07Add libunicode; move unicode functions from corekwantam-5377/+4
2014-07-07librustc (RFC #34): Implement the new `Index` and `IndexMut` traits.Patrick Walton-5/+40
2014-07-06Register snapshot.Luqman Aden-15/+0
2014-07-05Add #[crate_name] attributes as necessaryAlex Crichton-0/+2
2014-07-05libcore: Fix Items iterator for zero sized types.Luqman Aden-12/+24
2014-07-04Fixed Result type parameters in doc comment.Zbigniew Siciarz-1/+1
2014-07-04Change Shl<T, T> for Int to Shl<uint, T>Samuel Neves-13/+13
2014-07-04auto merge of #15321 : huonw/rust/nil-prim, r=alexcrichtonbors-0/+50
2014-07-04auto merge of #15343 : alexcrichton/rust/0.11.0-release, r=brsonbors-2/+2
2014-07-04core: add a primitive page for `()`.Huon Wilson-0/+50
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-02Merge remote-tracking branch 'origin/master' into 0.11.0-releaseAlex Crichton-3955/+885
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-27Update to 0.11.0 0.11.0Alex Crichton-2/+2
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