about summary refs log tree commit diff
path: root/src/libnum
AgeCommit message (Expand)AuthorLines
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
2014-06-24std: Add stability attributes to primitive numeric modulesBrian Anderson-0/+2
2014-06-24librustc: Remove the fallback to `int` from typechecking.Niko Matsakis-14/+14
2014-06-19auto merge of #15014 : brson/rust/all-crates-experimental, r=cmrbors-0/+1
2014-06-18Merge the Bitwise and ByteOrder traits into the Int traitBrendan Zabarauskas-1/+1
2014-06-17Mark all crates except std as experimentalBrian Anderson-0/+1
2014-06-11rustc: Remove ~[T] from the languageAlex Crichton-2/+0
2014-06-09Cleanup bigintAdolfo Ochagavía-36/+27
2014-06-09Moved integer trait and functions to submoduleAdolfo Ochagavía-401/+418
2014-06-06rustdoc: Submit examples to play.rust-lang.orgAlex Crichton-1/+2
2014-06-06auto merge of #14668 : aochagavia/rust/pr3, r=alexcrichtonbors-0/+8
2014-06-06Change to_str().to_string() to just to_str()Adolfo Ochagavía-2/+2
2014-06-06Document BigInt's new and from_slice methodsAdolfo Ochagavía-0/+8
2014-06-01std: Drop Total from Total{Eq,Ord}Alex Crichton-7/+7
2014-05-30std: Rename {Eq,Ord} to Partial{Eq,Ord}Alex Crichton-21/+21
2014-05-29std: Recreate a `rand` moduleAlex Crichton-2/+2
2014-05-28std: Remove format_strbuf!()Alex Crichton-22/+22
2014-05-27std: Rename strbuf operations to stringRicho Healey-59/+59
2014-05-24core: rename strbuf::StrBuf to string::StringRicho Healey-13/+13
2014-05-22auto merge of #14348 : alexcrichton/rust/doc.rust-lang.org, r=huonwbors-1/+1
2014-05-22libcore: Remove all uses of `~str` from `libcore`.Patrick Walton-49/+212
2014-05-22libstd: Remove `~str` from all `libstd` modules except `fmt` and `str`.Patrick Walton-13/+21
2014-05-21Change static.rust-lang.org to doc.rust-lang.orgAlex Crichton-1/+1
2014-05-21Remove two outdated FIXMEs from complex.rsPiotr Jawniak-4/+0
2014-05-16Some fixesCorey Richardson-1/+1
2014-05-16num: expand crate documentation + add exampleCorey Richardson-0/+34
2014-05-15Updates with core::fmt changesAlex Crichton-5/+5
2014-05-15core: Move intrinsic float functionality from stdAlex Crichton-2/+2
2014-05-14libnum: Remove all uses of `~str` from `libnum`Patrick Walton-81/+85
2014-05-13Implements Default trait for BigInt and BigUintPiotr Jawniak-0/+11
2014-05-13auto merge of #14167 : cmr/rust/cmplx, r=alexcrichtonbors-53/+53
2014-05-12num: rename Cmplx to ComplexCorey Richardson-53/+53
2014-05-12Add the patch number to version strings. Closes #13289Brian Anderson-1/+1
2014-05-07Change the biguint documentation example to reflect deprecated owned vectorTim Brooks-1/+1
2014-05-01BigUint always use u64 as the internal machine unsigned integerGuillaume Pinot-166/+41
2014-04-28Deprecate the rev_iter pattern in all places where a DoubleEndedIterator is p...Jonathan S-3/+3
2014-04-27add BigUint subtraction underflow error messageRyan Mulligan-1/+9
2014-04-23auto merge of #13686 : alexcrichton/rust/issue-12224, r=nikomatsakisbors-1/+1
2014-04-23Fix other bugs with new closure borrowingAlex Crichton-1/+1
2014-04-22auto merge of #13597 : bjz/rust/float-api, r=brsonbors-48/+43
2014-04-21Fix misspellings in comments.Joseph Crail-1/+1
2014-04-19Have floating point functions take their parameters by value.Brendan Zabarauskas-8/+8
2014-04-19Merge the Round trait into the Float traitBrendan Zabarauskas-40/+35
2014-04-18Replace all ~"" with "".to_owned()Richo Healey-61/+61