about summary refs log tree commit diff
path: root/src/libcore/lib.rs
AgeCommit message (Expand)AuthorLines
2014-05-15core: Update all tests for fmt movementAlex Crichton-7/+6
2014-05-15core: Inherit the std::fmt moduleAlex Crichton-0/+3
2014-05-15core: Remove the unit moduleBrian Anderson-1/+0
2014-05-15Add a crate for missing stubs from libcoreAlex Crichton-0/+3
2014-05-15Register new snapshotsAlex Crichton-3/+0
2014-05-13core: Allow using failure outside of libcoreAlex Crichton-2/+5
2014-05-13core: Add a crate doc blockAlex Crichton-0/+21
2014-05-13core: Inherit the atomics moduleAlex Crichton-0/+1
2014-05-13std: Move the owned module from core to stdAlex Crichton-2/+3
2014-05-12Add the patch number to version strings. Closes #13289Brian Anderson-1/+1
2014-05-11core: Remove the cast moduleAlex Crichton-1/+0
2014-05-09auto merge of #14053 : FlaPer87/rust/master, r=huonwbors-0/+1
2014-05-09core: Allow kinds derivingsFlavio Percoco-0/+1
2014-05-08Handle breakage after libcore splitKevin Ballard-0/+2
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