rust/src/librustpkg
Corey Richardson dee1107571 Rename pkgid to crate_id
Closes #11035
2013-12-19 10:10:23 -05:00
..
testsuite Make crate hash stable and externally computable. 2013-12-10 17:04:24 -07:00
api.rs Fix #10754 - std::run functions fail after io_error 2013-12-14 12:50:04 -05:00
conditions.rs Remove dead codes 2013-12-08 02:55:28 -05:00
context.rs fix 10468, propagate optimization level as rustc::driver::session::OptLevel 2013-11-16 20:26:01 -05:00
crate.rs Remove dead codes 2013-12-08 02:55:28 -05:00
exit_codes.rs rustpkg: Set exit codes properly and make tests take advantage of that 2013-10-11 17:15:52 -07:00
installed_packages.rs librustpkg: Make io::ignore_io_error() use RAII; remove a few more 2013-12-10 15:13:12 -08:00
lib.rs Rename pkgid to crate_id 2013-12-19 10:10:23 -05:00
messages.rs libextra: Remove @mut from term. 2013-11-24 18:22:50 -05:00
package_id.rs Revert "libstd: Change Path::new to Path::init." 2013-12-04 22:33:53 -08:00
package_source.rs Remove dead codes 2013-12-08 02:55:28 -05:00
path_util.rs Use libdir() instead of hard coded string. Fixes #10903 2013-12-12 18:12:04 +01:00
README.txt rustpkg: update README saying which tests pass 2013-04-24 17:51:30 -07:00
sha1.rs std::vec: remove unnecessary count parameter on {bytes, 2013-12-15 22:23:11 +11:00
source_control.rs Fix #10754 - std::run functions fail after io_error 2013-12-14 12:50:04 -05:00
target.rs Remove dead codes 2013-12-08 02:55:28 -05:00
tests.rs Rename pkgid to crate_id 2013-12-19 10:10:23 -05:00
usage.rs Remove even more of std::io 2013-10-24 14:21:57 -07:00
util.rs Rename pkgid to crate_id 2013-12-19 10:10:23 -05:00
version.rs Fix #10754 - std::run functions fail after io_error 2013-12-14 12:50:04 -05:00
workcache_support.rs Make crate hash stable and externally computable. 2013-12-10 17:04:24 -07:00
workspace.rs Remove dead codes 2013-12-08 02:55:28 -05: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