| Age | Commit message (Expand) | Author | Lines |
| 2013-11-03 | Rename files to match current recommendations. | Chris Morgan | -936/+0 |
| 2013-10-28 | auto merge of #10110 : catamorphism/rust/rustpkg-dependency-build-dir, r=meta... | bors | -2/+0 |
| 2013-10-28 | auto merge of #10089 : pythonesque/rust/issue-7718, r=catamorphism | bors | -1/+3 |
| 2013-10-27 | Integrate the code in the digest and cryptoutil modules directly into the sha... | Palmer Cox | -2/+0 |
| 2013-10-27 | Remove dead code from cryptoutil.rs and remove macro_rules feature flag. | Palmer Cox | -1/+1 |
| 2013-10-27 | Remove MD5 and Sha2. Move Sha1 and support code into librustpkg. | Palmer Cox | -1/+4 |
| 2013-10-27 | rustpkg: Build dependencies into the correct workspace when using --rust-path... | Tim Chevalier | -2/+0 |
| 2013-10-26 | Make addl_lib_search_paths a HashSet (Closes #7718). | Joshua Yanovski | -1/+3 |
| 2013-10-24 | Remove even more of std::io | Alex Crichton | -3/+3 |
| 2013-10-23 | register snapshots | Daniel Micay | -1/+1 |
| 2013-10-22 | rustpkg: Support arbitrary dependencies in the install API | Tim Chevalier | -47/+66 |
| 2013-10-22 | Drop the '2' suffix from logging macros | Alex Crichton | -33/+33 |
| 2013-10-21 | rustpkg: Search for crates in the current directory | Tim Chevalier | -7/+7 |
| 2013-10-18 | rustc: Check that the output file is writeable before linking | Tim Chevalier | -4/+4 |
| 2013-10-18 | rustpkg: Make rustpkg tests stop comparing dates | Tim Chevalier | -3/+27 |
| 2013-10-16 | path2: Update for latest master | Kevin Ballard | -7/+7 |
| 2013-10-16 | path2: Update based on more review feedback | Kevin Ballard | -6/+6 |
| 2013-10-15 | path2: Remove .with_display_str and friends | Kevin Ballard | -2/+2 |
| 2013-10-15 | path2: Adjust the API to remove all the _str mutation methods | Kevin Ballard | -9/+9 |
| 2013-10-15 | path2: Replace the path module outright | Kevin Ballard | -61/+80 |
| 2013-10-11 | rustpkg: Set exit codes properly and make tests take advantage of that | Tim Chevalier | -5/+13 |
| 2013-10-10 | rustpkg: Make checked-out source files read-only, and overhaul where temporar... | Tim Chevalier | -75/+71 |
| 2013-10-09 | option: rewrite the API to use composition | Daniel Micay | -1/+2 |
| 2013-10-05 | Implement feature-gating for the compiler | Alex Crichton | -0/+2 |
| 2013-09-30 | rustpkg: Remove uses of fmt! | Alex Crichton | -44/+45 |
| 2013-09-29 | auto merge of #9612 : alexcrichton/rust/rc-crate2, r=huonw | bors | -8/+9 |
| 2013-09-29 | Remove all usage of @ast::Crate | Alex Crichton | -8/+9 |
| 2013-09-28 | Don't redirect output in rustpkg test | Steven Fackler | -8/+2 |
| 2013-09-27 | auto merge of #9552 : brson/rust/0.9-pre, r=alexcrichton | bors | -1/+1 |
| 2013-09-27 | rustpkg: Implement `rustpkg test` | Tim Chevalier | -34/+74 |
| 2013-09-26 | Update version numbers to 0.9-pre | Brian Anderson | -1/+1 |
| 2013-09-24 | Don't use libc::exit. #9473 | Brian Anderson | -10/+14 |
| 2013-09-23 | librustpkg: Fix diagnostic invocation syntax in librustdoc, librusti, and lib... | Patrick Walton | -1/+3 |
| 2013-09-21 | Update version numbers to 0.8 | Brian Anderson | -1/+1 |
| 2013-09-20 | auto merge of #9322 : catamorphism/rust/rustpkg-discovered-outputs, r=brson | bors | -3/+3 |
| 2013-09-19 | Turned extra::getopts functions into methods | Marvin Löbel | -26/+26 |
| 2013-09-18 | rustpkg: Register correct dependencies for built and installed files | Tim Chevalier | -3/+3 |
| 2013-09-18 | rustpkg: Make crates, not packages, the unit of rustpkg dependencies | Tim Chevalier | -112/+171 |
| 2013-09-17 | Implementing 'rustpkg init'. | Steve Klabnik | -0/+16 |
| 2013-09-12 | rustpkg: Install to RUST_PATH | Tim Chevalier | -9/+24 |
| 2013-09-12 | rustpkg: Search RUST_PATH properly for dependencies, and add a test for recur... | Tim Chevalier | -1/+1 |
| 2013-09-10 | rustpkg: Pass command-line arguments to rustc | Tim Chevalier | -26/+117 |
| 2013-09-08 | rustpkg: Address review comments from Jack | Tim Chevalier | -22/+19 |
| 2013-09-08 | rustpkg: Use workcache | Tim Chevalier | -86/+149 |
| 2013-09-05 | Rename str::from_bytes to str::from_utf8, closes #8985 | Florian Hahn | -1/+1 |
| 2013-08-30 | rustpkg: Allow package directories to appear in the RUST_PATH | Tim Chevalier | -44/+77 |
| 2013-08-27 | Handle `rustpkg build`, etc. when given no args properly | Kevin Ballard | -15/+12 |
| 2013-08-27 | auto merge of #8773 : catamorphism/rust/rustpkg-version-flag, r=anasazi | bors | -1/+9 |
| 2013-08-26 | rustpkg: Implement --version command-line option | Tim Chevalier | -1/+9 |
| 2013-08-26 | rustpkg: Test that different copies of the same package ID can exist in multi... | Tim Chevalier | -0/+2 |