rust/src/comp/front
Tim Chevalier 3060eadcba Check well-formedness of constraints
Check that the operand in a constraint is an explicit name,
and that the operands are all local variables or literals. Still need
to check that the name refers to a pure function.
2011-05-05 11:26:07 -07:00
..
ast.rs Check well-formedness of constraints 2011-05-05 11:26:07 -07:00
codemap.rs Switch to binary search in codemap.lookup_pos 2011-04-22 12:11:00 +02:00
creader.rs Add a structure for passing option flags around the compiler, put it in session, and use it. 2011-05-04 16:59:21 -07:00
eval.rs Start sketching --depend support in rustc. 2011-05-03 15:56:00 -07:00
extenv.rs Add #env syntax extension for plucking strings out of the compilation environment. 2011-05-04 19:05:32 -07:00
extfmt.rs Support octal #fmt conversions 2011-04-26 20:20:17 -04:00
lexer.rs Remove 'deprecated mutable...' from our code 2011-05-05 20:19:43 +02:00
parser.rs Remove 'deprecated mutable...' from our code 2011-05-05 20:19:43 +02:00
token.rs Un-revert "Use different syntax for checks that matter to typestate", fixing the problem. 2011-05-02 17:50:46 -07:00