about summary refs log tree commit diff
path: root/src/libcore
AgeCommit message (Expand)AuthorLines
2014-05-27std: Rename strbuf operations to stringRicho Healey-4/+4
2014-05-27std: Remove String's to_ownedRicho Healey-10/+10
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
2014-05-20core: Convert TODOs to FIXMEsBrian Anderson-5/+5
2014-05-20core: Spruce up the crate descriptionBrian Anderson-11/+22
2014-05-20core: More concise description for mod opsBrian Anderson-1/+1
2014-05-20core: Improve docs for cellBrian Anderson-1/+151
2014-05-19auto merge of #14289 : TyOverby/rust/master, r=alexcrichtonbors-8/+18
2014-05-19core::iter::order functions now take two types of iterators.TyOverby-8/+18
2014-05-19auto merge of #14294 : kballard/rust/result_unwrap_or_else, r=alexcrichtonbors-4/+11
2014-05-19Rename Result.unwrap_or_handle() to .unwrap_or_else()Kevin Ballard-4/+11
2014-05-19auto merge of #14292 : limeburst/rust/master, r=alexcrichtonbors-1/+1
2014-05-19rustc: Add official support for weak failureAlex Crichton-5/+14
2014-05-20Fix typo in libcoreJihyeok Seo-1/+1
2014-05-19Minor doc fixes in various placesPiotr Jawniak-18/+25
2014-05-18auto merge of #14276 : aochagavia/rust/pr, r=alexcrichtonbors-2/+2
2014-05-18Removed unnecessary transmuteAdolfo OchagavĂ­a-2/+2
2014-05-18auto merge of #14258 : alexcrichton/rust/dox-format-writer, r=cmrbors-4/+32
2014-05-17auto merge of #14249 : alexcrichton/rust/issue-14246, r=huonwbors-1/+17
2014-05-17core: Document FormatWriter and allow `write!`Alex Crichton-4/+32
2014-05-17core: Clarify the documentation on core's preludeAlex Crichton-1/+17