about summary refs log tree commit diff
path: root/src/libcore
AgeCommit message (Expand)AuthorLines
2014-05-20core: Stabilize the mem moduleAlex Crichton-73/+148
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-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
2014-05-13core: Move Hangul decomposition into unicode.rsFlorian Zeitz-50/+52
2014-05-13core: Use appropriately sized integers for codepoints and bytesFlorian Zeitz-50/+45
2014-05-13std, core: Generate unicode.rs using unicode.pyFlorian Zeitz-4/+7
2014-05-13std: Move the owned module from core to stdAlex Crichton-93/+95
2014-05-12Improved example code in OptionAdolfo OchagavĂ­a-12/+15
2014-05-12libcore: remove fails from slice.rs and remove duplicated length checkingKevin Butler-24/+35
2014-05-12Add the patch number to version strings. Closes #13289Brian Anderson-1/+1
2014-05-12register snapshotsDaniel Micay-16/+0
2014-05-11core: Remove the cast moduleAlex Crichton-189/+165
2014-05-10initial port of the exchange allocator to jemallocDaniel Micay-3/+5
2014-05-10add an align parameter to exchange_mallocDaniel Micay-5/+21
2014-05-10auto merge of #14073 : alexcrichton/rust/snapshots, r=huonwbors-2/+2
2014-05-10auto merge of #14068 : alexcrichton/rust/rustdoc-xcrate-links, r=brsonbors-1/+1