| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2013-08-09 | std/rustc/rustpkg/syntax: Support the `extern mod = ...` form | Tim 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-24 | Fix/annotate a variety of xfails | Corey Richardson | -2/+2 | |
| 2013-06-01 | testsuite: Add an xfailed test case for the new `extern mod` syntax | Tim Chevalier | -0/+16 | |
