about summary refs log tree commit diff
path: root/src/libcore
AgeCommit message (Expand)AuthorLines
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
2014-05-17Register new snapshotsAlex Crichton-4/+0
2014-05-16auto merge of #14135 : gereeter/rust/two-way-search, r=brsonbors-26/+206
2014-05-15core: Update all tests for fmt movementAlex Crichton-132/+219
2014-05-15std: Fix float testsAlex Crichton-27/+1
2014-05-15core: Implement f32/f64 formattingAlex Crichton-0/+362
2014-05-15Updates with core::fmt changesAlex Crichton-1/+1
2014-05-15core: Derive Show impls wherever possibleAlex Crichton-6/+6
2014-05-15core: Implement and export the try! macroAlex Crichton-0/+6
2014-05-15core: Allow formatted failure and assert in coreAlex Crichton-2/+25
2014-05-15core: Implement unwrap()/unwrap_err() on ResultAlex Crichton-18/+61
2014-05-15core: Inherit the std::fmt moduleAlex Crichton-0/+1407
2014-05-15core: Move intrinsic float functionality from stdAlex Crichton-2/+699
2014-05-15Implement cell::clone_refKeegan McAllister-0/+34
2014-05-15core: Remove the unit moduleBrian Anderson-47/+22
2014-05-15Add a crate for missing stubs from libcoreAlex Crichton-0/+3
2014-05-15Register new snapshotsAlex Crichton-104/+0
2014-05-14auto merge of #14133 : db48x/rust/ord-for-mut-refs, r=alexcrichtonbors-1/+33
2014-05-14Switched to the two-way algorithm for string searchingJonathan S-26/+206
2014-05-14define Eq,TotalEq,Ord,TotalOrd for &mut TDaniel Brooks-1/+33
2014-05-13core: Allow using failure outside of libcoreAlex Crichton-4/+7
2014-05-13core: Document should_not_exist's existenceAlex Crichton-0/+16
2014-05-13core: Add a crate doc blockAlex Crichton-0/+21
2014-05-13core: Inherit the atomics moduleAlex Crichton-0/+792
2014-05-13io: Implement process wait timeoutsAlex Crichton-0/+1
2014-05-13std: Rename str::Normalizations to str::DecompositionsFlorian Zeitz-3/+3