rust/src/librustpkg
2013-07-07 19:51:13 -04:00
..
testsuite Great renaming: propagate throughout the rest of the codebase 2013-06-29 11:20:02 -04:00
api.rs Bring compiletest/rustpkg/driver up to date on std vs core 2013-07-04 16:30:48 -07: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 Bring compiletest/rustpkg/driver up to date on std vs core 2013-07-04 16:30:48 -07: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 Bring compiletest/rustpkg/driver up to date on std vs core 2013-07-04 16:30:48 -07: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
tests.rs remove some method resolve workarounds 2013-07-07 19:51:13 -04:00
usage.rs Great renaming: propagate throughout the rest of the codebase 2013-06-29 11:20:02 -04:00
util.rs remove some method resolve workarounds 2013-07-07 19:51:13 -04: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