summary refs log tree commit diff
path: root/src/librustpkg/usage.rs
AgeCommit message (Expand)AuthorLines
2013-09-19Fix usage for rustpkg initSteve Klabnik-2/+3
2013-09-17Implementing 'rustpkg init'.Steve Klabnik-0/+7
2013-09-10rustpkg: Pass command-line arguments to rustcTim Chevalier-4/+29
2013-07-24rustpkg: Clean up usage messages for installTim Chevalier-10/+7
2013-07-18rustpkg: Make rustpkg commands work without a package IDTim Chevalier-3/+4
2013-07-13rustpkg: Implement `uninstall` and `list` commandsTim Chevalier-1/+7
2013-06-29Great renaming: propagate throughout the rest of the codebaseCorey Richardson-1/+1
2013-05-21Remove unnecessary allocations flagged by lint from rustpkgSeo Sanghyeon-10/+10
2013-02-15rustpkg: Add info command for probing a pkg.rs and expose work_dir/src_dir in...Zack Corr-1/+10
2013-02-15rustpkg: Clean up formatting issuesZack Corr-5/+5
2013-02-15rustpkg: Add do command and get cmd listeners working correctlyZack Corr-0/+7
2013-02-15rustpkg: Add preliminary imperative API supportZack Corr-0/+10
2013-02-15rustpkg: Finish all commands and declarative logicZack Corr-17/+12
2013-02-15rustpkg: Finish declarative compiling and fetching via git or curl (no workca...Zack Corr-1/+1
2013-02-15rustpkg: More preliminary workZack Corr-0/+100