about summary refs log tree commit diff
path: root/src/libcore/lib.rs
AgeCommit message (Expand)AuthorLines
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