| Age | Commit message (Expand) | Author | Lines |
| 2014-02-20 | move extra::test to libtest | Liigo Zhuang | -1553/+0 |
| 2014-02-19 | librustc: Remove unique vector patterns from the language. | Patrick Walton | -5/+8 |
| 2014-02-19 | Fix typo in test metric ratchet stdout output | Matthijs van der Vleuten | -1/+1 |
| 2014-02-18 | auto merge of #12345 : huonw/rust/speeling, r=cmr | bors | -1/+1 |
| 2014-02-18 | Spellcheck library docs. | Huon Wilson | -1/+1 |
| 2014-02-16 | Update clients of the TaskBuilder API | Kevin Ballard | -5/+4 |
| 2014-02-14 | extern mod => extern crate | Alex Crichton | -2/+2 |
| 2014-02-14 | extra: Capture stdout/stderr of tests by default | Alex Crichton | -33/+52 |
| 2014-02-13 | Removed num::Orderable | Michael Darakananda | -4/+6 |
| 2014-02-11 | Rewrite channels yet again for upgradeability | Alex Crichton | -7/+7 |
| 2014-02-08 | auto merge of #12105 : huonw/rust/bench-black-box, r=alexcrichton | bors | -2/+14 |
| 2014-02-09 | extra::test: add an opaque function to assist with accurate | Huon Wilson | -2/+14 |
| 2014-02-07 | Delete send_str, rewrite clients on top of MaybeOwned<'static> | Kevin Ballard | -2/+2 |
| 2014-02-07 | moved collections from libextra into libcollections | HeroesGrave | -1/+1 |
| 2014-02-06 | getopts: unify tests | Arcterus | -1/+1 |
| 2014-02-06 | getopts: replaced base functions with those from group | Arcterus | -13/+12 |
| 2014-02-06 | Move getopts out of extra | Arcterus | -1/+1 |
| 2014-02-03 | extra: Fix tests with io_error usage | Alex Crichton | -2/+2 |
| 2014-02-03 | extra: Remove io_error usage | Alex Crichton | -92/+115 |
| 2014-02-02 | Move term, terminfo out of extra. | xales | -1/+1 |
| 2014-01-29 | Removing do keyword from libextra | Scott Lawrence | -2/+2 |
| 2014-01-27 | Demote self to an (almost) regular argument and remove the env param. | Eduard Burtescu | -1/+1 |
| 2014-01-26 | std,extra: Make some types public and other private. | Huon Wilson | -2/+4 |
| 2014-01-21 | [std::str] Rename from_utf8_opt() to from_utf8(), drop the old from_utf8() be... | Simon Sapin | -1/+1 |
| 2014-01-21 | [std::vec] Rename .pop_opt() to .pop(), drop the old .pop() behavior | Simon Sapin | -1/+1 |
| 2014-01-17 | auto merge of #11598 : alexcrichton/rust/io-export, r=brson | bors | -1/+1 |
| 2014-01-17 | Tweak the interface of std::io | Alex Crichton | -1/+1 |
| 2014-01-16 | Update test run summary | Derek Guenther | -1/+1 |
| 2014-01-13 | Clean up std::num::cmath and remove stale comments | Brendan Zabarauskas | -1/+1 |
| 2014-01-11 | Remove re-exports of std::io::stdio::{print, println} in the prelude. | Brendan Zabarauskas | -3/+3 |
| 2014-01-08 | Remove the io::Decorator trait | Alex Crichton | -2/+1 |
| 2014-01-06 | Remove some unnecessary type casts | Florian Hahn | -4/+4 |
| 2014-01-04 | Don't allow newtype structs to be dereferenced. #6246 | Brian Anderson | -5/+15 |
| 2014-01-03 | libextra: Remove unnecessary `@mut`s | Patrick Walton | -1/+2 |
| 2014-01-03 | Remove std::either | Alex Crichton | -10/+15 |
| 2013-12-22 | std::vec: make the sorting closure use `Ordering` rather than just being | Huon Wilson | -4/+1 |
| 2013-12-21 | std::vec: add a sugary .sort() method for plain Ord sorting. | Huon Wilson | -3/+2 |
| 2013-12-20 | extra: remove sort in favour of the std method. | Huon Wilson | -4/+3 |
| 2013-12-17 | Don't allow impls to force public types | Alex Crichton | -3/+1 |
| 2013-12-16 | Fallout of rewriting std::comm | Alex Crichton | -13/+6 |
| 2013-12-13 | extra::test: handle slow benchmarks more gracefully. | Huon Wilson | -1/+10 |
| 2013-12-10 | libextra: Another round of de-`Cell`-ing. | Patrick Walton | -2/+1 |
| 2013-12-04 | Rename extra::json::*::init() constructors to *::new() | Kevin Ballard | -1/+1 |
| 2013-12-04 | Revert "libstd: Change `Path::new` to `Path::init`." | Kevin Ballard | -3/+3 |
| 2013-11-30 | auto merge of #10727 : erickt/rust/json, r=huonw | bors | -2/+3 |
| 2013-11-29 | extra: missed a couple `@` in json | Erick Tryzelaar | -2/+3 |
| 2013-11-29 | extra: Rename json constructors into *::init | Erick Tryzelaar | -1/+1 |
| 2013-11-29 | libstd: Change `Path::new` to `Path::init`. | Patrick Walton | -3/+3 |
| 2013-11-28 | Register new snapshots | Alex Crichton | -6/+6 |
| 2013-11-26 | librustc: Make `||` lambdas not infer to `proc`s | Patrick Walton | -7/+7 |