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