rust/src/librustpkg
2013-07-04 00:46:49 +10:00
..
testsuite Great renaming: propagate throughout the rest of the codebase 2013-06-29 11:20:02 -04:00
api.rs Great renaming: propagate throughout the rest of the codebase 2013-06-29 11:20:02 -04:00
conditions.rs Great renaming: propagate throughout the rest of the codebase 2013-06-29 11:20:02 -04:00
context.rs Great renaming: propagate throughout the rest of the codebase 2013-06-29 11:20:02 -04:00
crate.rs Great renaming: propagate throughout the rest of the codebase 2013-06-29 11:20:02 -04:00
messages.rs rustc: add a lint to enforce uppercase statics. 2013-07-01 17:52:57 +10:00
package_id.rs Great renaming: propagate throughout the rest of the codebase 2013-06-29 11:20:02 -04:00
package_path.rs Great renaming: propagate throughout the rest of the codebase 2013-06-29 11:20:02 -04:00
package_source.rs Great renaming: propagate throughout the rest of the codebase 2013-06-29 11:20:02 -04:00
path_util.rs rustc: add a lint to enforce uppercase statics. 2013-07-01 17:52:57 +10:00
README.txt
rustpkg.rs rustc: add a lint to enforce uppercase statics. 2013-07-01 17:52:57 +10:00
search.rs Great renaming: propagate throughout the rest of the codebase 2013-06-29 11:20:02 -04:00
target.rs rustc/rusti/rustpkg: Infer packages from extern mod directives 2013-06-01 18:48:07 -07:00
tests.rs auto merge of #7523 : huonw/rust/uppercase-statics-lint, r=cmr 2013-07-03 04:31:50 -07:00
usage.rs Great renaming: propagate throughout the rest of the codebase 2013-06-29 11:20:02 -04:00
util.rs Remove vec::{filter, filtered, filter_map, filter_mapped}, replaced by iterators. 2013-07-04 00:46:49 +10:00
version.rs Great renaming: propagate throughout the rest of the codebase 2013-06-29 11:20:02 -04:00
workspace.rs Remove vec::{filter, filtered, filter_map, filter_mapped}, replaced by iterators. 2013-07-04 00:46:49 +10:00

Right now, commands that work are "build" and "clean".

`rustpkg build` and `rustpkg clean` should work

for example:
$ cd ~/rust/src/librustpkg/testsuite/pass
$ rustpkg build hello-world
... some output ...
$ rustpkg clean hello-world

-------------
the following test packages in librustpkg/testsuite/pass:
      * hello-world
      * install-paths
      * simple-lib
      * deeply/nested/path
      * fancy-lib

   It fails on the following test packages:
      * external-crate (no support for `extern mod` inference yet)

and should fail with proper error messages
on all of the test packages in librustpkg/testsuite/fail
      * no-inferred-crates