rust/src/librustc/metadata
Alex Crichton 7b185f9cda rollup merge of #21782: alexcrichton/issue-21771
Previously if --extern was specified it would not override crates in the
standard distribution, leading to issues like #21771. This commit alters the
behavior such that if --extern is passed then it will always override any other
choice of crates and no previous match will be used (unless it is the same path
as --extern).

Closes #21771
2015-02-02 10:56:59 -08:00
..
common.rs Separate out the unboxed closure table into two tables, so that we can 2015-02-01 06:13:06 -05:00
creader.rs rustc: Use --extern to always override 2015-01-30 09:48:23 -08:00
csearch.rs Rename found_ast to FoundAst and qualify uses. 2015-01-28 09:37:04 +01:00
cstore.rs s/Show/Debug/g 2015-01-29 07:49:02 -05:00
decoder.rs More deprecating of i/u suffixes in libraries 2015-02-01 10:34:16 +00:00
encoder.rs Auto merge of #21647 - alfie:suffix-medium, r=alexcrichton 2015-02-02 11:52:34 +00:00
filesearch.rs Fallout of io => old_io 2015-01-26 16:01:16 -08:00
loader.rs More deprecating of i/u suffixes in libraries 2015-02-01 10:34:16 +00:00
mod.rs
tydecode.rs More deprecating of i/u suffixes in libraries 2015-02-01 10:34:16 +00:00
tyencode.rs Add CodeExtent::Remainder variant; pre-req for new scoping/drop rules. 2015-01-27 10:26:52 +01:00