rust/src/rustc/metadata
Tim Chevalier 164039e867 Don't re-export a glob-imported ID when the same ID is defined within
a module

See the test case I added (issue-2316-c) for a concrete example.
issue-2316 also contains the originally reported test case. resolve
was using bitwise or instead of logical or when checking exports,
resulting in excessively eager evaluation. A one-line fix that took
six hours to isolate ;-)
2012-05-01 08:43:17 -07:00
..
astencode.rs rustc: Eliminate trans dependency from metadata::tyencode 2012-04-23 23:41:18 -07:00
common.rs encode the borrowing table, add a simple cross-crate borrowing test 2012-04-23 16:41:11 -07:00
creader.rs Stop inferring bot/static when types/regions are unconstrained. 2012-04-30 19:53:02 -07:00
csearch.rs Don't re-export a glob-imported ID when the same ID is defined within 2012-05-01 08:43:17 -07:00
cstore.rs Move map iface over to more for-friendly iteration methods 2012-04-23 15:18:19 +02:00
decoder.rs Allow classes to be cast to ifaces that are in the same crate 2012-04-23 21:15:03 -07:00
encoder.rs lots of work to make iface/impls parameterized by regions 2012-04-25 19:26:56 -07:00
tydecode.rs lots of work to make iface/impls parameterized by regions 2012-04-25 19:26:56 -07:00
tyencode.rs lots of work to make iface/impls parameterized by regions 2012-04-25 19:26:56 -07:00