about summary refs log tree commit diff
path: root/src/libcore
AgeCommit message (Expand)AuthorLines
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-24Merge remote-tracking branch 'brson/io'Brian Anderson-282/+1224
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-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-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-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-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
2013-04-24libcore: unify `gen_<type>` methods on `rand::RngUtil` into the generic `gen`.Huon Wilson-179/+76
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-162/+170
2013-04-23TidyBrian Anderson-1/+1
2013-04-23core::rt: Add more I/O docsBrian Anderson-22/+153
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-161/+294
2013-04-23Merge remote-tracking branch 'brson/io'Brian Anderson-264/+1088
2013-04-23Fixing some various warnings about unused importsAlex Crichton-1/+3
2013-04-23Removing more unnecessary unsafe blocks throughoutAlex Crichton-74/+66
2013-04-23core::rt: Tasks to not require an unwinderBrian Anderson-47/+126
2013-04-23auto merge of #6010 : Dretch/rust/run-windows, r=brsonbors-51/+88
2013-04-23Cleanup some mistakes made during rebasing/merging.gareth-3/+2
2013-04-23Oops, the should_fail test needs to be ignored on windows.gareth-0/+1
2013-04-23Remove os::waitpid because:gareth-30/+19
2013-04-23Fix issue #5976 - HANDLE leaks and undefined/bad behavourgareth-26/+74
2013-04-23auto merge of #6034 : thestinger/rust/num, r=catamorphism,pcwaltonbors-0/+58
2013-04-23auto merge of #6028 : Kimundi/rust/strconv-test-fixup, r=brsonbors-3/+2
2013-04-23inline the primitive numeric operationsDaniel Micay-0/+58