summary refs log tree commit diff
path: root/src/libcore
AgeCommit message (Expand)AuthorLines
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
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
2014-05-07core: Move Option::expect to libstd from libcoreAlex Crichton-29/+5
2014-05-07core: Fix an unsigned negation warningAlex Crichton-1/+1
2014-05-07core: Get coretest workingAlex Crichton-77/+238
2014-05-07core: Inherit the cell moduleAlex Crichton-1/+312
2014-05-07core: Inherit the result moduleAlex Crichton-0/+754
2014-05-07core: Remove generics from Option::expectAlex Crichton-3/+1
2014-05-07core: Add a limited implementation of failureAlex Crichton-45/+143
2014-05-07core: Bring char/finally test style up to dateAlex Crichton-196/+202
2014-05-07core: Allow some #[deriving] in libcoreAlex Crichton-0/+6