summary refs log tree commit diff
path: root/src/libcore
AgeCommit message (Expand)AuthorLines
2013-02-06remove issue #3148 workarounds (no longer needed)Daniel Micay-5/+2
2013-02-06Rewrite the exchange allocator to work without an active scheduler. #4457Brian Anderson-9/+97
2013-02-05Merge branch 'incoming' into removingTim Chevalier-29/+43
2013-02-05MergeTim Chevalier-1248/+2065
2013-02-05auto merge of #4793 : brson/rust/ignore_exclusive_unwrap_conflict, r=brsonbors-1/+1
2013-02-05core: Add a rand::Rand trait that is implemented by types that can beZack Corr-0/+100
2013-02-05auto merge of #4790 : pcwalton/rust/at-readers, r=pcwaltonbors-9/+9
2013-02-04core/syntax: Staging fixesTim Chevalier-16/+2
2013-02-04core/syntax: Add transitional code for pipesTim Chevalier-9/+16
2013-02-04Ignore test exclusive_unwrap_conflict. #4689Brian Anderson-1/+1
2013-02-04automated mergebors-19/+33
2013-02-04libcore: Add @ to ReadersPatrick Walton-9/+9
2013-02-03core: Flesh out the either traitsErick Tryzelaar-0/+17
2013-02-03core: export either::{Either,Left,Right} from the preludeErick Tryzelaar-0/+1
2013-02-03core: sort each prelude.rs sectionErick Tryzelaar-19/+15
2013-02-03core: convert ToStr::to_str to take explicit &selfErick Tryzelaar-27/+43
2013-02-03Solved float, f32 and f64 `to_str_radix()` special value ambiguity.Marvin Löbel-3/+69
2013-02-03Fixed errors resulting from rebase.Marvin Löbel-27/+28
2013-02-03Fixed `fmt!`, tests, doc-tests.Marvin Löbel-1/+7
2013-02-03Removed wrong/wip docMarvin Löbel-4/+0
2013-02-03Converted the floating point types to the new string conversion functions.Marvin Löbel-223/+614
2013-02-03Fixed tests still using old integer to_strMarvin Löbel-11/+33
2013-02-03Converted libcore/uint-template.rs to the new string functions.Marvin Löbel-142/+142
2013-02-03Converted libcore/int-template.rs to the new string functions.Marvin Löbel-72/+126
2013-02-03Added generic string <-> number conversion functions to core::num.Marvin Löbel-3/+537
2013-02-03Added some generic number functions to core::numMarvin Löbel-0/+89
2013-02-03Added char::from_digit(), char::is_digit_radix() and an argument check to cha...Marvin Löbel-0/+50
2013-02-03Added ToStrRadix and FromStrRadix traitsMarvin Löbel-0/+10
2013-02-03Added Round trait to coreMarvin Löbel-0/+126
2013-02-03Moved all numeric modules in core into own directoryMarvin Löbel-10/+15
2013-02-01rt: Remove portsBrian Anderson-2/+0
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