rust/src/librustc/back
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
..
abi.rs Remove unused TyDesc parameter from the glue functions 2013-06-23 13:02:00 +02:00
arm.rs Remove unnecessary allocations flagged by lint 2013-05-28 03:14:44 +09:00
link.rs std/rustc/rustpkg/syntax: Support the extern mod = ... form 2013-08-09 14:11:50 -07:00
mips.rs Remove unnecessary allocations flagged by lint 2013-05-28 03:14:44 +09:00
passes.rs Updated std::Option, std::Either and std::Result 2013-08-05 22:42:21 +02:00
rpath.rs std/rustc/rustpkg/syntax: Support the extern mod = ... form 2013-08-09 14:11:50 -07:00
target_strs.rs librustc: Get rid of structural records save for front/test.rs. 2013-02-20 18:45:50 -08:00
upcall.rs Finish up Type refactoring 2013-06-22 12:35:35 +12:00
x86_64.rs Remove unnecessary allocations flagged by lint 2013-05-28 03:14:44 +09:00
x86.rs Remove unnecessary allocations flagged by lint 2013-05-28 03:14:44 +09:00