rust/src/librustpkg
2013-04-19 23:23:23 -04:00
..
testsuite Tidy 2013-04-18 15:24:25 -07:00
conditions.rs rustpkg: Factor out tests; use a condition instead of returning an option 2013-04-12 16:15:40 -07:00
path_util.rs rustpkg: Fail when crate inference fails; inject link attributes 2013-04-17 14:32:34 -07:00
README.txt rustpkg: Use pkg IDs, remove old code for now that required packages to declare IDs explicitly 2013-04-11 18:08:42 -07:00
rustpkg.rc Assorted fixes from de-modeing rustc/syntax (rusti, rustdoc, fuzzer, rustpkg) 2013-04-19 23:23:23 -04:00
tests.rs rustpkg: Factor out tests; use a condition instead of returning an option 2013-04-12 16:15:40 -07:00
usage.rs rustpkg: Add info command for probing a pkg.rs and expose work_dir/src_dir in librustpkg 2013-02-15 18:04:11 -08:00
util.rs Assorted fixes from de-modeing rustc/syntax (rusti, rustdoc, fuzzer, rustpkg) 2013-04-19 23:23:23 -04:00

Right now (2013-04-11), only one package works, the branch of rust-sdl at:
https://github.com/catamorphism/rust-sdl/tree/new-rustpkg

and only one command works, "build".