rust/src/rustc/metadata
Niko Matsakis 2db4259b35 Stop inferring bot/static when types/regions are unconstrained.
Also, some other changes that came up along the way:
- add a 'blk' region for the current block.
- detect unused type/region variables.
2012-04-30 19:53:02 -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 Allow classes to be cast to ifaces that are in the same crate 2012-04-23 21:15:03 -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