summary refs log tree commit diff
path: root/src/libcore
AgeCommit message (Expand)AuthorLines
2014-05-30std: Rename {Eq,Ord} to Partial{Eq,Ord}Alex Crichton-125/+124
2014-05-30Register new snapshotsAlex Crichton-38/+2
2014-05-30lib{std,core,debug,rustuv,collections,native,regex}: Fix snake_case errors.Kevin Butler-2/+3
2014-05-29auto merge of #14427 : alexcrichton/rust/librand, r=huonwbors-20/+17
2014-05-29std: Recreate a `rand` moduleAlex Crichton-20/+17
2014-05-29auto merge of #14492 : alexcrichton/rust/totaleq, r=pnkfelixbors-0/+3
2014-05-28auto merge of #14451 : alexcrichton/rust/issue-14442, r=brsonbors-6/+29
2014-05-28auto merge of #14298 : kmcallister/rust/pattern-macros, r=huonwbors-0/+1
2014-05-28Silence warning in RefCell test suiteKeegan McAllister-0/+1
2014-05-28auto merge of #14464 : Sawyer47/rust/issue-12925, r=alexcrichtonbors-1402/+638
2014-05-28rustc: Accept PartialOrd/PartialOrdEq for Eq/OrdAlex Crichton-0/+3
2014-05-28auto merge of #14437 : Sawyer47/rust/utf16-items, r=alexcrichtonbors-7/+7
2014-05-28Move trait impls for primitives near trait definitionPiotr Jawniak-1402/+638
2014-05-28auto merge of #14463 : SergioBenitez/rust/deprecation-fix, r=alexcrichtonbors-2/+2
2014-05-28Rename UTF16Item[s] to Utf16Item[s]Piotr Jawniak-7/+7
2014-05-27Move std::{reflect,repr,Poly} to a libdebug crateAlex Crichton-4/+5
2014-05-27std: Rename strbuf operations to stringRicho Healey-4/+4
2014-05-27Fixed deprecation warning text for mem::move_val_init and its associated comm...Sergio Benitez-2/+2
2014-05-27std: Remove String's to_ownedRicho Healey-10/+10
2014-05-27rustc: Use rust strings for failure argumentsAlex Crichton-6/+29
2014-05-26Improve docs for core::tuplePiotr Jawniak-2/+50
2014-05-24core: rename strbuf::StrBuf to string::StringRicho Healey-19/+19
2014-05-24auto merge of #14402 : huonw/rust/arc-field-rename, r=alexcrichtonbors-14/+18
2014-05-25Paper over privacy issues with Deref by changing field names.Huon Wilson-14/+18
2014-05-24auto merge of #14392 : alexcrichton/rust/mem-updates, r=sfacklerbors-10/+17
2014-05-23core: Finish stabilizing the `mem` module.Alex Crichton-10/+17
2014-05-23core: Derive Show on SIMD typesBrian Anderson-0/+10
2014-05-23core: Document simd modBrian Anderson-1/+25
2014-05-23std: Move unstable::finally to std::finally. #1457Brian Anderson-2/+2
2014-05-23std: Move simd to core::simd and reexport. #1457Brian Anderson-1/+64
2014-05-23auto merge of #14359 : brson/rust/minordoc, r=alexcrichtonbors-14/+8
2014-05-23Minor library doc copyeditingBrian Anderson-14/+8
2014-05-23auto merge of #14360 : alexcrichton/rust/remove-deprecated, r=kballardbors-88/+1
2014-05-23auto merge of #14372 : neeee/rust/intrinsic-docs, r=brsonbors-0/+79
2014-05-23libcore: Document math intrinsics.lucy-0/+79
2014-05-22auto merge of #14357 : huonw/rust/spelling, r=pnkfelixbors-7/+9
2014-05-22auto merge of #14348 : alexcrichton/rust/doc.rust-lang.org, r=huonwbors-2/+2
2014-05-22libcore: Remove all uses of `~str` from `libcore`.Patrick Walton-382/+273
2014-05-22Remove a slew of old deprecated functionsAlex Crichton-88/+1
2014-05-22Spelling/doc formatting fixes.Huon Wilson-7/+9
2014-05-22auto merge of #14335 : tbu-/rust/pr_doc_strsplit, r=pnkfelixbors-0/+9
2014-05-21Change static.rust-lang.org to doc.rust-lang.orgAlex Crichton-2/+2
2014-05-21migrate from `exchange_malloc` to `allocate`Daniel Micay-5/+5
2014-05-21Add examples for edge cases of str.split/str.splitnTobias Bucher-0/+9
2014-05-21auto merge of #14316 : kballard/rust/range_inclusive_no_toprimitive, r=alexcr...bors-1/+1
2014-05-20auto merge of #14259 : alexcrichton/rust/core-mem, r=brsonbors-73/+148
2014-05-20core: Stabilize the mem moduleAlex Crichton-73/+148
2014-05-20auto merge of #14293 : alexcrichton/rust/weak-lang-items, r=brsonbors-5/+14
2014-05-20Remove useless ToPrimitive bound on range_inclusive()Kevin Ballard-1/+1
2014-05-20Address review commentsBrian Anderson-6/+6