| Age | Commit message (Expand) | Author | Lines |
| 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-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 |
| 2013-05-29 | librustc: Stop reexporting the standard modules from prelude. | Patrick Walton | -1/+4 |
| 2013-05-29 | auto merge of #6733 : alexcrichton/rust/issue-2400, r=brson | bors | -5/+0 |
| 2013-05-28 | Un-ignore rusti/rustpkg tests on i686 | Alex Crichton | -5/+0 |
| 2013-05-28 | Silence various warnings throughout test modules | Alex Crichton | -10/+10 |
| 2013-05-23 | cleanup warnings from librustpkg | Erick Tryzelaar | -1/+0 |
| 2013-05-23 | more testing fallout from core->std/std->extra move | Ted Horst | -0/+1 |
| 2013-05-19 | Use assert_eq! rather than assert! where possible | Corey Richardson | -4/+4 |
| 2013-05-15 | rustpkg: ignore tests on i686, since they fail | Tim Chevalier | -0/+5 |
| 2013-05-14 | rustpkg: Tests for well-formed and ill-formed package IDs... | Tim Chevalier | -13/+59 |
| 2013-05-14 | rustpkg: Implement URL-like package IDs | Tim Chevalier | -13/+27 |
| 2013-05-14 | Fix rustpkg tests now that they're in a different location | Alex Crichton | -3/+3 |
| 2013-05-14 | Fix test fallout from removing vecs_implicitly_copyable | Alex Crichton | -13/+12 |
| 2013-05-03 | rustpkg: Handle sysroot more correctly | Tim Chevalier | -7/+48 |
| 2013-05-03 | rustpkg: Implement install command | Tim Chevalier | -20/+51 |
| 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 | -4/+1 |
| 2013-04-24 | rustpkg: Preliminary work on install command | Tim Chevalier | -0/+93 |
| 2013-04-12 | rustpkg: Factor out tests; use a condition instead of returning an option | Tim Chevalier | -0/+11 |