| Age | Commit message (Expand) | Author | Lines |
| 2013-09-25 | rustpkg: Search for packages correctly when using the rust_path_hack | Tim Chevalier | -1/+38 |
| 2013-09-23 | auto merge of #9310 : pcwalton/rust/at-fn, r=pcwalton | bors | -2/+5 |
| 2013-09-23 | librustc: Fix merge fallout. | Patrick Walton | -2/+5 |
| 2013-09-23 | Ignore some rustpkg tests for now | Alex Crichton | -0/+2 |
| 2013-09-18 | rustpkg: Register correct dependencies for built and installed files | Tim Chevalier | -0/+53 |
| 2013-09-18 | rustpkg: Make crates, not packages, the unit of rustpkg dependencies | Tim Chevalier | -44/+91 |
| 2013-09-17 | Ignore a test which is blocking a snapshot | Alex Crichton | -0/+1 |
| 2013-09-15 | rustpkg: Cleanup | Tim Chevalier | -59/+42 |
| 2013-09-14 | rustpkg: Always write a package_id attribute into the link metadata | Tim Chevalier | -0/+49 |
| 2013-09-13 | Remove all usage of change_dir_locked | Alex Crichton | -14/+13 |
| 2013-09-13 | rustc/rustpkg: Use a target-specific subdirectory in build/ and lib/ | Tim Chevalier | -11/+37 |
| 2013-09-12 | rustpkg: Install to RUST_PATH | Tim Chevalier | -0/+19 |
| 2013-09-12 | rustpkg: Search RUST_PATH properly for dependencies, and add a test for recur... | Tim Chevalier | -0/+22 |
| 2013-09-12 | rustpkg: Support sub-package-IDs | Tim Chevalier | -20/+51 |
| 2013-09-10 | rustpkg: Pass command-line arguments to rustc | Tim Chevalier | -6/+291 |
| 2013-09-08 | rustpkg: Address review comments from Jack | Tim Chevalier | -10/+12 |
| 2013-09-08 | rustpkg: Use workcache | Tim Chevalier | -49/+46 |
| 2013-09-05 | Rename str::from_bytes to str::from_utf8, closes #8985 | Florian Hahn | -11/+11 |
| 2013-09-04 | Update clients of path.rs to use new API. | Felix S. Klock II | -2/+2 |
| 2013-08-30 | rustpkg: Allow package directories to appear in the RUST_PATH | Tim Chevalier | -16/+195 |
| 2013-08-29 | Revert "auto merge of #8645 : alexcrichton/rust/issue-6436-run-non-blocking, ... | Brian Anderson | -8/+6 |
| 2013-08-27 | auto merge of #8645 : alexcrichton/rust/issue-6436-run-non-blocking, r=brson | bors | -6/+8 |
| 2013-08-27 | Implement process bindings to libuv | Alex Crichton | -6/+8 |
| 2013-08-27 | Handle `rustpkg build`, etc. when given no args properly | Kevin Ballard | -3/+6 |
| 2013-08-27 | auto merge of #8792 : adridu59/rust/master, r=catamorphism | bors | -5/+4 |
| 2013-08-27 | librustpkg/tests.rs: cleanup unused import | Adrien Tétar | -5/+4 |
| 2013-08-26 | rustpkg: Test that different copies of the same package ID can exist in multi... | Tim Chevalier | -3/+28 |
| 2013-08-22 | Suppress a broken test. Issue #8690. | Michael Sullivan | -0/+1 |
| 2013-08-21 | rustpkg: Add test for #7348. Closes #7348 | Tim Chevalier | -0/+12 |
| 2013-08-21 | rustpkg: Re-enable some more tests | Tim Chevalier | -21/+22 |
| 2013-08-21 | rustpkg: Add test for #7338. Closes #7338 | Tim Chevalier | -0/+12 |
| 2013-08-19 | rustpkg: Un-ignore most of the remaining tests | Tim Chevalier | -35/+13 |
| 2013-08-14 | std: Change ProcessOptions struct to have an option of a ~ vector | Tim Chevalier | -4/+6 |
| 2013-08-09 | rustpkg: Simplify the PkgId struct | Tim Chevalier | -34/+25 |
| 2013-08-09 | std/rustc/rustpkg/syntax: Support the `extern mod = ...` form | Tim Chevalier | -121/+162 |
| 2013-08-07 | rustpkg: Disable test_uninstall | Brian Anderson | -0/+1 |
| 2013-08-03 | remove obsolete `foreach` keyword | Daniel Micay | -5/+5 |
| 2013-08-01 | migrate many `for` loops to `foreach` | Daniel Micay | -5/+5 |
| 2013-08-01 | make `in` and `foreach` get treated as keywords | Daniel Micay | -4/+4 |
| 2013-07-29 | auto merge of #8032 : catamorphism/rust/rustpkg-tags, r=graydon | bors | -38/+68 |
| 2013-07-27 | to_either + fixes | Erick Tryzelaar | -3/+1 |
| 2013-07-26 | rustpkg: Don't assume a non-numeric refspec is a tag | Tim Chevalier | -1/+1 |
| 2013-07-24 | rustpkg: Handle non-numeric versions; some cleanup | Tim Chevalier | -38/+68 |
| 2013-07-22 | std: Move change_dir_locked to unstable. #7870 | Brian Anderson | -1/+3 |
| 2013-07-22 | auto merge of #7942 : Dretch/rust/os-listdir-path-no-squiggle, r=brson | bors | -2/+2 |
| 2013-07-22 | temporarily disable 3 rustpkg tests | Daniel Micay | -3/+5 |
| 2013-07-21 | Remove what appears to be redundant indirection from | Gareth Smith | -2/+2 |
| 2013-07-18 | rustpkg: Make rustpkg commands work without a package ID | Tim Chevalier | -23/+73 |
| 2013-07-17 | librustc: Remove some extra "copy" keywords that came in before this change m... | Patrick Walton | -1/+1 |
| 2013-07-17 | test: Fix tests. | Patrick Walton | -2/+2 |