| Age | Commit message (Expand) | Author | Lines |
| 2013-10-27 | rustpkg: Build dependencies into the correct workspace when using --rust-path... | Tim Chevalier | -0/+24 |
| 2013-10-24 | Another round of test fixes and merge conflicts | Alex Crichton | -7/+12 |
| 2013-10-22 | rustpkg: Support arbitrary dependencies in the install API | Tim Chevalier | -12/+109 |
| 2013-10-22 | Drop the '2' suffix from logging macros | Alex Crichton | -96/+96 |
| 2013-10-21 | rustpkg: Search for crates in the current directory | Tim Chevalier | -2/+57 |
| 2013-10-18 | rustpkg: invoke touch with a portable set of args | Tim Chevalier | -1/+3 |
| 2013-10-18 | rustc: Check that the output file is writeable before linking | Tim Chevalier | -1/+1 |
| 2013-10-18 | rustpkg: Make rustpkg tests stop comparing dates | Tim Chevalier | -27/+51 |
| 2013-10-16 | Implement new methods vec.starts_with()/vec.ends_with() | Kevin Ballard | -6/+2 |
| 2013-10-16 | path2: Update for latest master | Kevin Ballard | -17/+20 |
| 2013-10-16 | path2: Update based on more review feedback | Kevin Ballard | -2/+2 |
| 2013-10-15 | path2: Adjust the API to remove all the _str mutation methods | Kevin Ballard | -189/+185 |
| 2013-10-15 | path2: Replace the path module outright | Kevin Ballard | -333/+424 |
| 2013-10-11 | rustpkg: Set exit codes properly and make tests take advantage of that | Tim Chevalier | -20/+54 |
| 2013-10-11 | extra::tempfile: replace mkdtemp with an RAII wrapper | Benjamin Herr | -262/+331 |
| 2013-10-10 | rustpkg: Make checked-out source files read-only, and overhaul where temporar... | Tim Chevalier | -41/+140 |
| 2013-10-09 | option: rewrite the API to use composition | Daniel Micay | -5/+5 |
| 2013-09-30 | rustpkg: Remove uses of fmt! | Alex Crichton | -101/+104 |
| 2013-09-30 | rustpkg: Make test_rustpkg_test_output more permissive | Tim Chevalier | -3/+5 |
| 2013-09-27 | rustpkg: Implement `rustpkg test` | Tim Chevalier | -12/+67 |
| 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 |