about summary refs log tree commit diff
path: root/src/libstd/num
AgeCommit message (Expand)AuthorLines
2014-03-08Removed DeepClone. Issue #12698.Michael Darakananda-2/+1
2014-03-05add tests for `min` and `max` from `Float`Daniel Micay-0/+24
2014-03-05consistently use LLVM floating point intrinsicsDaniel Micay-87/+18
2014-03-05add correct floating point `min` and `max` methods.Daniel Micay-2/+24
2014-02-28std: Change assert_eq!() to use {} instead of {:?}Alex Crichton-3/+3
2014-02-28std: Avoid using "{:?}" in format stringsAlex Crichton-5/+5
2014-02-24Remove std::num::ToStrRadix from the preludeBrendan Zabarauskas-1/+3
2014-02-24Remove std::from_str::FromStr from the preludeBrendan Zabarauskas-0/+12
2014-02-24auto merge of #12445 : huonw/rust/less-unsafe, r=alexcrichtonbors-8/+4
2014-02-23Remove all ToStr impls, add Show implsAlex Crichton-28/+0
2014-02-24arena,std,serialize: remove some unnecessary transmutes.Huon Wilson-8/+4
2014-02-23auto merge of #12416 : alexcrichton/rust/highlight, r=huonwbors-2/+2
2014-02-23std: Move intrinsics to std::intrinsics.Brian Anderson-12/+12
2014-02-23rustdoc: Add syntax highlightingAlex Crichton-2/+2
2014-02-21auto merge of #12382 : bjz/rust/fmt-int, r=alexcrichtonbors-21/+93
2014-02-22Reduce reliance on `to_str_radix`Brendan Zabarauskas-2/+2
2014-02-22Decouple integer formatting from std::num::strconvBrendan Zabarauskas-18/+88
2014-02-22Add Pod trait bound to std::num::PrimitiveBrendan Zabarauskas-1/+3
2014-02-22Move std::num::Integer to libnumBrendan Zabarauskas-407/+18
2014-02-20move extra::test to libtestLiigo Zhuang-4/+4
2014-02-17auto merge of #12321 : bjz/rust/remove-real, r=alexcrichtonbors-500/+490
2014-02-17Rename Bitwise::population_count to Bitwise::count_ones and add Bitwise::coun...Brendan Zabarauskas-39/+89
2014-02-17Remove Real trait and move methods into FloatBrendan Zabarauskas-500/+490
2014-02-15auto merge of #12302 : alexcrichton/rust/issue-12295, r=brsonbors-2/+0
2014-02-15Silence some unused import warningsAlex Crichton-2/+0
2014-02-14Fix all code examplesAlex Crichton-21/+26
2014-02-14Enable 64-bit checked multiplication on 32-bitAlex Crichton-5/+1
2014-02-13Removed num::OrderableMichael Darakananda-210/+3
2014-02-01auto merge of #11930 : bjz/rust/next_power_of_two, r=huonwbors-141/+89
2014-01-31Fix minor doc typosVirgile Andreani-10/+10
2014-02-01Move int and uint overflow tests into macrosBrendan Zabarauskas-15/+14
2014-02-01Remove free-standing div functions in std::uintBrendan Zabarauskas-60/+0
2014-02-01Make next_power_of_two generic for unsigned integersBrendan Zabarauskas-66/+75
2014-01-31auto merge of #11918 : omasanori/rust/reduce-warnings, r=alexcrichtonbors-5/+0
2014-01-29auto merge of #11672 : bjz/rust/remove-times, r=brsonbors-43/+0
2014-01-30Remove Times traitBrendan Zabarauskas-43/+0
2014-01-30Remove unused imports.OGINO Masanori-5/+0
2014-01-28Rename CopyableVector to CloneableVectorVirgile Andreani-1/+1
2014-01-25Uppercase numeric constantsChris Wong-272/+272
2014-01-22Remove the initial and trailing blank doc-comment linesSiegeLord-80/+0
2014-01-22Add LowerExp 'e' and UpperExp 'E' format traits/specifiersSiegeLord-0/+68
2014-01-22float_to_str_bytes_common can now handle exponential notationSiegeLord-17/+77
2014-01-21[std::str] Rename from_utf8_owned_opt() to from_utf8_owned(), drop the old fr...Simon Sapin-1/+1
2014-01-21[std::vec] Rename .pop_opt() to .pop(), drop the old .pop() behaviorSimon Sapin-1/+1
2014-01-20Improve std::num::pow implementationBrendan Zabarauskas-42/+30
2014-01-20Add operator trait constraints to std::num::{Zero, One} and document their ap...Brendan Zabarauskas-16/+46
2014-01-18Replace old pow_with_uint with the new pow funcFlavio Percoco-43/+7
2014-01-18Added benchmark for pow and pow_with_uintFlavio Percoco-0/+21
2014-01-18auto merge of #11622 : bjz/rust/simplify-primitive-trait, r=brsonbors-84/+31
2014-01-18Add FIXME comments regarding issue #11526.Brendan Zabarauskas-0/+22