rust/src/comp/front
Tim Chevalier 698c6406ba Reject programs with unsatisfied predicate constraints
Generate appropriate constraints for calls to functions with
preconditions, and reject calls where those constraints don't
hold true in the prestate.

...by which I mean that it works for one test case :-)
2011-06-10 19:17:15 -07:00
..
ast.rs Reject programs with unsatisfied predicate constraints 2011-06-10 19:17:15 -07:00
codemap.rs Finally rename std::_xxx to std::xxx 2011-05-17 20:41:41 +02:00
creader.rs Reject programs with unsatisfied predicate constraints 2011-06-10 19:17:15 -07:00
eval.rs Implement meta tag matching in creader. Start using it in rustc.rc. Close #459. Close #457. 2011-06-10 15:54:41 -07:00
ext.rs rustc: Hide the parser from syntax extensions 2011-06-04 17:51:59 -04:00
extenv.rs rustc: Annotate vector and string literals in the AST with their uniqueness or lack thereof 2011-06-09 17:11:21 -07:00
extfmt.rs rustc: Annotate vector and string literals in the AST with their uniqueness or lack thereof 2011-06-09 17:11:21 -07:00
lexer.rs Further support for predicate constraints 2011-06-09 11:37:52 -07:00
parser.rs Reject programs with unsatisfied predicate constraints 2011-06-10 19:17:15 -07:00
token.rs Pretty print the new RECV token... 2011-05-27 12:01:20 -07:00