| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2014-04-11 | libtest: rename `BenchHarness` to `Bencher` | Liigo Zhuang | -10/+10 |
| 2014-04-10 | libstd: Implement `StrBuf`, a new string buffer type like `Vec`, and | Patrick Walton | -3/+3 |
| 2014-04-03 | Bump version to 0.11-pre | Brian Anderson | -1/+1 |
| 2014-04-03 | auto merge of #13286 : alexcrichton/rust/release, r=brson | bors | -1/+1 |
| 2014-04-01 | make Cmplx fields public | Ted Horst | -2/+2 |
| 2014-03-31 | num: Switch field privacy as necessary | Alex Crichton | -5/+5 |
| 2014-03-31 | Bump version to 0.10 | Alex Crichton | -1/+1 |
| 2014-03-31 | vec: convert `append` and `append_one` to methods | Daniel Micay | -3/+1 |
| 2014-03-28 | Convert most code to new inner attribute syntax. | Brian Anderson | -10/+10 |
| 2014-03-25 | Changed `iter::Extendable` and `iter::FromIterator` to take a `Iterator` by v... | Marvin Löbel | -1/+1 |
| 2014-03-24 | Correct issue workaround references | Steven Stewart-Gallus | -11/+10 |
| 2014-03-23 | std: remove the `equals` method from `TotalEq`. | Huon Wilson | -38/+9 |
| 2014-03-22 | Add #[deny(deprecated_owned_vector)] to several modules. | Huon Wilson | -0/+2 |
| 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 | -5/+0 |
| 2014-03-20 | rename std::vec_ng -> std::vec | Daniel Micay | -6/+6 |
| 2014-03-18 | Docify std::vec_ng | Steven Fackler | -2/+2 |
| 2014-03-16 | num: Migrate `~[T]` to `std::vec_ng::Vec` | Florian Zeitz | -148/+150 |
| 2014-03-16 | num: Slightly optimize bigint | Florian Zeitz | -44/+32 |
| 2014-03-15 | Add rustdoc html crate info | Steven Fackler | -0/+3 |
| 2014-03-14 | lint: add lint for use of a `~[T]`. | Huon Wilson | -0/+1 |
| 2014-03-13 | Implement automatic overloaded dereference. | Eduard Burtescu | -1/+1 |
| 2014-03-12 | Update users for the std::rand -> librand move. | Huon Wilson | -3/+5 |
| 2014-03-04 | Rename all variables that have uppercase characters in their names to use onl... | Palmer Cox | -67/+67 |
| 2014-03-03 | Implemented checked arithmetic for Big(U)Ints | TorstenWeber | -0/+233 |
| 2014-02-28 | std: Change assert_eq!() to use {} instead of {:?} | Alex Crichton | -1/+1 |
| 2014-02-24 | Remove std::num::ToStrRadix from the prelude | Brendan Zabarauskas | -3/+3 |
| 2014-02-24 | Remove std::from_str::FromStr from the prelude | Brendan Zabarauskas | -0/+2 |
| 2014-02-24 | Move extra::json to libserialize | Alex Crichton | -2/+0 |
| 2014-02-23 | Remove all ToStr impls, add Show impls | Alex Crichton | -16/+20 |
| 2014-02-22 | Move std::num::Integer to libnum | Brendan Zabarauskas | -2/+408 |
| 2014-02-20 | auto merge of #12343 : liigo/rust/move-extra-test-to-libtest, r=alexcrichton | bors | -4/+4 |
| 2014-02-20 | move extra::test to libtest | Liigo Zhuang | -4/+4 |
| 2014-02-19 | auto merge of #12392 : aepsil0n/rust/fix/pub_randbigint, r=huonw | bors | -1/+1 |
| 2014-02-19 | librustc: Remove unique vector patterns from the language. | Patrick Walton | -25/+18 |
| 2014-02-19 | libnum: Make RandBigInt trait public | Eduard Bopp | -1/+1 |
| 2014-02-17 | Remove Real trait and move methods into Float | Brendan Zabarauskas | -6/+6 |
| 2014-02-14 | extern mod => extern crate | Alex Crichton | -1/+1 |
| 2014-02-13 | Removed num::Orderable | Michael Darakananda | -65/+10 |
| 2014-02-13 | Remove a source of O(n^2) running time in bigints. | Felix S. Klock II | -2/+14 |
| 2014-02-11 | Factoring bigint, rational, and complex out of libextra into libnum. | Felix S. Klock II | -0/+3704 |