| Age | Commit message (Expand) | Author | Lines |
| 2014-02-06 | getopts: unify tests | Arcterus | -1/+1 |
| 2014-02-06 | Move getopts out of extra | Arcterus | -1/+2 |
| 2014-02-05 | move concurrent stuff from libextra to libsync | JeremyLetang | -13/+16 |
| 2014-02-03 | Fixing remaining warnings and errors throughout | Alex Crichton | -2/+4 |
| 2014-01-30 | Remove Times trait | Brendan Zabarauskas | -8/+8 |
| 2014-01-29 | auto merge of #11868 : bytbox/rust/remove-do, r=alexcrichton | bors | -53/+53 |
| 2014-01-29 | Remove do keyword from test/ | Scott Lawrence | -53/+53 |
| 2014-01-29 | extra: move arena to libarena | David Manescu | -1/+2 |
| 2014-01-26 | auto merge of #11817 : salemtalha/rust/master, r=brson | bors | -2/+2 |
| 2014-01-26 | Removed all instances of XXX in preparation for relaxing of FIXME rule | Salem Talha | -2/+2 |
| 2014-01-26 | Fix privacy fallout from previous change | Alex Crichton | -3/+3 |
| 2014-01-24 | Add benchmarks | Corey Richardson | -0/+30 |
| 2014-01-24 | Update task-perf-one-million | Corey Richardson | -2/+2 |
| 2014-01-23 | Update flip() to be rev(). | Sean Chalmers | -3/+3 |
| 2014-01-23 | Rename Invert to Flip - Issue 10632 | Sean Chalmers | -3/+3 |
| 2014-01-21 | [std::str] Rename from_utf8_owned_opt() to from_utf8_owned(), drop the old fr... | Simon Sapin | -2/+2 |
| 2014-01-21 | [std::vec] Rename .shift_opt() to .shift(), drop the old .shift() behavior | Simon Sapin | -1/+1 |
| 2014-01-21 | [std::vec] Rename .pop_opt() to .pop(), drop the old .pop() behavior | Simon Sapin | -2/+2 |
| 2014-01-21 | [std::vec] Rename .last_opt() to .last(), drop the old .last() behavior | Simon Sapin | -1/+1 |
| 2014-01-21 | Remove unnecessary parentheses. | Huon Wilson | -4/+4 |
| 2014-01-18 | auto merge of #11629 : brson/rust/whattayaknowitsmoreandroidfixes, r=cmr | bors | -0/+2 |
| 2014-01-17 | xfail shootout-reverse-complement on android | Brian Anderson | -0/+2 |
| 2014-01-17 | auto merge of #11503 : FlaPer87/rust/master, r=huonw | bors | -1/+1 |
| 2014-01-17 | Tweak the interface of std::io | Alex Crichton | -9/+5 |
| 2014-01-17 | Add a generic power function | Flavio Percoco | -1/+1 |
| 2014-01-11 | Remove re-exports of std::io::stdio::{print, println} in the prelude. | Brendan Zabarauskas | -28/+31 |
| 2014-01-07 | libextra: Introduce typed arenas. | Patrick Walton | -11/+12 |
| 2014-01-04 | Don't allow newtype structs to be dereferenced. #6246 | Brian Anderson | -2/+3 |
| 2014-01-03 | test: De-`@mut` the test suite | Patrick Walton | -2/+2 |
| 2013-12-25 | Test fixes and rebase conflicts | Alex Crichton | -6/+5 |
| 2013-12-22 | std::vec: make the sorting closure use `Ordering` rather than just being | Huon Wilson | -24/+19 |
| 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 | -5/+5 |
| 2013-12-16 | Test fallout from std::comm rewrite | Alex Crichton | -38/+40 |
| 2013-12-15 | librustc: Remove identifiers named `box`, since it's about to become a keyword. | Patrick Walton | -3/+3 |
| 2013-12-15 | std::vec: move pointless `raw::get` and `unsafe_get` functions. | Huon Wilson | -6/+6 |
| 2013-12-15 | std::vec: remove unnecessary count parameter on {bytes, | Huon Wilson | -3/+2 |
| 2013-12-14 | auto merge of #10933 : TeXitoi/rust/shootout-fasta-rewrite, r=alexcrichton | bors | -112/+80 |
| 2013-12-12 | rewrite of shootout-fasta.rs | Guillaume Pinot | -112/+80 |
| 2013-12-11 | Make 'self lifetime illegal. | Erik Price | -13/+13 |
| 2013-12-11 | std::io: Add Buffer.lines(), change .bytes() api | klutzy | -15/+3 |
| 2013-12-10 | libstd: Remove `Cell` from the library. | Patrick Walton | -2/+4 |
| 2013-12-10 | librustpkg: Make `io::ignore_io_error()` use RAII; remove a few more | Patrick Walton | -2/+6 |
| 2013-12-10 | libextra: Another round of de-`Cell`-ing. | Patrick Walton | -36/+16 |
| 2013-12-04 | Revert "libstd: Change `Path::new` to `Path::init`." | Kevin Ballard | -3/+3 |
| 2013-12-04 | auto merge of #10799 : TeXitoi/rust/shootout-reverse-complement-resurected, r... | bors | -142/+70 |
| 2013-12-04 | rewrite of shootout-reverse-complement.rs | Guillaume Pinot | -142/+70 |
| 2013-12-04 | std::str: remove from_utf8. | Huon Wilson | -5/+3 |
| 2013-11-29 | libstd: Change `Path::new` to `Path::init`. | Patrick Walton | -2/+2 |
| 2013-11-28 | shootout-spectralnorm resurection with parallelization | Guillaume Pinot | -31/+66 |