| Age | Commit message (Expand) | Author | Lines |
| 2014-02-20 | Mass rename if_ok! to try! | Alex Crichton | -2/+2 |
| 2014-02-20 | move extra::test to libtest | Liigo Zhuang | -0/+1 |
| 2014-02-19 | rustdoc: Fix json output and input | Alex Crichton | -1/+1 |
| 2014-02-17 | auto merge of #12284 : brson/rust/install, r=alexcrichton | bors | -0/+1 |
| 2014-02-16 | Address review feedback | Brian Anderson | -0/+1 |
| 2014-02-17 | Improve naming of tuple getters, and add mutable tuple getter | Brendan Zabarauskas | -1/+1 |
| 2014-02-14 | extern mod => extern crate | Alex Crichton | -7/+7 |
| 2014-02-13 | Replace `crate` usage with `krate` | Flavio Percoco | -10/+10 |
| 2014-02-07 | moved collections from libextra into libcollections | HeroesGrave | -1/+2 |
| 2014-02-06 | getopts: replaced base functions with those from group | Arcterus | -5/+4 |
| 2014-02-06 | Move getopts out of extra | Arcterus | -3/+3 |
| 2014-02-05 | pull extra::{serialize, ebml} into a separate libserialize crate | Jeff Olson | -1/+2 |
| 2014-02-05 | move concurrent stuff from libextra to libsync | JeremyLetang | -0/+1 |
| 2014-02-03 | rustdoc: Remove io_error usage | Alex Crichton | -7/+15 |
| 2014-01-29 | Removing do keyword from librustdoc | Scott Lawrence | -2/+2 |
| 2014-01-26 | Removed all instances of XXX in preparation for relaxing of FIXME rule | Salem Talha | -1/+1 |
| 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 | Tweak the interface of std::io | Alex Crichton | -2/+1 |
| 2014-01-12 | Bump version to 0.10-pre | Brian Anderson | -1/+1 |
| 2014-01-11 | auto merge of #11461 : alexcrichton/rust/rustdoc-fixes, r=brson | bors | -0/+4 |
| 2014-01-11 | Remove re-exports of std::io::stdio::{print, println} in the prelude. | Brendan Zabarauskas | -6/+6 |
| 2014-01-10 | rustdoc: Get --version working | Alex Crichton | -0/+4 |
| 2014-01-10 | Fix #11421 | Derek Chiang | -2/+8 |
| 2014-01-08 | Remove the io::Decorator trait | Alex Crichton | -2/+1 |
| 2014-01-03 | librustdoc: De-`@mut` `librustdoc` | Patrick Walton | -4/+4 |
| 2014-01-02 | Bump version to 0.9 | Brian Anderson | -1/+1 |
| 2013-12-31 | Remove references to rustdoc_ng | Brian Anderson | -1/+1 |
| 2013-12-26 | Register new snapshots | Alex Crichton | -2/+0 |
| 2013-12-23 | rustdoc: Add the ability to test code in comments | Alex Crichton | -9/+20 |
| 2013-12-19 | Rename pkgid to crate_id | Corey Richardson | -0/+2 |
| 2013-12-15 | Register new snapshots | Alex Crichton | -8/+1 |
| 2013-12-10 | auto merge of #10791 : pcwalton/rust/decelling, r=pcwalton | bors | -6/+5 |
| 2013-12-10 | Make crate hash stable and externally computable. | Jack Moffitt | -0/+2 |
| 2013-12-10 | libextra: Another round of de-`Cell`-ing. | Patrick Walton | -6/+5 |
| 2013-12-05 | auto merge of #10721 : osa1/rust/intermediatestr, r=brson | bors | -3/+2 |
| 2013-12-04 | Rename extra::json::*::init() constructors to *::new() | Kevin Ballard | -2/+2 |
| 2013-12-04 | Revert "libstd: Change `Path::new` to `Path::init`." | Kevin Ballard | -7/+7 |
| 2013-12-03 | Register new snapshots | Alex Crichton | -1/+0 |
| 2013-11-30 | auto merge of #10528 : alexcrichton/rust/static-linking-v2, r=pcwalton | bors | -1/+2 |
| 2013-11-30 | auto merge of #10727 : erickt/rust/json, r=huonw | bors | -4/+7 |
| 2013-11-29 | extra: missed a couple `@` in json | Erick Tryzelaar | -3/+6 |
| 2013-11-29 | Add generation of static libraries to rustc | Alex Crichton | -1/+2 |
| 2013-11-29 | extra: Rename json constructors into *::init | Erick Tryzelaar | -2/+2 |
| 2013-11-29 | libstd: Change `Path::new` to `Path::init`. | Patrick Walton | -7/+7 |
| 2013-11-29 | don't create intermediate string while creating json (rustdoc) | osa1 | -3/+2 |
| 2013-11-28 | Register new snapshots | Alex Crichton | -2/+2 |
| 2013-11-26 | Removed unneccessary `_iter` suffixes from various APIs | Marvin Löbel | -2/+2 |
| 2013-11-24 | rustdoc: pass through --cfg to rustc | Corey Richardson | -1/+3 |
| 2013-11-11 | Move std::rt::io to std::io | Alex Crichton | -4/+4 |
| 2013-11-08 | Specify package_id for rust libs, to avoid spurious warnings | Andrei Formiga | -0/+1 |