rust/src/comp/syntax
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
..
ext Prohibit trailing whitespace under 'tidy' script. Clean up all caught cases. 2011-07-13 15:44:09 -07:00
parse Beginnings of support for constrained types 2011-07-19 18:57:28 -07:00
print Beginnings of support for constrained types 2011-07-19 18:57:28 -07:00
util rustc: Move the interner over to interior vectors 2011-07-06 12:05:13 -07:00
ast.rs Beginnings of support for constrained types 2011-07-19 18:57:28 -07:00
codemap.rs Make clear the differentiation between char pos and byte pos in filemaps. Fix up error printing for files with multi-byte characters. 2011-07-16 15:57:24 -07:00
fold.rs Beginnings of support for constrained types 2011-07-19 18:57:28 -07:00
visit.rs Beginnings of support for constrained types 2011-07-19 18:57:28 -07:00
walk.rs Prohibit trailing whitespace under 'tidy' script. Clean up all caught cases. 2011-07-13 15:44:09 -07:00