summary refs log tree commit diff
path: root/src/librustpkg/workspace.rs
AgeCommit message (Expand)AuthorLines
2013-06-29Great renaming: propagate throughout the rest of the codebaseCorey Richardson-1/+1
2013-06-23vec: remove BaseIter implementationDaniel Micay-2/+2
2013-06-14rustpkg: Write more automated testsTim Chevalier-3/+7
2013-06-01rustc/rusti/rustpkg: Infer packages from `extern mod` directivesTim Chevalier-1/+1
2013-05-14rustpkg: Implement URL-like package IDsTim Chevalier-3/+4
2013-05-14rustpkg: Remove #[allow(vecs_implicitly_copyable)]Alex Crichton-1/+1
2013-05-14Fix cosmetics for fail!() callsMarvin Löbel-4/+3
2013-05-14Use static string with fail!() and remove fail!(fmt!())Björn Steinbrink-2/+2
2013-05-10rustpkg: Use the new `for` protocolAlex Crichton-2/+3
2013-04-24rustpkg: Preliminary work on install commandTim Chevalier-0/+34