| Age | Commit message (Expand) | Author | Lines |
| 2013-05-14 | rustpkg: Remove #[allow(vecs_implicitly_copyable)] | Alex Crichton | -42/+40 |
| 2013-05-14 | Fix cosmetics for fail!() calls | Marvin Löbel | -2/+1 |
| 2013-05-14 | Use static string with fail!() and remove fail!(fmt!()) | Björn Steinbrink | -10/+10 |
| 2013-05-12 | Don't create subprocesses for the `rust` command | Alex Crichton | -1/+2 |
| 2013-05-03 | rustpkg: Handle sysroot more correctly | Tim Chevalier | -12/+17 |
| 2013-05-03 | rustpkg: Implement install command | Tim Chevalier | -51/+81 |
| 2013-04-27 | only use #[no_core] in libcore | Daniel Micay | -4/+0 |
| 2013-04-24 | rustpkg: Preliminary work on install command | Tim Chevalier | -29/+21 |
| 2013-04-24 | rustpkg: Make path searching work as described in the rustpkg doc | Tim Chevalier | -96/+62 |
| 2013-04-19 | Assorted fixes from de-modeing rustc/syntax (rusti, rustdoc, fuzzer, rustpkg) | Alex Crichton | -4/+4 |
| 2013-04-18 | auto merge of #5914 : catamorphism/rust/copy-cops, r=catamorphism | bors | -2/+2 |
| 2013-04-18 | rustc: Anti-copy police | Tim Chevalier | -2/+2 |
| 2013-04-18 | Tidy | Tim Chevalier | -1/+1 |
| 2013-04-17 | rustpkg: Don't execute the standard build logic if there is a pkg.rs | Tim Chevalier | -4/+5 |
| 2013-04-17 | rustpkg: Implement clean; replace boolean result flags with fail!() | Tim Chevalier | -156/+61 |
| 2013-04-17 | rustpkg: Fail when crate inference fails; inject link attributes | Tim Chevalier | -54/+38 |
| 2013-04-15 | auto merge of #5861 : catamorphism/rust/rustpkg, r=catamorphism | bors | -46/+5 |
| 2013-04-12 | rustpkg: Factor out tests; use a condition instead of returning an option | Tim Chevalier | -46/+5 |
| 2013-04-12 | auto merge of #5847 : catamorphism/rust/rustpkg, r=catamorphism | bors | -545/+450 |
| 2013-04-12 | Tidy | Tim Chevalier | -8/+5 |
| 2013-04-11 | rustpkg: Use pkg IDs, remove old code for now that required packages to decla... | Tim Chevalier | -593/+343 |
| 2013-04-10 | Bump version to 0.7-pre | Brian Anderson | -5/+5 |
| 2013-04-09 | Bump version to 0.7-pre | Brian Anderson | -5/+5 |
| 2013-04-05 | checkpoint | Graydon Hoare | -16/+174 |
| 2013-04-03 | rename Linear{Map,Set} => Hash{Map,Set} | Daniel Micay | -5/+5 |
| 2013-04-03 | hashmap: rm linear namespace | Daniel Micay | -1/+1 |
| 2013-03-29 | Add AbiSet and integrate it into the AST. | Niko Matsakis | -1/+1 |
| 2013-03-28 | Removing unused imports | Alex Crichton | -3/+2 |
| 2013-03-26 | librustc: Enforce that `extern mod` directives come first, then `use` directi... | Patrick Walton | -3/+3 |
| 2013-03-26 | Fixed all use sites and tests | Marvin Löbel | -11/+16 |
| 2013-03-25 | Kill some warnings: unused imports and old #[deny(..)]s. | Huon Wilson | -1/+0 |
| 2013-03-22 | libsyntax: Stop parsing `pure` and `static` | Patrick Walton | -1/+1 |
| 2013-03-20 | librustc: Remove debug code and add scary warnings for rusti/rustpkg | Patrick Walton | -0/+3 |
| 2013-03-08 | Finish de-implicit-selfing everything but the test suite | Ben Striegel | -0/+1 |
| 2013-03-06 | Fix bug in coherence that causes all cross-crate impls to be regarded as | Niko Matsakis | -0/+1 |
| 2013-03-02 | librustdoc: Remove `fn@`, `fn~`, and `fn&` from compiletest, fuzzer, rustdoc,... | Patrick Walton | -1/+1 |
| 2013-03-02 | librustc: Forbid chained imports and fix the logic for one-level renaming imp... | Patrick Walton | -6/+6 |
| 2013-03-01 | librustc: "APL2" -> "ASL2". rs=license-fix | Patrick Walton | -1/+1 |
| 2013-02-28 | Fix license attribute on crates | sevrak | -1/+2 |
| 2013-02-22 | librustpkg: De-mut librustdoc and librustpkg. rs=demuting | Patrick Walton | -2/+2 |
| 2013-02-21 | Remove the last bits of structural records from tests/rustc/rusti/rustpkg. | Luqman Aden | -2/+0 |
| 2013-02-20 | Fix fallout in rusti & rustpkg. | Luqman Aden | -2/+2 |
| 2013-02-19 | convert ast::meta_items to take @~strs | Erick Tryzelaar | -4/+4 |
| 2013-02-15 | rustpkg: Massage for landing. | Graydon Hoare | -37/+47 |
| 2013-02-15 | rustpkg: Fix do listeners and support custom test logic | Zack Corr | -19/+40 |
| 2013-02-15 | rustpkg: Add info command for probing a pkg.rs and expose work_dir/src_dir in... | Zack Corr | -4/+64 |
| 2013-02-15 | rustpkg: Use pkg.rs instead of package.rs for consistency | Zack Corr | -2/+2 |
| 2013-02-15 | Move semver to std and finish rustpkg | Zack Corr | -4/+3 |
| 2013-02-15 | rustpkg: Clean up formatting issues | Zack Corr | -30/+156 |
| 2013-02-15 | rustpkg: Add do command and get cmd listeners working correctly | Zack Corr | -3/+44 |