summary refs log tree commit diff
path: root/src/librustpkg/path_util.rs
AgeCommit message (Expand)AuthorLines
2013-09-25rustpkg: Search for packages correctly when using the rust_path_hackTim Chevalier-5/+18
2013-09-18rustpkg: Register correct dependencies for built and installed filesTim Chevalier-1/+0
2013-09-13rustc/rustpkg: Use a target-specific subdirectory in build/ and lib/Tim Chevalier-11/+42
2013-09-13auto merge of #9148 : jakub-/rust/rustpkg-install-mkdir-p, r=catamorphismbors-0/+2
2013-09-12rustpkg: Install to RUST_PATHTim Chevalier-0/+9
2013-09-12rustpkg: Search RUST_PATH properly for dependencies, and add a test for recur...Tim Chevalier-0/+4
2013-09-12Fix rustpkg install for git repositoriesJakub-0/+2
2013-09-12rustpkg: Support sub-package-IDsTim Chevalier-4/+10
2013-09-08rustpkg: Address review comments from JackTim Chevalier-2/+1
2013-09-08rustpkg: Use workcacheTim Chevalier-35/+7
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-14/+40
2013-08-26rustpkg: Test that different copies of the same package ID can exist in multi...Tim Chevalier-0/+6
2013-08-19rustpkg: Un-ignore most of the remaining testsTim Chevalier-35/+34
2013-08-11Cleanup librustpkg a little bit.Steven Stewart-Gallus-44/+49
2013-08-09rustpkg: Simplify the PkgId structTim Chevalier-12/+9
2013-08-09std/rustc/rustpkg/syntax: Support the `extern mod = ...` formTim Chevalier-75/+28
2013-08-08rustpkg: Eliminate a copyTim Chevalier-8/+5
2013-08-03remove obsolete `foreach` keywordDaniel Micay-6/+6
2013-08-01migrate many `for` loops to `foreach`Daniel Micay-6/+6
2013-07-24rustpkg: Handle non-numeric versions; some cleanupTim Chevalier-1/+7
2013-07-24fix fmt! usageDaniel Micay-1/+1
2013-07-18rustpkg: Make rustpkg commands work without a package IDTim Chevalier-2/+8
2013-07-17librustc: Remove all uses of "copy".Patrick Walton-9/+12
2013-07-15rustpkg: Handle local git repositoriesTim Chevalier-0/+17
2013-07-13rustpkg: Implement `uninstall` and `list` commandsTim Chevalier-1/+26
2013-07-08Patch up some new errors from rustpkgNiko Matsakis-6/+6
2013-07-01rustc: add a lint to enforce uppercase statics.Huon Wilson-7/+7
2013-06-29Great renaming: propagate throughout the rest of the codebaseCorey Richardson-5/+4
2013-06-29Remove unused variableJordi Boggiano-1/+0
2013-06-27rustpkg: Implement RUST_PATHTim Chevalier-3/+32
2013-06-23vec: remove BaseIter implementationDaniel Micay-3/+4
2013-06-14rustpkg: Write more automated testsTim Chevalier-22/+67
2013-06-14add IteratorUtil to the preludeDaniel Micay-1/+0
2013-06-10std: replace str::each_split* with an iteratorHuon Wilson-1/+2
2013-06-09rustpkg: Accept package IDs like github.com/foo/bar#0.3Tim Chevalier-5/+11
2013-06-01rustc/rusti/rustpkg: Infer packages from `extern mod` directivesTim Chevalier-42/+94
2013-05-29librustc: Stop reexporting the standard modules from prelude.Patrick Walton-1/+3
2013-05-22libextra: Rename the actual metadata names of libcore to libstd and libstd to...Patrick Walton-0/+1
2013-05-14rustpkg: Tests for well-formed and ill-formed package IDs...Tim Chevalier-15/+16
2013-05-14rustpkg: Implement URL-like package IDsTim Chevalier-48/+59
2013-05-14rustpkg: Remove #[allow(vecs_implicitly_copyable)]Alex Crichton-12/+13
2013-05-03rustpkg: Handle sysroot more correctlyTim Chevalier-5/+1
2013-05-03rustpkg: Implement install commandTim Chevalier-11/+119
2013-04-27only use #[no_core] in libcoreDaniel Micay-3/+0
2013-04-26core: Move mkdir_recursive from rustpkg into core::osTim Chevalier-39/+5
2013-04-24rustpkg: Make path searching work as described in the rustpkg docTim Chevalier-52/+116
2013-04-24libcore: unify `gen_<type>` methods on `rand::RngUtil` into the generic `gen`.Huon Wilson-1/+1
2013-04-24libcore: remove @Rng from rand, and use traits instead.Huon Wilson-1/+1
2013-04-17rustpkg: Fail when crate inference fails; inject link attributesTim Chevalier-1/+20