about summary refs log tree commit diff
path: root/src/librustpkg/package_source.rs
AgeCommit message (Expand)AuthorLines
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
2013-08-10std: Transform.find_ -> .findErick Tryzelaar-1/+1
2013-08-09rustpkg: Simplify the PkgId structTim Chevalier-28/+10
2013-08-09std/rustc/rustpkg/syntax: Support the `extern mod = ...` formTim Chevalier-12/+9
2013-08-03remove obsolete `foreach` keywordDaniel Micay-3/+3
2013-08-03replace all remaining `for` with `foreach` or `do`Daniel Micay-2/+3
2013-08-01migrate many `for` loops to `foreach`Daniel Micay-3/+3
2013-07-24rustpkg: Handle non-numeric versions; some cleanupTim Chevalier-17/+7
2013-07-17librustc: Remove all uses of "copy".Patrick Walton-9/+9
2013-07-15rustpkg: Handle local git repositoriesTim Chevalier-2/+16
2013-07-08Patch up some new errors from rustpkgNiko Matsakis-1/+1
2013-07-04Bring compiletest/rustpkg/driver up to date on std vs coreAlex Crichton-1/+0
2013-06-29Great renaming: propagate throughout the rest of the codebaseCorey Richardson-3/+3
2013-06-27Convert vec::[mut_]slice to methods, remove vec::const_slice.Huon Wilson-3/+2
2013-06-23vec: remove BaseIter implementationDaniel Micay-2/+2
2013-06-21vec: rm old_iter implementations, except BaseIterDaniel Micay-2/+2
2013-06-14rustpkg: Write more automated testsTim Chevalier-2/+3
2013-06-12Silence some warnings.Huon Wilson-1/+1
2013-06-11option: remove redundant old_iter implsDaniel Micay-1/+1
2013-06-09rustpkg: Accept package IDs like github.com/foo/bar#0.3Tim Chevalier-0/+239