about summary refs log tree commit diff
path: root/src/libcore
AgeCommit message (Expand)AuthorLines
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
2014-05-07core: Implement necessary traits for ~[T]/~strAlex Crichton-0/+200
2014-05-07core: Inherit possible string functionalityAlex Crichton-0/+1862
2014-05-07core: Inherit necessary unicode functionalityAlex Crichton-0/+5010
2014-05-07core: Inherit non-allocating slice functionalityAlex Crichton-0/+1484
2014-05-07core: Inherit the specific numeric modulesAlex Crichton-0/+1748
2014-05-07core: Inherit what's possible from the num moduleAlex Crichton-0/+862
2014-05-07core: Inhert ~/@/& cmp traits, remove old modulesAlex Crichton-0/+75
2014-05-07core: Inherit the cmp moduleAlex Crichton-0/+245
2014-05-07core: Inherit the iter moduleAlex Crichton-0/+3091
2014-05-07core: Inherit the option moduleAlex Crichton-0/+882
2014-05-07core: Inherit the bool moduleAlex Crichton-0/+274
2014-05-07core: Inherit the tuple moduleAlex Crichton-0/+331
2014-05-07core: Bring clone tests up to date in styleAlex Crichton-36/+39