aboutsummaryrefslogtreecommitdiff
path: root/src/comp/rustc.rc
diff options
context:
space:
mode:
authorGraydon Hoare <[email protected]>2011-02-24 15:54:55 -0800
committerGraydon Hoare <[email protected]>2011-02-24 15:55:10 -0800
commitb2a09562a6c0683ca528c866abc1ecc99b4bdcf0 (patch)
tree9af4389c4f5b857890575954e247c07fb6f5b536 /src/comp/rustc.rc
parentCast more aggressively to the callee type when calling generic functions. Add... (diff)
downloadrust-b2a09562a6c0683ca528c866abc1ecc99b4bdcf0.tar.xz
rust-b2a09562a6c0683ca528c866abc1ecc99b4bdcf0.zip
Factor crate expr evaluator out of parser, expand to simple scalars and ops, if, alt.
Diffstat (limited to 'src/comp/rustc.rc')
-rw-r--r--src/comp/rustc.rc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/comp/rustc.rc b/src/comp/rustc.rc
index b439632c..bc4aaa52 100644
--- a/src/comp/rustc.rc
+++ b/src/comp/rustc.rc
@@ -8,6 +8,7 @@ mod front {
mod lexer;
mod parser;
mod token;
+ mod eval;
}
mod middle {
@@ -38,7 +39,6 @@ auth middle.trans.copy_args_to_allocas = impure;
auth middle.trans.trans_block = impure;
auth lib.llvm = unsafe;
-
mod lib {
alt (target_os) {
case ("win32") {