summary refs log tree commit diff
path: root/src/librustpkg/workspace.rs
AgeCommit message (Expand)AuthorLines
2013-09-12rustpkg: Support sub-package-IDsTim Chevalier-0/+2
2013-09-08rustpkg: Address review comments from JackTim Chevalier-3/+3
2013-09-08rustpkg: Use workcacheTim Chevalier-1/+1
2013-08-30rustpkg: Allow package directories to appear in the RUST_PATHTim Chevalier-6/+18
2013-08-27Handle `rustpkg build`, etc. when given no args properlyKevin Ballard-18/+17
2013-08-10Mass rename of .consume{,_iter}() to .move_iter()Erick Tryzelaar-1/+1
2013-08-09rustpkg: Simplify the PkgId structTim Chevalier-1/+1
2013-08-09std/rustc/rustpkg/syntax: Support the `extern mod = ...` formTim Chevalier-2/+4
2013-08-03remove obsolete `foreach` keywordDaniel Micay-1/+1
2013-08-01migrate many `for` loops to `foreach`Daniel Micay-1/+1
2013-07-18rustpkg: Make rustpkg commands work without a package IDTim Chevalier-1/+23
2013-07-04Remove vec::{filter, filtered, filter_map, filter_mapped}, replaced by iterat...Huon Wilson-2/+3
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