about summary refs log tree commit diff
path: root/src/test/run-pass/extern-mod-url.rs
AgeCommit message (Collapse)AuthorLines
2013-08-09std/rustc/rustpkg/syntax: Support the `extern mod = ...` formTim Chevalier-16/+0
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-06-24Fix/annotate a variety of xfailsCorey Richardson-2/+2
2013-06-01testsuite: Add an xfailed test case for the new `extern mod` syntaxTim Chevalier-0/+16