| Age | Commit message (Expand) | Author | Lines |
| 2014-02-20 | Mass rename if_ok! to try! | Alex Crichton | -11/+11 |
| 2014-02-20 | move extra::test to libtest | Liigo Zhuang | -1/+2 |
| 2014-02-14 | Fix all code examples | Alex Crichton | -1/+1 |
| 2014-02-11 | Move replace and swap to std::mem. Get rid of std::util | Edward Wang | -2/+2 |
| 2014-02-03 | extra: Fix tests with io_error usage | Alex Crichton | -6/+6 |
| 2014-02-03 | extra: Remove io_error usage | Alex Crichton | -14/+17 |
| 2014-01-21 | [std::str] Rename from_utf8_owned_opt() to from_utf8_owned(), drop the old fr... | Simon Sapin | -1/+1 |
| 2014-01-17 | auto merge of #11503 : FlaPer87/rust/master, r=huonw | bors | -2/+2 |
| 2014-01-17 | Tweak the interface of std::io | Alex Crichton | -1/+1 |
| 2014-01-17 | Add a generic power function | Flavio Percoco | -2/+2 |
| 2014-01-09 | auto merge of #11402 : bjz/rust/remove-approx, r=alexcrichton | bors | -0/+8 |
| 2014-01-08 | Remove the io::Decorator trait | Alex Crichton | -2/+1 |
| 2014-01-09 | Remove ApproxEq and assert_approx_eq! | Brendan Zabarauskas | -0/+8 |
| 2014-01-07 | extratest: Fix all leaked trait imports | Alex Crichton | -1/+1 |
| 2013-12-22 | std::vec: make the sorting closure use `Ordering` rather than just being | Huon Wilson | -3/+22 |
| 2013-12-21 | std::vec: add a sugary .sort() method for plain Ord sorting. | Huon Wilson | -3/+3 |
| 2013-12-20 | extra: remove sort in favour of the std method. | Huon Wilson | -4/+3 |
| 2013-12-18 | auto merge of #10927 : g3xzh/rust/sum_bugfix, r=huonw | bors | -1/+66 |
| 2013-12-19 | Fix `sum()` accuracy | g3xzh | -1/+66 |
| 2013-12-13 | auto merge of #10923 : boredomist/rust/export-summary-members, r=alexcrichton | bors | -12/+7 |
| 2013-12-11 | Make priv members of extra::stats::Summary public. | Erik Price | -12/+7 |
| 2013-12-11 | Make 'self lifetime illegal. | Erik Price | -1/+1 |
| 2013-11-11 | Move std::rt::io to std::io | Alex Crichton | -4/+4 |
| 2013-10-24 | Remove even more of std::io | Alex Crichton | -29/+28 |
| 2013-10-23 | Removed Unnecessary comments and white spaces #4386 | reedlepee | -1/+0 |
| 2013-10-23 | Making fields in std and extra : private #4386 | reedlepee | -7/+13 |
| 2013-10-15 | Require module documentation with missing_doc | Alex Crichton | -0/+2 |
| 2013-10-07 | Fix existing privacy/visibility violations | Alex Crichton | -1/+2 |
| 2013-09-30 | extra: Remove usage of fmt! | Alex Crichton | -6/+6 |
| 2013-08-27 | librustc: Fix problem with cross-crate reexported static methods. | Patrick Walton | -1/+1 |
| 2013-08-16 | doc: correct spelling in documentation. | Huon Wilson | -1/+1 |
| 2013-08-12 | Fixed #8451 - extra::stats::write_boxplot() applied to negative or zero sampl... | David Manescu | -4/+33 |
| 2013-08-07 | Forbid `priv` where it has no effect | Alex Crichton | -1/+1 |
| 2013-08-07 | Add frequency count to extra::stat. #8281 | Mihnea Dobrescu-Balaur | -0/+11 |
| 2013-08-03 | remove obsolete `foreach` keyword | Daniel Micay | -2/+2 |
| 2013-08-01 | migrate many `for` loops to `foreach` | Daniel Micay | -2/+2 |
| 2013-07-17 | librustc: Remove all uses of "copy". | Patrick Walton | -1/+1 |
| 2013-07-12 | Remove the global 'vec::to_owned' function | Alex Crichton | -4/+3 |
| 2013-07-11 | extra: simplify the bench stat loop, improve stability somewhat (?) | Graydon Hoare | -1/+4 |
| 2013-07-08 | Replaces the free-standing functions in f32, &c. | Jens Nockert | -2/+1 |
| 2013-06-30 | extra: docs, tests and new functionality for the extra::stats module | Graydon Hoare | -18/+830 |
| 2013-06-29 | Great renaming: propagate throughout the rest of the codebase | Corey Richardson | -5/+4 |
| 2013-06-23 | vec: remove BaseIter implementation | Daniel Micay | -1/+1 |
| 2013-06-16 | remove unused imports | Huon Wilson | -1/+0 |
| 2013-06-14 | add IteratorUtil to the prelude | Daniel Micay | -1/+1 |
| 2013-06-13 | Revert "std: convert {vec,str}::to_owned to methods." | Brian Anderson | -1/+2 |
| 2013-06-12 | std: unify the str -> [u8] functions as 3 methods: .as_bytes() and .as_bytes_... | Huon Wilson | -1/+0 |
| 2013-06-12 | std: convert {vec,str}::to_owned to methods. | Huon Wilson | -1/+1 |
| 2013-06-09 | std: remove fold[lr] in favour of iterators | Huon Wilson | -3/+4 |
| 2013-05-30 | libextra: Require documentation by default | Alex Crichton | -0/+2 |