about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
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-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
2013-04-25Fix incorrect replacement of `modulo` with `rem`Brendan Zabarauskas-1/+1
2013-04-24auto merge of #6044 : Dretch/rust/run-remove-progrepr, r=graydonbors-67/+50
2013-04-24core: Turn off rtdebug loggingBrian Anderson-2/+2
2013-04-24core: Warning policeBrian Anderson-12/+5
2013-04-24Fixed typo... And a billion other things.Marvin Löbel-20/+31
2013-04-24Removed ascii functions from other modulesMarvin Löbel-89/+43
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-538/+397
2013-04-24libcore: remove unnecessary derefHuon Wilson-1/+1
2013-04-24libcore: unify `gen_<type>` methods on `rand::RngUtil` into the generic `gen`.Huon Wilson-247/+106
2013-04-24libcore: convert the Program @-object to be a plain struct + impl.Huon Wilson-114/+104
2013-04-24libcore: remove @Rng from rand, and use traits instead.Huon Wilson-195/+205
2013-04-23TidyBrian Anderson-1/+1
2013-04-23core::rt: Add more I/O docsBrian Anderson-22/+153
2013-04-24Merge branch 'incoming' of git://github.com/mozilla/rust into unwind-fixJames Miller-188/+671
2013-04-24Remove rust_unwind.hJames Miller-41/+7
2013-04-24Improve divide-by-zero error messagesBrendan Zabarauskas-10/+10
2013-04-24Implement Natural traitBrendan Zabarauskas-2/+335
2013-04-23core: Convert reinterpret_cast to transmute in TLS. #6039Brian Anderson-11/+6
2013-04-24Implement Signed and Unsigned traits and remove related predicate functionsBrendan Zabarauskas-178/+328
2013-04-23Merge remote-tracking branch 'brson/io'Brian Anderson-289/+1203
2013-04-23Fixing some various warnings about unused importsAlex Crichton-4/+6
2013-04-23Removing more unnecessary unsafe blocks throughoutAlex Crichton-97/+83
2013-04-23Improve the unused unsafe block warning to include unsafe blocks in unsafe fu...Alex Crichton-43/+71