about summary refs log tree commit diff
path: root/src/libcore
AgeCommit message (Expand)AuthorLines
2013-04-29auto merge of #6110 : bjz/rust/numeric-traits, r=pcwaltonbors-256/+360
2013-04-29Revert "Merge Exponential and Hyperbolic traits"Brendan Zabarauskas-5/+11
2013-04-29Merge Exponential and Hyperbolic traitsBrendan Zabarauskas-11/+5
2013-04-29Rename 'divisible_by' method to 'is_multiple_of', add tests for 'is_odd' and ...Brendan Zabarauskas-5/+67
2013-04-29Move appropriate functions out of Real and into separate Algebraic, Trigonome...Brendan Zabarauskas-251/+293
2013-04-28make way for a new iter moduleDaniel Micay-429/+534
2013-04-28rand: Fix infinite recursionPhilipp Brüschweiler-1/+1
2013-04-27auto merge of #6082 : catamorphism/rust/mkdir_recursive, r=brsonbors-0/+35
2013-04-27auto merge of #6071 : bjz/rust/numeric-traits, r=graydonbors-762/+1624
2013-04-27auto merge of #6064 : thestinger/rust/char, r=catamorphismbors-14/+19
2013-04-26auto merge of #6059 : Kimundi/rust/nice-fail, r=pcwaltonbors-1/+46
2013-04-27Propagate NaNs for Orderable methods impled on floating-point primitivesBrendan Zabarauskas-15/+75
2013-04-27Fix copy-paste mistakesBrendan Zabarauskas-5/+5
2013-04-26auto merge of #6057 : cmr/rust/map_zip, r=graydonbors-9/+12
2013-04-27Remove unnecessary fallbacksBrendan Zabarauskas-82/+0
2013-04-27Rename `nextafter` to `next_after` to match method name in FloatBrendan Zabarauskas-8/+9
2013-04-27Add additional constants to primitive floating point numbersBrendan Zabarauskas-1/+96
2013-04-26core: Move mkdir_recursive from rustpkg into core::osTim Chevalier-0/+35
2013-04-27Add mul_add and next_after methods to FloatBrendan Zabarauskas-2/+55
2013-04-27Add Orderable traitBrendan Zabarauskas-4/+155
2013-04-26Combine PrimitiveInt, Int, and Uint traits into one single traitBrendan Zabarauskas-26/+8
2013-04-26Add BitCount traitBrendan Zabarauskas-16/+287
2013-04-26Add Int, Uint and Float traits for primitive numbersBrendan Zabarauskas-48/+122
2013-04-26Add Bitwise, Bounded, Primitive, and PrimitiveInt traitsBrendan Zabarauskas-0/+258
2013-04-26Minor style improvements for test functionsBrendan Zabarauskas-5/+2
2013-04-26Use `///` doc-comment form instead of `/** */`Brendan Zabarauskas-663/+662
2013-04-25auto merge of #6055 : cmr/rust/incoming, r=graydon,brsonbors-8/+11
2013-04-26Add is_zero method to ZeroBrendan Zabarauskas-37/+40
2013-04-25implement Ord, TotalEq and TotalOrd for charDaniel Micay-14/+19
2013-04-25auto merge of #6054 : catamorphism/rust/rustpkg, r=graydonbors-2/+2
2013-04-25auto merge of #6048 : bjz/rust/numeric-traits, r=pcwaltonbors-286/+1121
2013-04-25Made fail! and assert! accept both &'static str and ~str, as well as a fmt! l...Marvin Löbel-1/+46
2013-04-25Rename vec::mod2 to vec::mod_zipCorey Richardson-9/+12
2013-04-24Move documentation for vec::windowed where it will be generatedCorey Richardson-8/+10
2013-04-24Add basic documentation for with_capacityCorey Richardson-0/+1
2013-04-25Restore Round trait and move appropriate methods out of RealBrendan Zabarauskas-67/+307
2013-04-24auto merge of #6051 : thestinger/rust/iterator, r=catamorphism,pcwaltonbors-8/+37
2013-04-24core: Comments only -- move FIXME to correct locationTim Chevalier-2/+2
2013-04-24add a Counter iteratorDaniel Micay-8/+37
2013-04-25Add Fractional, Real and RealExt traitsBrendan Zabarauskas-71/+724
2013-04-25Use borrowed pointers for Integer methodsBrendan Zabarauskas-71/+71
2013-04-25Rename Natural to IntegerBrendan Zabarauskas-5/+7
2013-04-25Use #[cfg(not(stage0))] to exclude items from stage0Brendan Zabarauskas-51/+15
2013-04-25Move impls of `Num` out of core::num and clean up importsBrendan Zabarauskas-77/+53
2013-04-24auto merge of #6044 : Dretch/rust/run-remove-progrepr, r=graydonbors-67/+50
2013-04-24Fixed typo... And a billion other things.Marvin Löbel-8/+12
2013-04-24Removed ascii functions from other modulesMarvin Löbel-83/+25
2013-04-24Refactor core::run to remove the ProgRepr struct, which wasgareth-67/+50
2013-04-24auto merge of #6036 : huonw/rust/core-less-at, r=nikomatsakisbors-441/+336
2013-04-24libcore: remove unnecessary derefHuon Wilson-1/+1