about summary refs log tree commit diff
path: root/src/libcore/lib.rs
AgeCommit message (Expand)AuthorLines
2014-05-07Test fixes and rebase conflictsAlex Crichton-1/+3
2014-05-07core: Get coretest workingAlex Crichton-5/+26
2014-05-07core: Inherit the cell moduleAlex Crichton-1/+2
2014-05-07core: Add a limited implementation of failureAlex Crichton-1/+7
2014-05-07core: Allow some #[deriving] in libcoreAlex Crichton-0/+6
2014-05-07core: Implement necessary traits for ~[T]/~strAlex Crichton-0/+3
2014-05-07core: Inherit possible string functionalityAlex Crichton-0/+1
2014-05-07core: Inherit necessary unicode functionalityAlex Crichton-0/+1
2014-05-07core: Inherit non-allocating slice functionalityAlex Crichton-0/+1
2014-05-07core: Inherit the specific numeric modulesAlex Crichton-0/+19
2014-05-07core: Inherit what's possible from the num moduleAlex Crichton-0/+2
2014-05-07core: Inherit the cmp moduleAlex Crichton-0/+1
2014-05-07core: Inherit the iter moduleAlex Crichton-0/+1
2014-05-07core: Inherit the option moduleAlex Crichton-0/+1
2014-05-07core: Inherit the bool moduleAlex Crichton-0/+1
2014-05-07core: Inherit the tuple moduleAlex Crichton-0/+1
2014-05-07core: Inherit the clone moduleAlex Crichton-0/+1
2014-05-07core: Inherit the unit moduleAlex Crichton-0/+1
2014-05-07core: Inherit the default moduleAlex Crichton-0/+1
2014-05-07core: Inherit the raw moduleAlex Crichton-0/+1
2014-05-07core: Inherit the any moduleAlex Crichton-0/+1
2014-05-07core: Inherit the finally moduleAlex Crichton-0/+1
2014-05-07core: Inherit the char moduleAlex Crichton-0/+4
2014-05-07core: Inherit the container moduleAlex Crichton-0/+1
2014-05-07core: Inherit the ty moduleAlex Crichton-0/+1
2014-05-07core: Inherit the ops moduleAlex Crichton-0/+1
2014-05-07core: Inherit the kinds moduleAlex Crichton-0/+4
2014-05-07core: Inherit the cast moduleAlex Crichton-0/+1
2014-05-07core: Inherit the ptr moduleAlex Crichton-0/+1
2014-05-07core: Inherit the mem moduleAlex Crichton-0/+1
2014-05-07core: Inherit the intrinsics moduleAlex Crichton-0/+4
2014-05-07mk: Add libcoreAlex Crichton-0/+22