about summary refs log tree commit diff
path: root/src/libnum
AgeCommit message (Expand)AuthorLines
2014-10-07Put slicing syntax behind a feature gate.Nick Cameron-1/+2
2014-10-07Use slice syntax instead of slice_to, etc.Nick Cameron-2/+2
2014-10-03Set the `non_uppercase_statics` lint to warn by defaultP1start-30/+36
2014-10-02Revert "Use slice syntax instead of slice_to, etc."Aaron Turon-2/+2
2014-10-02Revert "Put slicing syntax behind a feature gate."Aaron Turon-2/+1
2014-10-02Put slicing syntax behind a feature gate.Nick Cameron-1/+2
2014-10-02Use slice syntax instead of slice_to, etc.Nick Cameron-2/+2
2014-09-23Deprecate `#[ignore(cfg(...))]`Steven Fackler-1/+1
2014-09-23Fix regression and overflow bug for rationals.Joseph Crail-5/+44
2014-09-22Fix deprecation warnings in check-docs.Victor Berger-0/+10
2014-09-22auto merge of #17339 : treeman/rust/doc-things, r=alexcrichtonbors-20/+20
2014-09-19Add enum variants to the type namespaceNick Cameron-31/+31
2014-09-17Test fixes from the rollupAlex Crichton-0/+3
2014-09-17doc: Cleanup.Jonas Hietala-20/+20
2014-09-16Deprecate libnum in favor of rust-lang/numAaron Turon-1/+3
2014-09-09Remove some test warnings.Jonas Hietala-42/+42
2014-09-07auto merge of #17005 : bjz/rust/bit-count, r=thestingerbors-1/+1
2014-09-05auto merge of #16775 : jbcrail/rust/fix-rational-docs, r=pcwaltonbors-2/+2
2014-09-05Make integer bit count methods return uintsBrendan Zabarauskas-1/+1
2014-09-02auto merge of #16850 : vks/rust/hash-num, r=alexcrichtonbors-8/+24
2014-08-31Fix whitespace and missing parentheses.Joseph Crail-2/+2
2014-08-30rollup merge of #16778 : jbcrail/fix-issue-15826Alex Crichton-6/+29
2014-08-30Unify non-snake-case lints and non-uppercase statics lintsP1start-0/+1
2014-08-29complex: use `///...` instead of `/**...*/` for commentVinzent Steinberg-4/+2
2014-08-29num: implement `Hash` for `Complex` and `Ratio`Vinzent Steinberg-4/+22
2014-08-28Fix issue #15826.Joseph Crail-6/+29
2014-08-26Use temp vars for implicit coercion to ^[T]Nick Cameron-3/+3
2014-08-17auto merge of #16558 : Gankro/rust/hashbig, r=pcwaltonbors-1/+55
2014-08-17Make BigUint and BigInt Hash, fixes #16551Alexis Beingessner-1/+55
2014-08-16auto merge of #16475 : treeman/rust/complex-divide-by-zero-test, r=alexcrichtonbors-0/+8
2014-08-14Add a test for complex divide by zero.Jonas Hietala-0/+8
2014-08-13core: Change the argument order on splitn and rsplitn for strs.Brian Anderson-2/+2
2014-08-06Use byte literal in libnumnham-1/+1
2014-07-29Improve documentation of rounding functionsPiotr Jawniak-8/+19
2014-07-29Rename Integer trait `divides` to `is_multiple_of`.Jonas Hietala-20/+43
2014-07-17auto merge of #15718 : treeman/rust/integer-doc, r=alexcrichtonbors-18/+90
2014-07-16Main example for bigint usage.Jonas Hietala-42/+68
2014-07-16Examples for Integer trait methods.Jonas Hietala-18/+90
2014-07-11Update doc URLs for version bumpBrian Anderson-1/+1
2014-07-09Register new snapshotsAlex Crichton-2/+0
2014-07-08std: Rename the `ToStr` trait to `ToString`, and `to_str` to `to_string`.Richo Healey-7/+8
2014-07-06auto merge of #15417 : pfalabella/rust/rational-signed, r=alexcrichtonbors-0/+44
2014-07-05Add #[crate_name] attributes as necessaryAlex Crichton-2/+3
2014-07-05Added num::Signed implementation to Ratio (squashed)Paolo Falabella-0/+44
2014-07-04auto merge of #15343 : alexcrichton/rust/0.11.0-release, r=brsonbors-2/+2
2014-07-02Merge remote-tracking branch 'origin/master' into 0.11.0-releaseAlex Crichton-6/+7
2014-07-02Rationals that have a 1 denom should print like intsPaolo Falabella-17/+28
2014-06-29Implement RFC#28: Add PartialOrd::partial_cmpSteven Fackler-5/+6
2014-06-29librustc: Remove the fallback to `int` for integers and `f64` forPatrick Walton-1/+1
2014-06-27Update to 0.11.0 0.11.0Alex Crichton-2/+2