rust/src/test
Tim Chevalier 96fd606ddd std/rustc/rustpkg/syntax: Support the extern mod = ... form
This commit allows you to write:

 extern mod x = "a/b/c";

which means rustc will search in the RUST_PATH for a package with
ID a/b/c, and bind it to the name `x` if it's found.

Incidentally, move get_relative_to from back::rpath into std::path
2013-08-09 14:11:50 -07:00
..
auxiliary remove obsolete foreach keyword 2013-08-03 22:48:02 -04:00
bench test: Fix deadlock in task-perf-linked-failure 2013-08-07 15:40:27 -07:00
codegen test: add more codegen tests, add copyright headers to all. 2013-07-31 15:02:22 -07:00
compile-fail Add initial support for a new formatting syntax 2013-08-07 19:21:43 -07:00
debug-info xfail debug-info/option-like-enum 2013-08-07 15:40:27 -07:00
pretty remove obsolete foreach keyword 2013-08-03 22:48:02 -04:00
run-fail Disable linked failure tests 2013-08-07 16:32:20 -07:00
run-pass std/rustc/rustpkg/syntax: Support the extern mod = ... form 2013-08-09 14:11:50 -07:00
run-pass-fulldeps New naming convention for ast::{node_id, local_crate, crate_node_id, blk_check_mode, ty_field, ty_method} 2013-07-29 16:16:48 +02:00