| Age | Commit message (Expand) | Author | Lines |
| 2013-05-14 | rustpkg: Remove #[allow(vecs_implicitly_copyable)] | Alex Crichton | -105/+98 |
| 2013-05-14 | Fix cosmetics for fail!() calls | Marvin Löbel | -6/+4 |
| 2013-05-14 | Use static string with fail!() and remove fail!(fmt!()) | Björn Steinbrink | -15/+15 |
| 2013-05-12 | Don't create subprocesses for the `rust` command | Alex Crichton | -1/+2 |
| 2013-05-10 | rustpkg: Use the new `for` protocol | Alex Crichton | -2/+3 |
| 2013-05-08 | libcore: Remove mutable fields from hash | Patrick Walton | -3/+4 |
| 2013-05-04 | auto merge of #6230 : thestinger/rust/whitespace, r=catamorphism | bors | -2/+0 |
| 2013-05-03 | add gitattributes and fix whitespace issues | Daniel Micay | -2/+0 |
| 2013-05-03 | rustpkg: Handle sysroot more correctly | Tim Chevalier | -26/+72 |
| 2013-05-03 | rustpkg: Implement install command | Tim Chevalier | -84/+266 |
| 2013-04-28 | fix typo in librstpkg tests, allowed by old parser | John Clements | -1/+1 |
| 2013-04-27 | only use #[no_core] in libcore | Daniel Micay | -11/+1 |
| 2013-04-26 | core: Move mkdir_recursive from rustpkg into core::os | Tim Chevalier | -39/+5 |
| 2013-04-24 | rustpkg: Preliminary work on install command | Tim Chevalier | -30/+175 |
| 2013-04-24 | rustpkg: Correct directory structure in test scenarios | Tim Chevalier | -6/+11 |
| 2013-04-24 | rustpkg: Make path searching work as described in the rustpkg doc | Tim Chevalier | -151/+190 |
| 2013-04-24 | rustpkg: update README saying which tests pass | Tim Chevalier | -3/+23 |
| 2013-04-24 | libcore: unify `gen_<type>` methods on `rand::RngUtil` into the generic `gen`. | Huon Wilson | -1/+1 |
| 2013-04-24 | libcore: remove @Rng from rand, and use traits instead. | Huon Wilson | -1/+1 |
| 2013-04-22 | docs: Sketch out rustpkg manual | Tim Chevalier | -21/+0 |
| 2013-04-19 | Assorted fixes from de-modeing rustc/syntax (rusti, rustdoc, fuzzer, rustpkg) | Alex Crichton | -9/+9 |
| 2013-04-18 | auto merge of #5914 : catamorphism/rust/copy-cops, r=catamorphism | bors | -4/+4 |
| 2013-04-18 | rustc: Anti-copy police | Tim Chevalier | -4/+4 |
| 2013-04-18 | Tidy | Tim Chevalier | -2/+53 |
| 2013-04-17 | rustpkg: Add more tests | Tim Chevalier | -0/+93 |
| 2013-04-17 | rustpkg: Add a list of rustpkg commands that should pass | Tim Chevalier | -0/+35 |
| 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: Change this example to show how to do a custom build | Tim Chevalier | -0/+6 |
| 2013-04-17 | rustpkg: Remove bogus .rc file | Tim Chevalier | -25/+1 |
| 2013-04-17 | rustpkg: Implement clean; replace boolean result flags with fail!() | Tim Chevalier | -159/+67 |
| 2013-04-17 | rustpkg: Add a few tests | Tim Chevalier | -0/+161 |
| 2013-04-17 | rustpkg: Fail when crate inference fails; inject link attributes | Tim Chevalier | -85/+142 |
| 2013-04-15 | auto merge of #5861 : catamorphism/rust/rustpkg, r=catamorphism | bors | -63/+138 |
| 2013-04-15 | Tidy | Tim Chevalier | -3/+3 |
| 2013-04-12 | rustpkg: Factor out tests; use a condition instead of returning an option | Tim Chevalier | -63/+138 |
| 2013-04-12 | auto merge of #5847 : catamorphism/rust/rustpkg, r=catamorphism | bors | -952/+636 |
| 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 | -964/+519 |
| 2013-04-10 | Bump version to 0.7-pre | Brian Anderson | -6/+6 |
| 2013-04-09 | Bump version to 0.7-pre | Brian Anderson | -6/+6 |
| 2013-04-05 | checkpoint | Graydon Hoare | -68/+200 |
| 2013-04-03 | rename Linear{Map,Set} => Hash{Map,Set} | Daniel Micay | -7/+7 |
| 2013-04-03 | hashmap: rm linear namespace | Daniel Micay | -2/+2 |
| 2013-03-29 | Add AbiSet and integrate it into the AST. | Niko Matsakis | -1/+1 |
| 2013-03-29 | librustc: Remove `fail_unless!` | Patrick Walton | -11/+11 |
| 2013-03-28 | Removing unused imports | Alex Crichton | -6/+5 |
| 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 | -15/+22 |
| 2013-03-25 | Kill some warnings: unused imports and old #[deny(..)]s. | Huon Wilson | -1/+0 |
| 2013-03-22 | librustc: Remove the `const` declaration form everywhere | Patrick Walton | -1/+1 |