about summary refs log tree commit diff
path: root/src/librustpkg/tests.rs
AgeCommit message (Expand)AuthorLines
2013-10-27rustpkg: Build dependencies into the correct workspace when using --rust-path...Tim Chevalier-0/+24
2013-10-24Another round of test fixes and merge conflictsAlex Crichton-7/+12
2013-10-22rustpkg: Support arbitrary dependencies in the install APITim Chevalier-12/+109
2013-10-22Drop the '2' suffix from logging macrosAlex Crichton-96/+96
2013-10-21rustpkg: Search for crates in the current directoryTim Chevalier-2/+57
2013-10-18rustpkg: invoke touch with a portable set of argsTim Chevalier-1/+3
2013-10-18rustc: Check that the output file is writeable before linkingTim Chevalier-1/+1
2013-10-18rustpkg: Make rustpkg tests stop comparing datesTim Chevalier-27/+51
2013-10-16Implement new methods vec.starts_with()/vec.ends_with()Kevin Ballard-6/+2
2013-10-16path2: Update for latest masterKevin Ballard-17/+20
2013-10-16path2: Update based on more review feedbackKevin Ballard-2/+2
2013-10-15path2: Adjust the API to remove all the _str mutation methodsKevin Ballard-189/+185
2013-10-15path2: Replace the path module outrightKevin Ballard-333/+424
2013-10-11rustpkg: Set exit codes properly and make tests take advantage of thatTim Chevalier-20/+54
2013-10-11extra::tempfile: replace mkdtemp with an RAII wrapperBenjamin Herr-262/+331
2013-10-10rustpkg: Make checked-out source files read-only, and overhaul where temporar...Tim Chevalier-41/+140
2013-10-09option: rewrite the API to use compositionDaniel Micay-5/+5
2013-09-30rustpkg: Remove uses of fmt!Alex Crichton-101/+104
2013-09-30rustpkg: Make test_rustpkg_test_output more permissiveTim Chevalier-3/+5
2013-09-27rustpkg: Implement `rustpkg test`Tim Chevalier-12/+67
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