about summary refs log tree commit diff
path: root/src/libcore
AgeCommit message (Expand)AuthorLines
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
2014-05-07core: Inherit the clone moduleAlex Crichton-0/+172
2014-05-07core: Inherit the unit moduleAlex Crichton-0/+46
2014-05-07core: Inherit the default moduleAlex Crichton-0/+28
2014-05-07core: Inherit the raw moduleAlex Crichton-0/+115
2014-05-07core: Inherit the any moduleAlex Crichton-0/+306
2014-05-07core: Inherit the finally moduleAlex Crichton-0/+166
2014-05-07core: Inherit the char moduleAlex Crichton-0/+858
2014-05-07core: Inherit the container moduleAlex Crichton-0/+109
2014-05-07core: Inherit the ty moduleAlex Crichton-0/+72
2014-05-07core: Inherit the ops moduleAlex Crichton-0/+575
2014-05-07core: Inherit the kinds moduleAlex Crichton-0/+285
2014-05-07core: Inherit the cast moduleAlex Crichton-0/+150
2014-05-07core: Inherit the ptr moduleAlex Crichton-0/+737
2014-05-07core: Inherit the mem moduleAlex Crichton-0/+459
2014-05-07core: Inherit the intrinsics moduleAlex Crichton-0/+491
2014-05-07mk: Add libcoreAlex Crichton-0/+22
2013-05-22libstd: Fix merge fallout.Patrick Walton-2207/+0
2013-05-22libstd: Rename libcore to libstd and libstd to libextra; update makefiles.Patrick Walton-52811/+0
2013-05-22fix arm stack alignmentJyun-Yan You-1/+3
2013-05-21auto merge of #6650 : crabtw/rust/mips-rt, r=sanxiynbors-1/+3
2013-05-21auto merge of #6648 : alexcrichton/rust/issue-6633, r=graydonbors-1/+1
2013-05-20auto merge of #6647 : alexcrichton/rust/unnecessary-alloc, r=graydonbors-4/+4
2013-05-20auto merge of #6646 : dotdash/rust/method_lookup, r=brsonbors-3/+3
2013-05-20auto merge of #6626 : brson/rust/io-upstream, r=graydonbors-318/+463
2013-05-21fix mips stack alignmentJyun-Yan You-1/+3
2013-05-20auto merge of #6604 : bjz/rust/ptr-to-option, r=brsonbors-0/+51
2013-05-20auto merge of #6528 : brson/rust/docs, r=brsonbors-4/+6