about summary refs log tree commit diff
path: root/src/libcore
AgeCommit message (Expand)AuthorLines
2013-02-01core: Remove oldcommBrian Anderson-550/+0
2013-02-01Remove fail keyword from lexer & parser and clean up remaining calls toNick Desaulniers-12/+12
2013-01-31Replace most invocations of fail keyword with die! macroNick Desaulniers-20/+20
2013-01-31Replace most invocations of fail keyword with die! macroNick Desaulniers-169/+172
2013-01-31core: Remove transitional codeTim Chevalier-1052/+0
2013-01-31messing around with pipes and stagesTim Chevalier-9/+16
2013-01-31core: Stamp out XXXes (comments only)Tim Chevalier-5/+5
2013-01-31Merge pull request #4706 from sanxiyn/cleanup-fixmeBrian Anderson-7/+3
2013-01-31Merge pull request #4702 from aydinkim/patch-1Brian Anderson-2/+0
2013-01-31Finalize moves-based-on-type implementation.Niko Matsakis-2/+15
2013-01-31Cleanup FIXMEs (#3488)Seo Sanghyeon-7/+3
2013-01-31Delete unnecessary logsAydin Kim-2/+0
2013-01-30librustc: Change `self` as a type to `Self` everywhere. r=brsonPatrick Walton-43/+42
2013-01-30rustc: make integral type inference transactional, close #3211, close #4401, ...Graydon Hoare-66/+34
2013-01-30Merge pull request #4687 from alexcrichton/hashmap-speedupTim Chevalier-1/+1
2013-01-30Add test for float::roundCody Schroeder-5/+9
2013-01-30Use task local random when initializing mapsAlex Crichton-1/+1
2013-01-29librustc: Long lines. rs=burningPatrick Walton-1/+1
2013-01-29librustc: Speed up byte copy operations. r=nmatsakisPatrick Walton-1/+45
2013-01-29librustc: Strdup unique strings instead of copying in byte by byte. Shaves 2M...Patrick Walton-1/+6
2013-01-29core tests: Add use vec; directive inside core::hashmap testsTim Chevalier-0/+1
2013-01-29Merge pull request #4682 from thestinger/treemapTim Chevalier-4/+245
2013-01-29De-capitalize "note" to get rid of spurious tidy warningsTim Chevalier-1/+1
2013-01-29add intersection and union to the Set traitDaniel Micay-1/+89
2013-01-29add difference and symmetric_difference to SetDaniel Micay-0/+71
2013-01-29add is_disjoint to the Set traitDaniel Micay-3/+34
2013-01-29add is_subset and is_superset to the Set traitDaniel Micay-1/+52
2013-01-29libcore: De-export libcore. rs=deexportingPatrick Walton-90/+73
2013-01-29Long lineTim Chevalier-2/+2
2013-01-29librustc: De-implicit-self the visitor. r=graydonPatrick Walton-4/+742
2013-01-29librustc: Disallow trait bounds in types, enumerations, and structure definit...Patrick Walton-20/+304
2013-01-29libstd: Remove "dual impls" from the language and enforce coherence rules. r=...Patrick Walton-6/+15
2013-01-29Fix the len() method on LinearMap during poppingAlex Crichton-1/+4
2013-01-28core: Allow legacy records in in a few modulesTim Chevalier-0/+10
2013-01-28Revert readline optimization and add testBrian Anderson-3/+11
2013-01-28Slightly optimize read_line()Michael Neumann-3/+3
2013-01-28Fix example codeMichael Neumann-4/+4
2013-01-28get rid of LinearMap's find_copy methodDaniel Micay-20/+2
2013-01-26Merge remote-tracking branch 'brson/nocommupstream2'Brian Anderson-581/+944
2013-01-26core: Remove structural records in library testsTim Chevalier-3/+6
2013-01-25Fix Option camel case in commentsTyler Bindon-1/+1
2013-01-25Merge remote-tracking branch 'brson/nocommupstream'Brian Anderson-581/+944
2013-01-25Merge pull request #4625 from thestinger/containerTim Chevalier-44/+23
2013-01-24core: Mop up Windows breakageTim Chevalier-2/+2
2013-01-24remove remaining is_not_empty functions/methodsDaniel Micay-29/+1
2013-01-24implement Mutable trait for vecDaniel Micay-3/+16
2013-01-24replace ConstVector trait with the Container traitDaniel Micay-15/+9
2013-01-24Merge pull request #4623 from thestinger/mapTim Chevalier-78/+59
2013-01-24clean up LinearMap implementationDaniel Micay-78/+59
2013-01-24Convert dlist records into structsErick Tryzelaar-111/+128