| Age | Commit message (Expand) | Author | Lines |
| 2014-02-02 | Remove rustpkg. | Corey Richardson | -7677/+0 |
| 2014-02-02 | librustc: Fix merge fallout. | Patrick Walton | -5/+6 |
| 2014-02-02 | libsyntax: De-`@str` literal strings in the AST | Patrick Walton | -3/+5 |
| 2014-02-02 | libsyntax: Introduce an `InternedString` type to reduce `@str` in the | Patrick Walton | -4/+8 |
| 2014-01-31 | Fix rustpkg tests with --disable-inject-std-version | Alex Crichton | -18/+19 |
| 2014-01-30 | Remove Times trait | Brendan Zabarauskas | -2/+2 |
| 2014-01-29 | Removing do keyword from librustpkg | Scott Lawrence | -8/+8 |
| 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 | -7/+5 |
| 2014-01-26 | auto merge of #11817 : salemtalha/rust/master, r=brson | bors | -1/+1 |
| 2014-01-26 | Removed all instances of XXX in preparation for relaxing of FIXME rule | Salem Talha | -1/+1 |
| 2014-01-26 | Fix privacy fallout from previous change | Alex Crichton | -2/+2 |
| 2014-01-24 | auto merge of #11720 : sfackler/rust/macro-export-source, r=alexcrichton | bors | -1/+1 |
| 2014-01-23 | Redo exported macro serialization | Steven Fackler | -1/+1 |
| 2014-01-23 | rustpkg::crate_id: Remove CrateId | klutzy | -498/+404 |
| 2014-01-23 | rustpkg: Compute hash to find crate | klutzy | -199/+99 |
| 2014-01-23 | rustpkg::version: Remove enum Version | klutzy | -180/+100 |
| 2014-01-23 | rustpkg: Do not guess version if not given | klutzy | -149/+7 |
| 2014-01-21 | auto merge of #11500 : jhasse/rust/patch-rlib, r=alexcrichton | bors | -15/+22 |
| 2014-01-21 | [std::str] Rename from_utf8_owned_opt() to from_utf8_owned(), drop the old fr... | Simon Sapin | -9/+9 |
| 2014-01-21 | [std::str] Rename from_utf8_opt() to from_utf8(), drop the old from_utf8() be... | Simon Sapin | -20/+20 |
| 2014-01-21 | [std::vec] Rename .pop_opt() to .pop(), drop the old .pop() behavior | Simon Sapin | -1/+1 |
| 2014-01-21 | Remove unnecessary parentheses. | Huon Wilson | -4/+3 |
| 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 | -26/+14 |
| 2014-01-17 | rustc::driver: Capitalize structs and enums | klutzy | -6/+6 |
| 2014-01-16 | auto merge of #11151 : sfackler/rust/ext-crate, r=alexcrichton | bors | -46/+81 |
| 2014-01-16 | Load macros from external modules | Steven Fackler | -46/+81 |
| 2014-01-16 | Merge Bitwise and BitCount traits and remove from prelude, along with Bounded | Brendan Zabarauskas | -0/+1 |
| 2014-01-12 | Bump version to 0.10-pre | Brian Anderson | -1/+1 |
| 2014-01-12 | Don't overwrite the options.output value from build_session_options | Jan Niklas Hasse | -5/+0 |
| 2014-01-12 | Fix indention | Jan Niklas Hasse | -9/+9 |
| 2014-01-12 | Support linking of rlib files in rustpkg | Jan Niklas Hasse | -6/+13 |
| 2014-01-11 | auto merge of #11338 : jhasse/rust/patch-rustpkgtarget, r=alexcrichton | bors | -5/+5 |
| 2014-01-11 | Use target libraries instead of host libraries. Fixes #11243 | Jan Niklas Hasse | -5/+5 |
| 2014-01-11 | auto merge of #11470 : eminence/rust/rustpkg_help_test, r=alexcrichton | bors | -3/+21 |
| 2014-01-11 | "rustpkg prefer" should print the help for '"prefer" not "uninstall" | Andrew Chin | -1/+1 |
| 2014-01-11 | auto merge of #11468 : klutzy/rust/workcache-cleanup, r=alexcrichton | bors | -5/+3 |
| 2014-01-11 | auto merge of #11466 : eminence/rust/fix_rustpkg_help, r=brson | bors | -1/+8 |
| 2014-01-11 | extra::workcache: Remove unused Logger | klutzy | -5/+3 |
| 2014-01-11 | Fix `rustpkg help` handling | Andrew Chin | -2/+20 |
| 2014-01-10 | Re-implement --help in rustpkg | Andrew Chin | -1/+8 |
| 2014-01-11 | Remove re-exports of std::io::stdio::{print, println} in the prelude. | Brendan Zabarauskas | -32/+32 |
| 2014-01-09 | rustc: Fix style of OutputType enum | Brian Anderson | -7/+7 |
| 2014-01-09 | Updated librustdoc and librustpkg to use the proper UpperCase names from libs... | Eduard Burtescu | -1/+1 |
| 2014-01-09 | libsyntax: Renamed types, traits and enum variants to CamelCase. | Eduard Burtescu | -15/+15 |
| 2014-01-07 | Fixup the rest of the tests in the compiler | Alex Crichton | -0/+1 |
| 2014-01-07 | Fix remaining cases of leaking imports | Alex Crichton | -0/+2 |
| 2014-01-08 | Renamed Option::map_default and mutate_default to map_or and mutate_or_set | Marvin Löbel | -6/+6 |