summary refs log tree commit diff
path: root/src/librustpkg/tests.rs
AgeCommit message (Expand)AuthorLines
2013-09-25rustpkg: Search for packages correctly when using the rust_path_hackTim Chevalier-1/+38
2013-09-23auto merge of #9310 : pcwalton/rust/at-fn, r=pcwaltonbors-2/+5
2013-09-23librustc: Fix merge fallout.Patrick Walton-2/+5
2013-09-23Ignore some rustpkg tests for nowAlex Crichton-0/+2
2013-09-18rustpkg: Register correct dependencies for built and installed filesTim Chevalier-0/+53
2013-09-18rustpkg: Make crates, not packages, the unit of rustpkg dependenciesTim Chevalier-44/+91
2013-09-17Ignore a test which is blocking a snapshotAlex Crichton-0/+1
2013-09-15rustpkg: CleanupTim Chevalier-59/+42
2013-09-14rustpkg: Always write a package_id attribute into the link metadataTim Chevalier-0/+49
2013-09-13Remove all usage of change_dir_lockedAlex Crichton-14/+13
2013-09-13rustc/rustpkg: Use a target-specific subdirectory in build/ and lib/Tim Chevalier-11/+37
2013-09-12rustpkg: Install to RUST_PATHTim Chevalier-0/+19
2013-09-12rustpkg: Search RUST_PATH properly for dependencies, and add a test for recur...Tim Chevalier-0/+22
2013-09-12rustpkg: Support sub-package-IDsTim Chevalier-20/+51
2013-09-10rustpkg: Pass command-line arguments to rustcTim Chevalier-6/+291
2013-09-08rustpkg: Address review comments from JackTim Chevalier-10/+12
2013-09-08rustpkg: Use workcacheTim Chevalier-49/+46
2013-09-05Rename str::from_bytes to str::from_utf8, closes #8985Florian Hahn-11/+11
2013-09-04Update clients of path.rs to use new API.Felix S. Klock II-2/+2
2013-08-30rustpkg: Allow package directories to appear in the RUST_PATHTim Chevalier-16/+195
2013-08-29Revert "auto merge of #8645 : alexcrichton/rust/issue-6436-run-non-blocking, ...Brian Anderson-8/+6
2013-08-27auto merge of #8645 : alexcrichton/rust/issue-6436-run-non-blocking, r=brsonbors-6/+8
2013-08-27Implement process bindings to libuvAlex Crichton-6/+8
2013-08-27Handle `rustpkg build`, etc. when given no args properlyKevin Ballard-3/+6
2013-08-27auto merge of #8792 : adridu59/rust/master, r=catamorphismbors-5/+4
2013-08-27librustpkg/tests.rs: cleanup unused importAdrien Tétar-5/+4
2013-08-26rustpkg: Test that different copies of the same package ID can exist in multi...Tim Chevalier-3/+28
2013-08-22Suppress a broken test. Issue #8690.Michael Sullivan-0/+1
2013-08-21rustpkg: Add test for #7348. Closes #7348Tim Chevalier-0/+12
2013-08-21rustpkg: Re-enable some more testsTim Chevalier-21/+22
2013-08-21rustpkg: Add test for #7338. Closes #7338Tim Chevalier-0/+12
2013-08-19rustpkg: Un-ignore most of the remaining testsTim Chevalier-35/+13
2013-08-14std: Change ProcessOptions struct to have an option of a ~ vectorTim Chevalier-4/+6
2013-08-09rustpkg: Simplify the PkgId structTim Chevalier-34/+25
2013-08-09std/rustc/rustpkg/syntax: Support the `extern mod = ...` formTim Chevalier-121/+162
2013-08-07rustpkg: Disable test_uninstallBrian Anderson-0/+1
2013-08-03remove obsolete `foreach` keywordDaniel Micay-5/+5
2013-08-01migrate many `for` loops to `foreach`Daniel Micay-5/+5
2013-08-01make `in` and `foreach` get treated as keywordsDaniel Micay-4/+4
2013-07-29auto merge of #8032 : catamorphism/rust/rustpkg-tags, r=graydonbors-38/+68
2013-07-27to_either + fixesErick Tryzelaar-3/+1
2013-07-26rustpkg: Don't assume a non-numeric refspec is a tagTim Chevalier-1/+1
2013-07-24rustpkg: Handle non-numeric versions; some cleanupTim Chevalier-38/+68
2013-07-22std: Move change_dir_locked to unstable. #7870Brian Anderson-1/+3
2013-07-22auto merge of #7942 : Dretch/rust/os-listdir-path-no-squiggle, r=brsonbors-2/+2
2013-07-22temporarily disable 3 rustpkg testsDaniel Micay-3/+5
2013-07-21Remove what appears to be redundant indirection fromGareth Smith-2/+2
2013-07-18rustpkg: Make rustpkg commands work without a package IDTim Chevalier-23/+73
2013-07-17librustc: Remove some extra "copy" keywords that came in before this change m...Patrick Walton-1/+1
2013-07-17test: Fix tests.Patrick Walton-2/+2