| Age | Commit message (Expand) | Author | Lines |
| 2014-02-02 | Remove rustpkg. | Corey Richardson | -2407/+0 |
| 2014-01-29 | Removing do keyword from librustpkg | Scott Lawrence | -2/+2 |
| 2014-01-28 | Generate rlibs by default (instead of dylibs) | Alex Crichton | -5/+4 |
| 2014-01-27 | debuginfo: Fix name attribute for DWARF compile units | Michael Woerister | -5/+2 |
| 2014-01-23 | rustpkg::crate_id: Remove CrateId | klutzy | -248/+261 |
| 2014-01-23 | rustpkg: Compute hash to find crate | klutzy | -40/+37 |
| 2014-01-23 | rustpkg::version: Remove enum Version | klutzy | -53/+48 |
| 2014-01-23 | rustpkg: Do not guess version if not given | klutzy | -42/+2 |
| 2014-01-21 | [std::str] Rename from_utf8_owned_opt() to from_utf8_owned(), drop the old fr... | Simon Sapin | -1/+1 |
| 2014-01-21 | [std::str] Rename from_utf8_opt() to from_utf8(), drop the old from_utf8() be... | Simon Sapin | -15/+15 |
| 2014-01-17 | Warning police. | Jack Moffitt | -16/+1 |
| 2014-01-17 | Change some rustpkg tests to use new crate_id syntax. | Jack Moffitt | -3/+5 |
| 2014-01-17 | Use the libsyntax PkgId parser in Rustpkg, but keep Rustpkg's version smarts. | Jack Moffitt | -3/+3 |
| 2014-01-11 | extra::workcache: Remove unused Logger | klutzy | -2/+1 |
| 2014-01-07 | Fixup the rest of the tests in the compiler | Alex Crichton | -0/+1 |
| 2014-01-08 | Renamed Option::map_default and mutate_default to map_or and mutate_or_set | Marvin Löbel | -6/+6 |
| 2014-01-06 | auto merge of #11327 : nielsle/rust/rustpkg_argparse, r=alexcrichton | bors | -2/+2 |
| 2014-01-05 | Make rustc's own lib directory configurable and change the default to rustlib... | Jan Niklas Hasse | -2/+2 |
| 2014-01-05 | Move syslog to BuildContext | Niels langager Ellegaard | -2/+2 |
| 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 | -123/+124 |
| 2013-12-25 | Test fixes and rebase conflicts | Alex Crichton | -4/+5 |
| 2013-12-19 | Rename pkgid to crate_id | Corey Richardson | -3/+3 |
| 2013-12-14 | Fix #10754 - `std::run` functions fail after io_error | Cadence Marseille | -6/+8 |
| 2013-12-10 | Make crate hash stable and externally computable. | Jack Moffitt | -45/+47 |
| 2013-12-06 | auto merge of #10364 : Kimundi/rust/result_compose, r=alexcrichton | bors | -1/+1 |
| 2013-12-06 | Link rustllvm statically, and distribute a static snapshot | Alex Crichton | -0/+1 |
| 2013-12-06 | Made Results API more composable | Marvin Löbel | -1/+1 |
| 2013-12-04 | Revert "libstd: Change `Path::new` to `Path::init`." | Kevin Ballard | -45/+45 |
| 2013-12-04 | std::str: s/from_utf8_slice/from_utf8/, to make the basic case shorter. | Huon Wilson | -16/+16 |
| 2013-12-04 | std::str: remove from_utf8. | Huon Wilson | -17/+17 |
| 2013-11-29 | Add generation of static libraries to rustc | Alex Crichton | -1/+3 |
| 2013-11-29 | libstd: Change `Path::new` to `Path::init`. | Patrick Walton | -45/+49 |
| 2013-11-28 | Register new snapshots | Alex Crichton | -14/+14 |
| 2013-11-26 | test: Remove all remaining non-procedure uses of `do`. | Patrick Walton | -1/+1 |
| 2013-11-26 | librustc: Remove non-procedure uses of `do` from librustc, librustdoc, | Patrick Walton | -12/+10 |
| 2013-11-26 | Removed unneccessary `_iter` suffixes from various APIs | Marvin Löbel | -2/+2 |
| 2013-11-12 | rustpkg: Eliminate the spurious `os::path_exists(&pkg_src.start_dir.join(p))`... | Tim Chevalier | -15/+49 |
| 2013-11-11 | Move std::rt::io to std::io | Alex Crichton | -5/+5 |
| 2013-11-12 | Implemented a ProcessExit enum and helper methods to std::rt::io::process for... | Matthew Iselin | -21/+28 |
| 2013-11-11 | Remove #[fixed_stack_segment] and #[rust_stack] | Alex Crichton | -3/+3 |
| 2013-11-08 | rustpkg: Add a test that `rustpkg install` doesn't copy a non-changed file | Tim Chevalier | -0/+18 |
| 2013-11-04 | Allow --cfg on rustpkg test | Steven Fackler | -0/+13 |
| 2013-11-04 | auto merge of #10179 : alexcrichton/rust/rt-improvements, r=cmr | bors | -129/+103 |
| 2013-11-04 | Move io::file to io::fs and fns out of File | Alex Crichton | -37/+37 |
| 2013-11-03 | Ensure rustpkg test fails if tests failed | Steven Fackler | -0/+15 |
| 2013-11-03 | Fill out the remaining functionality in io::file | Alex Crichton | -23/+12 |
| 2013-11-03 | Remove all blocking std::os blocking functions | Alex Crichton | -123/+108 |
| 2013-10-28 | auto merge of #10110 : catamorphism/rust/rustpkg-dependency-build-dir, r=meta... | bors | -0/+24 |
| 2013-10-28 | Allow fail messages to be caught, and introduce the Any trait | Marvin Löbel | -3/+2 |