aboutsummaryrefslogtreecommitdiff
path: root/src/comp/rustc.rc
diff options
context:
space:
mode:
authorBrian Anderson <[email protected]>2011-03-13 19:40:25 -0400
committerBrian Anderson <[email protected]>2011-03-13 19:40:25 -0400
commitbbb6836da003be71744b6e6ea7af1fd4674f8291 (patch)
treefc7780f767666cced8406818806216bee3863c91 /src/comp/rustc.rc
parentRemove extra blocks from the translation of expr_block (diff)
parentAdd llvmext/include to the list of include directories to hopefully put out t... (diff)
downloadrust-bbb6836da003be71744b6e6ea7af1fd4674f8291.tar.xz
rust-bbb6836da003be71744b6e6ea7af1fd4674f8291.zip
Merge branch 'master' into recursive-elseif
Conflicts: src/comp/middle/typeck.rs
Diffstat (limited to 'src/comp/rustc.rc')
-rw-r--r--src/comp/rustc.rc4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/comp/rustc.rc b/src/comp/rustc.rc
index e4833409..006aca62 100644
--- a/src/comp/rustc.rc
+++ b/src/comp/rustc.rc
@@ -8,13 +8,13 @@ mod front {
mod extfmt;
mod lexer;
mod parser;
- mod pretty;
mod token;
mod eval;
}
mod middle {
mod fold;
+ mod metadata;
mod resolve;
mod trans;
mod ty;
@@ -41,10 +41,12 @@ mod util {
}
auth driver.rustc.main = impure;
+auth middle.metadata = unsafe;
auth middle.trans = unsafe;
auth middle.trans.copy_args_to_allocas = impure;
auth middle.trans.trans_block = impure;
auth lib.llvm = unsafe;
+auth pretty.pprust = impure;
mod lib {
alt (target_os) {