| Age | Commit message (Expand) | Author | Lines |
| 2014-02-02 | Remove rustpkg. | Corey Richardson | -816/+0 |
| 2014-01-29 | Removing do keyword from librustpkg | Scott Lawrence | -2/+2 |
| 2014-01-27 | debuginfo: Fix name attribute for DWARF compile units | Michael Woerister | -2/+2 |
| 2014-01-23 | rustpkg::crate_id: Remove CrateId | klutzy | -17/+17 |
| 2014-01-23 | rustpkg::version: Remove enum Version | klutzy | -2/+2 |
| 2014-01-21 | [std::str] Rename from_utf8_opt() to from_utf8(), drop the old from_utf8() be... | Simon Sapin | -1/+1 |
| 2014-01-17 | rustc::driver: Capitalize structs and enums | klutzy | -3/+3 |
| 2014-01-16 | Load macros from external modules | Steven Fackler | -1/+6 |
| 2014-01-12 | Bump version to 0.10-pre | Brian Anderson | -1/+1 |
| 2014-01-11 | auto merge of #11470 : eminence/rust/rustpkg_help_test, r=alexcrichton | bors | -2/+14 |
| 2014-01-11 | "rustpkg prefer" should print the help for '"prefer" not "uninstall" | Andrew Chin | -1/+1 |
| 2014-01-11 | Fix `rustpkg help` handling | Andrew Chin | -1/+13 |
| 2014-01-11 | Remove re-exports of std::io::stdio::{print, println} in the prelude. | Brendan Zabarauskas | -3/+3 |
| 2014-01-09 | Updated librustdoc and librustpkg to use the proper UpperCase names from libs... | Eduard Burtescu | -1/+1 |
| 2014-01-06 | auto merge of #11327 : nielsle/rust/rustpkg_argparse, r=alexcrichton | bors | -193/+44 |
| 2014-01-06 | Disowned the Visitor. | Eduard Burtescu | -5/+7 |
| 2014-01-05 | Move command line parsing to parse_args.rs | Niels langager Ellegaard | -160/+29 |
| 2014-01-05 | Move syslog to BuildContext | Niels langager Ellegaard | -1/+1 |
| 2014-01-05 | Command is now an enum | Niels langager Ellegaard | -42/+24 |
| 2014-01-02 | Bump version to 0.9 | Brian Anderson | -1/+1 |
| 2014-01-01 | rustc::driver: Remove two @s | klutzy | -1/+1 |
| 2013-12-29 | Rename uses of PkgId to CrateId in librustpkg | Luis de Bethencourt | -53/+53 |
| 2013-12-26 | Register new snapshots | Alex Crichton | -2/+0 |
| 2013-12-19 | Rename pkgid to crate_id | Corey Richardson | -0/+2 |
| 2013-12-15 | Register new snapshots | Alex Crichton | -8/+1 |
| 2013-12-14 | Fix #10754 - `std::run` functions fail after io_error | Cadence Marseille | -29/+58 |
| 2013-12-11 | Make 'self lifetime illegal. | Erik Price | -3/+3 |
| 2013-12-10 | Make crate hash stable and externally computable. | Jack Moffitt | -3/+6 |
| 2013-12-08 | Remove dead codes | Kiet Tran | -16/+2 |
| 2013-12-04 | Revert "libstd: Change `Path::new` to `Path::init`." | Kevin Ballard | -8/+8 |
| 2013-12-04 | std::str: s/from_utf8_slice/from_utf8/, to make the basic case shorter. | Huon Wilson | -1/+1 |
| 2013-12-03 | Register new snapshots | Alex Crichton | -1/+0 |
| 2013-11-29 | Add generation of static libraries to rustc | Alex Crichton | -2/+3 |
| 2013-11-29 | libstd: Change `Path::new` to `Path::init`. | Patrick Walton | -8/+8 |
| 2013-11-28 | Register new snapshots | Alex Crichton | -2/+2 |
| 2013-11-26 | librustc: Make `||` lambdas not infer to `proc`s | Patrick Walton | -2/+2 |
| 2013-11-26 | librustc: Remove non-procedure uses of `do` from librustc, librustdoc, | Patrick Walton | -17/+15 |
| 2013-11-26 | Removed unneccessary `_iter` suffixes from various APIs | Marvin Löbel | -1/+1 |
| 2013-11-14 | rustpkg: Disable test suite on windows | klutzy | -1/+1 |
| 2013-11-11 | Move std::rt::io to std::io | Alex Crichton | -3/+3 |
| 2013-11-12 | Implemented a ProcessExit enum and helper methods to std::rt::io::process for... | Matthew Iselin | -4/+5 |
| 2013-11-09 | auto merge of #10372 : catamorphism/rust/rustpkg-issue-9311, r=catamorphism | bors | -2/+2 |
| 2013-11-08 | extra / rustpkg: Make getopts::opt_val private again | Tim Chevalier | -2/+2 |
| 2013-11-08 | Specify package_id for rust libs, to avoid spurious warnings | Andrei Formiga | -0/+1 |
| 2013-11-04 | auto merge of #10179 : alexcrichton/rust/rt-improvements, r=cmr | bors | -17/+14 |
| 2013-11-04 | Move io::file to io::fs and fns out of File | Alex Crichton | -11/+10 |
| 2013-11-03 | Ensure rustpkg test fails if tests failed | Steven Fackler | -1/+3 |
| 2013-11-03 | Fill out the remaining functionality in io::file | Alex Crichton | -2/+3 |
| 2013-11-03 | Remove all blocking std::os blocking functions | Alex Crichton | -17/+14 |
| 2013-11-03 | Rename files to match current recommendations. | Chris Morgan | -0/+936 |