about summary refs log tree commit diff
path: root/src/libcore
AgeCommit message (Expand)AuthorLines
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-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
2014-05-09Register new snapshotsAlex Crichton-2/+2
2014-05-09doc: Fix some broken linksAlex Crichton-1/+1
2014-05-09auto merge of #14053 : FlaPer87/rust/master, r=huonwbors-0/+1
2014-05-08auto merge of #14019 : brson/rust/docs, r=alexcrichtonbors-44/+24
2014-05-09core: Allow kinds derivingsFlavio Percoco-0/+1
2014-05-08Handle breakage after libcore splitKevin Ballard-3/+33
2014-05-08Handle fallout in documentationKevin Ballard-55/+56
2014-05-08Handle fallout for vector additionKevin Ballard-17/+0
2014-05-08Handle fallout in iter, option, result, and sync::arcKevin Ballard-50/+51
2014-05-08Remove FromIterator impl for ~[T]Kevin Ballard-33/+0
2014-05-07std: Small doc tweaksBrian Anderson-1/+3
2014-05-07std: Change names of transmute's type parametersBrian Anderson-1/+1
2014-05-07std: Reorder definitions in castBrian Anderson-19/+19
2014-05-07std: Remove bump_box_refcount. Deprecated and unused. Deprecused.Brian Anderson-23/+1
2014-05-07Test fixes and rebase conflictsAlex Crichton-25/+59