| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2013-07-17 | librustc: Remove all uses of the `Copy` bound. | Patrick Walton | -1/+1 |
| 2013-07-17 | librustc: Remove all uses of "copy". | Patrick Walton | -8/+8 |
| 2013-07-15 | rustpkg: Handle local git repositories | Tim Chevalier | -81/+222 |
| 2013-07-13 | rustpkg: Implement `uninstall` and `list` commands | Tim Chevalier | -20/+90 |
| 2013-07-07 | remove some method resolve workarounds | Daniel Micay | -7/+7 |
| 2013-07-03 | auto merge of #7523 : huonw/rust/uppercase-statics-lint, r=cmr | bors | -7/+7 |
| 2013-07-01 | auto merge of #7409 : alexcrichton/rust/threadsafe, r=cmr | bors | -14/+10 |
| 2013-07-01 | Turn on using LLVM threadsafely | Alex Crichton | -14/+10 |
| 2013-07-01 | rustc: add a lint to enforce uppercase statics. | Huon Wilson | -7/+7 |
| 2013-06-30 | auto merge of #7487 : huonw/rust/vec-kill, r=cmr | bors | -6/+6 |
| 2013-06-30 | rustpkg: Ignore a test that's failing on the dist-snap bot | Brian Anderson | -0/+1 |
| 2013-06-30 | Convert vec::{rposition, rposition_elem, position_elem, contains} to methods. | Huon Wilson | -6/+6 |
| 2013-06-29 | Great renaming: propagate throughout the rest of the codebase | Corey Richardson | -5/+4 |
| 2013-06-29 | auto merge of #7439 : catamorphism/rust/cut-rustpkg-output, r=catamorphism | bors | -2/+2 |
| 2013-06-28 | librustc: Fix merge fallout and test cases. | Patrick Walton | -1/+1 |
| 2013-06-27 | rustpkg: Implement RUST_PATH | Tim Chevalier | -8/+53 |
| 2013-06-27 | rustpkg: Silence extra output from rustpkg tests | Tim Chevalier | -2/+2 |
| 2013-06-27 | auto merge of #7403 : catamorphism/rust/package-scripts, r=brson | bors | -0/+16 |
| 2013-06-25 | rustpkg: Begin allowing package scripts to call the default build logic | Tim Chevalier | -0/+16 |
| 2013-06-25 | Fix some tests in rustpkg to not pollute the build directory. Closes #7278. | Michael Sullivan | -10/+9 |
| 2013-06-23 | vec: remove BaseIter implementation | Daniel Micay | -2/+2 |
| 2013-06-21 | vec: rm old_iter implementations, except BaseIter | Daniel Micay | -7/+7 |
| 2013-06-20 | Ignore rustpkg tests | James Miller | -1/+1 |
| 2013-06-15 | auto merge of #7148 : catamorphism/rust/rustpkg_tests, r=graydon | bors | -17/+375 |
| 2013-06-14 | rustpkg: Write more automated tests | Tim Chevalier | -17/+375 |
| 2013-06-13 | Resolve LLVM crashing in rustpkg tests | Alex Crichton | -5/+11 |
| 2013-06-11 | Ignore the test_package_request_version test for now | Alex Crichton | -1/+1 |
| 2013-06-09 | rustpkg: Accept package IDs like github.com/foo/bar#0.3 | Tim Chevalier | -36/+85 |
| 2013-06-08 | rustpkg: Extract version number from git, as per #5684 | Tim Chevalier | -1/+27 |
| 2013-06-01 | rustc/rusti/rustpkg: Infer packages from `extern mod` directives | Tim Chevalier | -13/+22 |