summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
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-39/+40
2013-04-26rt: Set the stack depth limit to 1GB. Abort on error.Brian Anderson-86/+3
2013-04-26Suppress all 'cond' errors in valgrind. #5856Brian Anderson-162/+2
2013-04-27Add mul_add and next_after methods to FloatBrendan Zabarauskas-2/+55
2013-04-27Add Orderable traitBrendan Zabarauskas-4/+155
2013-04-26rt: use the [u]int[nn]_t types in the RNG.Huon Wilson-9/+14
2013-04-26Fix typoUwe Dauernheim-1/+1
2013-04-26Combine PrimitiveInt, Int, and Uint traits into one single traitBrendan Zabarauskas-26/+8
2013-04-26add commentCorey Richardson-1/+1
2013-04-26Offer a hint on some unresolved importsCorey Richardson-1/+8
2013-04-26Added test cases for all fail message formatsMarvin Löbel-0/+120
2013-04-26Fix failing testBrendan Zabarauskas-67/+71
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-25rt: abort doesn't take an argumentBrian Anderson-1/+1
2013-04-26Allow customization of indent offsetUwe Dauernheim-1/+6
2013-04-25auto merge of #6055 : cmr/rust/incoming, r=graydon,brsonbors-8/+11
2013-04-26Add is_zero method to ZeroBrendan Zabarauskas-56/+67
2013-04-25implement Ord, TotalEq and TotalOrd for charDaniel Micay-69/+56
2013-04-25auto merge of #6054 : catamorphism/rust/rustpkg, r=graydonbors-178/+387
2013-04-25auto merge of #6048 : bjz/rust/numeric-traits, r=pcwaltonbors-319/+1148
2013-04-25Made fail! and assert! accept both &'static str and ~str, as well as a fmt! l...Marvin Löbel-26/+90
2013-04-25rt: pull upstream ISAAC code for consistency between 32/64 bit platformsHuon Wilson-18/+23
2013-04-25Rename vec::mod2 to vec::mod_zipCorey Richardson-16/+19
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-24Merge remote-tracking branch 'brson/io'Brian Anderson-307/+1339
2013-04-25Update impl of Round for RatioBrendan Zabarauskas-20/+22
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-24Remove FIXME #2699---I believe the calculation is correct. Fixes #2699.Niko Matsakis-1/+0
2013-04-24rustpkg: Preliminary work on install commandTim Chevalier-30/+175
2013-04-24rustpkg: Correct directory structure in test scenariosTim Chevalier-6/+11
2013-04-24rustpkg: Make path searching work as described in the rustpkg docTim Chevalier-151/+190
2013-04-24rustpkg: update README saying which tests passTim Chevalier-3/+23
2013-04-24core: Comments only -- move FIXME to correct locationTim Chevalier-2/+2
2013-04-24Remove needless FIXME. Fixes #2811.Niko Matsakis-2/+0
2013-04-24add a Counter iteratorDaniel Micay-8/+37
2013-04-24Rename cleanup_task_local_map_ to cleanup_task_local_map_extern_cbBrian Anderson-2/+2
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-63/+19
2013-04-25Move impls of `Num` out of core::num and clean up importsBrendan Zabarauskas-77/+53