about summary refs log tree commit diff
path: root/src/librustpkg/package_source.rs
AgeCommit message (Expand)AuthorLines
2014-02-02Remove rustpkg.Corey Richardson-554/+0
2014-01-26auto merge of #11817 : salemtalha/rust/master, r=brsonbors-1/+1
2014-01-26Removed all instances of XXX in preparation for relaxing of FIXME ruleSalem Talha-1/+1
2014-01-26Fix privacy fallout from previous changeAlex Crichton-2/+2
2014-01-23rustpkg::crate_id: Remove CrateIdklutzy-23/+51
2014-01-23rustpkg: Compute hash to find crateklutzy-1/+1
2014-01-23rustpkg::version: Remove enum Versionklutzy-3/+3
2013-12-29Rename uses of PkgId to CrateId in librustpkgLuis de Bethencourt-14/+14
2013-12-08Remove dead codesKiet Tran-5/+0
2013-12-04Revert "libstd: Change `Path::new` to `Path::init`."Kevin Ballard-3/+3
2013-11-29libstd: Change `Path::new` to `Path::init`.Patrick Walton-3/+3
2013-11-28Register new snapshotsAlex Crichton-1/+1
2013-11-26librustc: Make `||` lambdas not infer to `proc`sPatrick Walton-1/+1
2013-11-26librustc: Remove non-procedure uses of `do` from librustc, librustdoc,Patrick Walton-8/+6
2013-11-26librustc: Remove remaining uses of `&fn()` in favor of `||`.Patrick Walton-1/+1
2013-11-26Removed unneccessary `_iter` suffixes from various APIsMarvin Löbel-5/+5
2013-11-16fix 10468, propagate optimization level as rustc::driver::session::OptLevelIan Daniher-1/+4
2013-11-12rustpkg: Eliminate the spurious `os::path_exists(&pkg_src.start_dir.join(p))`...Tim Chevalier-1/+2
2013-11-11Move std::rt::io to std::ioAlex Crichton-2/+2
2013-11-04Move io::file to io::fs and fns out of FileAlex Crichton-4/+3
2013-11-03Fill out the remaining functionality in io::fileAlex Crichton-5/+5
2013-11-03Remove all blocking std::os blocking functionsAlex Crichton-8/+9
2013-10-27rustpkg: Build dependencies into the correct workspace when using --rust-path...Tim Chevalier-2/+4
2013-10-22rustpkg: Support arbitrary dependencies in the install APITim Chevalier-9/+43
2013-10-22Drop the '2' suffix from logging macrosAlex Crichton-26/+26
2013-10-21rustpkg: Search for crates in the current directoryTim Chevalier-3/+19
2013-10-18rustpkg: Make rustpkg tests stop comparing datesTim Chevalier-8/+15
2013-10-16path2: Update for latest masterKevin Ballard-9/+12
2013-10-16path2: Update based on more review feedbackKevin Ballard-7/+7
2013-10-15path2: Remove .with_display_str and friendsKevin Ballard-1/+1
2013-10-15path2: Adjust the API to remove all the _str mutation methodsKevin Ballard-8/+9
2013-10-15path2: Replace the path module outrightKevin Ballard-54/+66
2013-10-11extra::tempfile: replace mkdtemp with an RAII wrapperBenjamin Herr-3/+0
2013-10-10rustpkg: Make checked-out source files read-only, and overhaul where temporar...Tim Chevalier-101/+157
2013-10-09option: rewrite the API to use compositionDaniel Micay-1/+1
2013-09-30rustpkg: Remove uses of fmt!Alex Crichton-34/+34
2013-09-27rustpkg: Implement `rustpkg test`Tim Chevalier-1/+5
2013-09-25rustpkg: Search for packages correctly when using the rust_path_hackTim Chevalier-1/+2
2013-09-18rustpkg: Make crates, not packages, the unit of rustpkg dependenciesTim Chevalier-19/+43
2013-09-13auto merge of #9148 : jakub-/rust/rustpkg-install-mkdir-p, r=catamorphismbors-5/+7
2013-09-12Fix rustpkg install for git repositoriesJakub-5/+7
2013-09-12rustpkg: Support sub-package-IDsTim Chevalier-6/+37
2013-09-08rustpkg: Address review comments from JackTim Chevalier-32/+28
2013-09-08rustpkg: Use workcacheTim Chevalier-93/+154
2013-09-04auto merge of #8978 : pnkfelix/rust/make-path-api-less-allocation-happy, r=huonwbors-6/+6
2013-09-04Update clients of path.rs to use new API.Felix S. Klock II-6/+6
2013-09-04Added explicit pub to several conditions. Enables completion of #6009.Felix S. Klock II-0/+1
2013-08-30rustpkg: Allow package directories to appear in the RUST_PATHTim Chevalier-22/+80
2013-08-19rustpkg: Un-ignore most of the remaining testsTim Chevalier-1/+1
2013-08-11Cleanup librustpkg a little bit.Steven Stewart-Gallus-23/+24