| Age | Commit message (Expand) | Author | Lines |
| 2014-07-05 | Added num::Signed implementation to Ratio (squashed) | Paolo Falabella | -0/+44 |
| 2014-07-04 | auto merge of #15343 : alexcrichton/rust/0.11.0-release, r=brson | bors | -2/+2 |
| 2014-07-02 | Merge remote-tracking branch 'origin/master' into 0.11.0-release | Alex Crichton | -6/+7 |
| 2014-07-02 | Rationals that have a 1 denom should print like ints | Paolo Falabella | -17/+28 |
| 2014-06-29 | Implement RFC#28: Add PartialOrd::partial_cmp | Steven Fackler | -5/+6 |
| 2014-06-29 | librustc: Remove the fallback to `int` for integers and `f64` for | Patrick Walton | -1/+1 |
| 2014-06-27 | Update to 0.11.0 0.11.0 | Alex Crichton | -2/+2 |
| 2014-06-24 | std: Add stability attributes to primitive numeric modules | Brian Anderson | -0/+2 |
| 2014-06-24 | librustc: Remove the fallback to `int` from typechecking. | Niko Matsakis | -14/+14 |
| 2014-06-19 | auto merge of #15014 : brson/rust/all-crates-experimental, r=cmr | bors | -0/+1 |
| 2014-06-18 | Merge the Bitwise and ByteOrder traits into the Int trait | Brendan Zabarauskas | -1/+1 |
| 2014-06-17 | Mark all crates except std as experimental | Brian Anderson | -0/+1 |
| 2014-06-11 | rustc: Remove ~[T] from the language | Alex Crichton | -2/+0 |
| 2014-06-09 | Cleanup bigint | Adolfo Ochagavía | -36/+27 |
| 2014-06-09 | Moved integer trait and functions to submodule | Adolfo Ochagavía | -401/+418 |
| 2014-06-06 | rustdoc: Submit examples to play.rust-lang.org | Alex Crichton | -1/+2 |
| 2014-06-06 | auto merge of #14668 : aochagavia/rust/pr3, r=alexcrichton | bors | -0/+8 |
| 2014-06-06 | Change to_str().to_string() to just to_str() | Adolfo Ochagavía | -2/+2 |
| 2014-06-06 | Document BigInt's new and from_slice methods | Adolfo Ochagavía | -0/+8 |
| 2014-06-01 | std: Drop Total from Total{Eq,Ord} | Alex Crichton | -7/+7 |
| 2014-05-30 | std: Rename {Eq,Ord} to Partial{Eq,Ord} | Alex Crichton | -21/+21 |
| 2014-05-29 | std: Recreate a `rand` module | Alex Crichton | -2/+2 |
| 2014-05-28 | std: Remove format_strbuf!() | Alex Crichton | -22/+22 |
| 2014-05-27 | std: Rename strbuf operations to string | Richo Healey | -59/+59 |
| 2014-05-24 | core: rename strbuf::StrBuf to string::String | Richo Healey | -13/+13 |
| 2014-05-22 | auto merge of #14348 : alexcrichton/rust/doc.rust-lang.org, r=huonw | bors | -1/+1 |
| 2014-05-22 | libcore: Remove all uses of `~str` from `libcore`. | Patrick Walton | -49/+212 |
| 2014-05-22 | libstd: Remove `~str` from all `libstd` modules except `fmt` and `str`. | Patrick Walton | -13/+21 |
| 2014-05-21 | Change static.rust-lang.org to doc.rust-lang.org | Alex Crichton | -1/+1 |
| 2014-05-21 | Remove two outdated FIXMEs from complex.rs | Piotr Jawniak | -4/+0 |
| 2014-05-16 | Some fixes | Corey Richardson | -1/+1 |
| 2014-05-16 | num: expand crate documentation + add example | Corey Richardson | -0/+34 |
| 2014-05-15 | Updates with core::fmt changes | Alex Crichton | -5/+5 |
| 2014-05-15 | core: Move intrinsic float functionality from std | Alex Crichton | -2/+2 |
| 2014-05-14 | libnum: Remove all uses of `~str` from `libnum` | Patrick Walton | -81/+85 |
| 2014-05-13 | Implements Default trait for BigInt and BigUint | Piotr Jawniak | -0/+11 |
| 2014-05-13 | auto merge of #14167 : cmr/rust/cmplx, r=alexcrichton | bors | -53/+53 |
| 2014-05-12 | num: rename Cmplx to Complex | Corey Richardson | -53/+53 |
| 2014-05-12 | Add the patch number to version strings. Closes #13289 | Brian Anderson | -1/+1 |
| 2014-05-07 | Change the biguint documentation example to reflect deprecated owned vector | Tim Brooks | -1/+1 |
| 2014-05-01 | BigUint always use u64 as the internal machine unsigned integer | Guillaume Pinot | -166/+41 |
| 2014-04-28 | Deprecate the rev_iter pattern in all places where a DoubleEndedIterator is p... | Jonathan S | -3/+3 |
| 2014-04-27 | add BigUint subtraction underflow error message | Ryan Mulligan | -1/+9 |
| 2014-04-23 | auto merge of #13686 : alexcrichton/rust/issue-12224, r=nikomatsakis | bors | -1/+1 |
| 2014-04-23 | Fix other bugs with new closure borrowing | Alex Crichton | -1/+1 |
| 2014-04-22 | auto merge of #13597 : bjz/rust/float-api, r=brson | bors | -48/+43 |
| 2014-04-21 | Fix misspellings in comments. | Joseph Crail | -1/+1 |
| 2014-04-19 | Have floating point functions take their parameters by value. | Brendan Zabarauskas | -8/+8 |
| 2014-04-19 | Merge the Round trait into the Float trait | Brendan Zabarauskas | -40/+35 |
| 2014-04-18 | Replace all ~"" with "".to_owned() | Richo Healey | -61/+61 |