summary refs log tree commit diff
path: root/src/libcore
AgeCommit message (Expand)AuthorLines
2013-02-07core: Remove structural records from the rest of core, except pipesTim Chevalier-31/+29
2013-02-07implement BaseIter for LinearMapDaniel Micay-17/+21
2013-02-07add a ReverseIter traitDaniel Micay-0/+4
2013-02-07make Option's map and map_default use a lifetimeDaniel Micay-5/+5
2013-02-07rm each method from the Map traitDaniel Micay-16/+13
2013-02-07core: Remove transitional codeTim Chevalier-11/+0
2013-02-07librustc: Lots of de-muting. rs=demutingPatrick Walton-106/+135
2013-02-07Merge pull request #4619 from brson/exchangeBrian Anderson-9/+97
2013-02-07Make ~fn non-copyable, make &fn copyable, split barefn/closure types,Niko Matsakis-220/+123
2013-02-06auto merge of #4815 : thestinger/rust/treemap, r=pcwaltonbors-5/+2
2013-02-06auto merge of #4801 : z0w0/rust/randomtrait, r=graydonbors-0/+100
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