rust/src/comp/metadata
Tim Chevalier bd4aeef78b Beginnings of support for constrained types
Programs with constrained types now parse and typecheck, but
typestate doesn't check them specially, so the one relevant test
case so far is XFAILed.

Also rewrote all of the constraint-related data structures in the
process (again), for some reason. I got rid of a superfluous
data structure in the context that was mapping front-end constraints
to resolved constraints, instead handling constraints in the same
way in which everything else gets resolved.
2011-07-19 18:57:28 -07:00
..
common.rs Encode/decode a crate's externel dependencies. Issue #632 2011-07-08 11:34:15 -07:00
creader.rs rustc: Remove a bunch of exterior vectors 2011-07-15 11:38:46 -07:00
csearch.rs rustc: Remove a bunch of exterior vectors 2011-07-15 11:38:46 -07:00
cstore.rs rustc: Remove a bunch of exterior vectors 2011-07-15 11:38:46 -07:00
decoder.rs rustc: Remove a bunch of exterior vectors 2011-07-15 11:38:46 -07:00
encoder.rs rustc: Move metadata::encoder over to interior vectors 2011-07-14 15:39:35 -07:00
tydecode.rs Beginnings of support for constrained types 2011-07-19 18:57:28 -07:00
tyencode.rs Beginnings of support for constrained types 2011-07-19 18:57:28 -07:00