| Age | Commit message (Expand) | Author | Lines |
| 2014-10-03 | Set the `non_uppercase_statics` lint to warn by default | P1start | -0/+3 |
| 2014-09-23 | Fix regression and overflow bug for rationals. | Joseph Crail | -5/+44 |
| 2014-09-05 | auto merge of #16775 : jbcrail/rust/fix-rational-docs, r=pcwalton | bors | -2/+2 |
| 2014-09-02 | auto merge of #16850 : vks/rust/hash-num, r=alexcrichton | bors | -1/+8 |
| 2014-08-31 | Fix whitespace and missing parentheses. | Joseph Crail | -2/+2 |
| 2014-08-29 | num: implement `Hash` for `Complex` and `Ratio` | Vinzent Steinberg | -1/+8 |
| 2014-08-28 | Fix issue #15826. | Joseph Crail | -6/+29 |
| 2014-08-13 | core: Change the argument order on splitn and rsplitn for strs. | Brian Anderson | -2/+2 |
| 2014-07-29 | Improve documentation of rounding functions | Piotr Jawniak | -8/+19 |
| 2014-07-08 | std: Rename the `ToStr` trait to `ToString`, and `to_str` to `to_string`. | Richo Healey | -1/+2 |
| 2014-07-05 | Added num::Signed implementation to Ratio (squashed) | Paolo Falabella | -0/+44 |
| 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 | -1/+2 |
| 2014-06-24 | librustc: Remove the fallback to `int` from typechecking. | Niko Matsakis | -9/+9 |
| 2014-06-06 | Change to_str().to_string() to just to_str() | Adolfo OchagavĂa | -1/+1 |
| 2014-06-01 | std: Drop Total from Total{Eq,Ord} | Alex Crichton | -2/+2 |
| 2014-05-30 | std: Rename {Eq,Ord} to Partial{Eq,Ord} | Alex Crichton | -12/+12 |
| 2014-05-28 | std: Remove format_strbuf!() | Alex Crichton | -3/+3 |
| 2014-05-27 | std: Rename strbuf operations to string | Richo Healey | -25/+25 |
| 2014-05-24 | core: rename strbuf::StrBuf to string::String | Richo Healey | -5/+5 |
| 2014-05-22 | libcore: Remove all uses of `~str` from `libcore`. | Patrick Walton | -1/+1 |
| 2014-05-22 | libstd: Remove `~str` from all `libstd` modules except `fmt` and `str`. | Patrick Walton | -2/+4 |
| 2014-05-15 | Updates with core::fmt changes | Alex Crichton | -1/+1 |
| 2014-05-14 | libnum: Remove all uses of `~str` from `libnum` | Patrick Walton | -32/+33 |
| 2014-04-22 | auto merge of #13597 : bjz/rust/float-api, r=brson | bors | -46/+41 |
| 2014-04-19 | Have floating point functions take their parameters by value. | Brendan Zabarauskas | -6/+6 |
| 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 | -23/+23 |
| 2014-03-31 | num: Switch field privacy as necessary | Alex Crichton | -2/+2 |
| 2014-03-24 | Correct issue workaround references | Steven Stewart-Gallus | -2/+2 |
| 2014-03-23 | std: remove the `equals` method from `TotalEq`. | Huon Wilson | -3/+3 |
| 2014-03-21 | test: Make manual changes to deal with the fallout from removal of | Patrick Walton | -5/+6 |
| 2014-03-20 | Removing imports of std::vec_ng::Vec | Alex Crichton | -1/+0 |
| 2014-03-20 | rename std::vec_ng -> std::vec | Daniel Micay | -1/+1 |
| 2014-03-16 | num: Migrate `~[T]` to `std::vec_ng::Vec` | Florian Zeitz | -6/+7 |
| 2014-02-24 | Remove std::num::ToStrRadix from the prelude | Brendan Zabarauskas | -1/+1 |
| 2014-02-23 | Remove all ToStr impls, add Show impls | Alex Crichton | -3/+4 |
| 2014-02-22 | Move std::num::Integer to libnum | Brendan Zabarauskas | -0/+2 |
| 2014-02-20 | move extra::test to libtest | Liigo Zhuang | -2/+1 |
| 2014-02-13 | Removed num::Orderable | Michael Darakananda | -19/+0 |
| 2014-02-11 | Factoring bigint, rational, and complex out of libextra into libnum. | Felix S. Klock II | -0/+681 |