2013-02-28 07:15:32 -06:00
|
|
|
// Copyright 2012-2013 The Rust Project Developers. See the COPYRIGHT
|
2012-12-03 18:48:01 -06:00
|
|
|
// file at the top-level directory of this distribution and at
|
|
|
|
// http://rust-lang.org/COPYRIGHT.
|
|
|
|
//
|
|
|
|
// Licensed under the Apache License, Version 2.0 <LICENSE-APACHE or
|
|
|
|
// http://www.apache.org/licenses/LICENSE-2.0> or the MIT license
|
|
|
|
// <LICENSE-MIT or http://opensource.org/licenses/MIT>, at your
|
|
|
|
// option. This file may not be copied, modified, or distributed
|
|
|
|
// except according to those terms.
|
|
|
|
|
2011-06-30 00:35:49 -05:00
|
|
|
#[link(name = "rustc",
|
2013-11-08 14:42:29 -06:00
|
|
|
package_id = "rustc",
|
2013-09-26 20:18:42 -05:00
|
|
|
vers = "0.9-pre",
|
2011-06-30 00:35:49 -05:00
|
|
|
uuid = "0ce89b41-2f92-459e-bbc1-8f5fe32f16cf",
|
2012-03-28 15:42:17 -05:00
|
|
|
url = "https://github.com/mozilla/rust/tree/master/src/rustc")];
|
2011-06-30 00:35:49 -05:00
|
|
|
|
2012-01-23 18:25:15 -06:00
|
|
|
#[comment = "The Rust compiler"];
|
2013-03-01 10:41:31 -06:00
|
|
|
#[license = "MIT/ASL2"];
|
2012-01-17 16:40:59 -06:00
|
|
|
#[crate_type = "lib"];
|
2011-05-05 21:44:00 -05:00
|
|
|
|
2013-10-23 03:49:18 -05:00
|
|
|
#[feature(macro_rules, globs, struct_variant, managed_boxes)];
|
2013-11-06 17:16:04 -06:00
|
|
|
#[allow(unrecognized_lint)]; // NOTE: remove after the next snapshot
|
|
|
|
#[allow(cstack)]; // NOTE: remove after the next snapshot.
|
2013-08-14 20:41:40 -05:00
|
|
|
|
2013-06-28 17:32:26 -05:00
|
|
|
extern mod extra;
|
2013-05-18 23:21:41 -05:00
|
|
|
extern mod syntax;
|
2013-03-26 21:53:33 -05:00
|
|
|
|
|
|
|
use driver::driver::{host_triple, optgroups, early_error};
|
|
|
|
use driver::driver::{str_input, file_input, build_session_options};
|
|
|
|
use driver::driver::{build_session, build_configuration, parse_pretty};
|
2013-08-31 11:13:04 -05:00
|
|
|
use driver::driver::{PpMode, pretty_print_input, list_metadata};
|
2013-03-26 21:53:33 -05:00
|
|
|
use driver::driver::{compile_input};
|
|
|
|
use driver::session;
|
|
|
|
use middle::lint;
|
|
|
|
|
2013-08-29 20:34:09 -05:00
|
|
|
use std::comm;
|
2013-10-13 20:48:47 -05:00
|
|
|
use std::rt::io;
|
2013-10-25 20:08:45 -05:00
|
|
|
use std::rt::io::Reader;
|
Replaces the free-standing functions in f32, &c.
The free-standing functions in f32, f64, i8, i16, i32, i64, u8, u16,
u32, u64, float, int, and uint are replaced with generic functions in
num instead.
If you were previously using any of those functions, just replace them
with the corresponding function with the same name in num.
Note: If you were using a function that corresponds to an operator, use
the operator instead.
2013-07-08 11:05:17 -05:00
|
|
|
use std::num;
|
2013-06-28 17:32:26 -05:00
|
|
|
use std::os;
|
|
|
|
use std::result;
|
|
|
|
use std::str;
|
|
|
|
use std::task;
|
|
|
|
use std::vec;
|
2013-09-17 20:42:23 -05:00
|
|
|
use extra::getopts::groups;
|
2013-05-18 14:39:17 -05:00
|
|
|
use extra::getopts;
|
2013-03-26 21:53:33 -05:00
|
|
|
use syntax::codemap;
|
2013-08-29 20:34:09 -05:00
|
|
|
use syntax::diagnostic::Emitter;
|
2013-03-26 21:53:33 -05:00
|
|
|
use syntax::diagnostic;
|
|
|
|
|
2013-01-29 17:16:07 -06:00
|
|
|
pub mod middle {
|
2013-06-12 18:18:58 -05:00
|
|
|
pub mod trans;
|
2013-01-29 17:16:07 -06:00
|
|
|
pub mod ty;
|
2013-10-29 05:03:32 -05:00
|
|
|
pub mod ty_fold;
|
Cleanup substitutions and treatment of generics around traits in a number of ways.
- In a TraitRef, use the self type consistently to refer to the Self type:
- trait ref in `impl Trait<A,B,C> for S` has a self type of `S`.
- trait ref in `A:Trait` has the self type `A`
- trait ref associated with a trait decl has self type `Self`
- trait ref associated with a supertype has self type `Self`
- trait ref in an object type `@Trait` has no self type
- Rewrite `each_bound_traits_and_supertraits` to perform
substitutions as it goes, and thus yield a series of trait refs
that are always in the same 'namespace' as the type parameter
bound given as input. Before, we left this to the caller, but
this doesn't work because the caller lacks adequare information
to perform the type substitutions correctly.
- For provided methods, substitute the generics involved in the provided
method correctly.
- Introduce TypeParameterDef, which tracks the bounds declared on a type
parameter and brings them together with the def_id and (in the future)
other information (maybe even the parameter's name!).
- Introduce Subst trait, which helps to cleanup a lot of the
repetitive code involved with doing type substitution.
- Introduce Repr trait, which makes debug printouts far more convenient.
Fixes #4183. Needed for #5656.
2013-04-09 00:54:49 -05:00
|
|
|
pub mod subst;
|
2013-01-29 17:16:07 -06:00
|
|
|
pub mod resolve;
|
2013-10-29 05:03:32 -05:00
|
|
|
pub mod resolve_lifetime;
|
2012-11-28 14:33:00 -06:00
|
|
|
pub mod typeck;
|
2013-01-29 17:16:07 -06:00
|
|
|
pub mod check_loop;
|
|
|
|
pub mod check_match;
|
|
|
|
pub mod check_const;
|
|
|
|
pub mod lint;
|
2012-12-13 15:05:22 -06:00
|
|
|
pub mod borrowck;
|
2013-04-17 17:05:17 -05:00
|
|
|
pub mod dataflow;
|
2013-01-29 17:16:07 -06:00
|
|
|
pub mod mem_categorization;
|
|
|
|
pub mod liveness;
|
|
|
|
pub mod kind;
|
|
|
|
pub mod freevars;
|
|
|
|
pub mod pat_util;
|
|
|
|
pub mod region;
|
|
|
|
pub mod const_eval;
|
|
|
|
pub mod astencode;
|
|
|
|
pub mod lang_items;
|
|
|
|
pub mod privacy;
|
2013-01-10 12:59:58 -06:00
|
|
|
pub mod moves;
|
2013-04-29 16:56:05 -05:00
|
|
|
pub mod entry;
|
2013-05-23 21:12:16 -05:00
|
|
|
pub mod effect;
|
2013-06-14 20:21:47 -05:00
|
|
|
pub mod reachable;
|
2013-05-09 10:29:17 -05:00
|
|
|
pub mod graph;
|
2013-05-10 12:10:35 -05:00
|
|
|
pub mod cfg;
|
2011-04-19 18:40:46 -05:00
|
|
|
}
|
|
|
|
|
2013-01-29 17:16:07 -06:00
|
|
|
pub mod front {
|
|
|
|
pub mod config;
|
|
|
|
pub mod test;
|
2013-05-17 15:12:42 -05:00
|
|
|
pub mod std_inject;
|
2013-09-06 21:11:55 -05:00
|
|
|
pub mod assign_node_ids;
|
2013-10-02 20:10:16 -05:00
|
|
|
pub mod feature_gate;
|
2010-06-23 23:03:09 -05:00
|
|
|
}
|
|
|
|
|
2013-01-29 17:16:07 -06:00
|
|
|
pub mod back {
|
|
|
|
pub mod link;
|
|
|
|
pub mod abi;
|
|
|
|
pub mod upcall;
|
|
|
|
pub mod arm;
|
2013-01-29 08:28:08 -06:00
|
|
|
pub mod mips;
|
2013-01-29 17:16:07 -06:00
|
|
|
pub mod x86;
|
|
|
|
pub mod x86_64;
|
|
|
|
pub mod rpath;
|
|
|
|
pub mod target_strs;
|
2010-09-23 17:46:31 -05:00
|
|
|
}
|
|
|
|
|
2013-01-29 17:16:07 -06:00
|
|
|
pub mod metadata;
|
2011-06-27 18:38:57 -05:00
|
|
|
|
2013-01-29 17:16:07 -06:00
|
|
|
pub mod driver;
|
2010-06-23 23:03:09 -05:00
|
|
|
|
2013-01-29 17:16:07 -06:00
|
|
|
pub mod util {
|
|
|
|
pub mod common;
|
|
|
|
pub mod ppaux;
|
2010-08-18 13:34:47 -05:00
|
|
|
}
|
|
|
|
|
2013-01-29 17:16:07 -06:00
|
|
|
pub mod lib {
|
|
|
|
pub mod llvm;
|
2010-07-12 19:47:40 -05:00
|
|
|
}
|
|
|
|
|
2013-05-24 21:35:29 -05:00
|
|
|
// A curious inner module that allows ::std::foo to be available in here for
|
|
|
|
// macros.
|
2013-06-28 17:32:26 -05:00
|
|
|
/*
|
2013-05-24 21:35:29 -05:00
|
|
|
mod std {
|
2013-07-02 14:47:32 -05:00
|
|
|
pub use std::clone;
|
2013-06-28 17:32:26 -05:00
|
|
|
pub use std::cmp;
|
|
|
|
pub use std::os;
|
|
|
|
pub use std::str;
|
|
|
|
pub use std::sys;
|
|
|
|
pub use std::to_bytes;
|
|
|
|
pub use std::unstable;
|
2013-05-24 21:35:29 -05:00
|
|
|
pub use extra::serialize;
|
|
|
|
}
|
2013-06-28 17:32:26 -05:00
|
|
|
*/
|
2013-05-24 21:35:29 -05:00
|
|
|
|
2013-08-06 23:50:23 -05:00
|
|
|
pub fn version(argv0: &str) {
|
|
|
|
let vers = match option_env!("CFG_VERSION") {
|
|
|
|
Some(vers) => vers,
|
|
|
|
None => "unknown version"
|
|
|
|
};
|
2013-09-25 00:16:43 -05:00
|
|
|
println!("{} {}", argv0, vers);
|
|
|
|
println!("host: {}", host_triple());
|
2013-08-06 23:50:23 -05:00
|
|
|
}
|
|
|
|
|
2013-01-29 17:16:07 -06:00
|
|
|
pub fn usage(argv0: &str) {
|
2013-09-28 00:38:08 -05:00
|
|
|
let message = format!("Usage: {} [OPTIONS] INPUT", argv0);
|
2013-09-25 00:16:43 -05:00
|
|
|
println!("{}\n\
|
2013-06-21 18:08:37 -05:00
|
|
|
Additional help:
|
|
|
|
-W help Print 'lint' options and default settings
|
|
|
|
-Z help Print internal options for debugging rustc\n",
|
2013-07-22 11:03:39 -05:00
|
|
|
groups::usage(message, optgroups()));
|
2012-11-28 14:33:00 -06:00
|
|
|
}
|
|
|
|
|
2013-01-29 17:16:07 -06:00
|
|
|
pub fn describe_warnings() {
|
2013-07-16 23:12:16 -05:00
|
|
|
use extra::sort::Sort;
|
2013-08-05 22:04:58 -05:00
|
|
|
println("
|
2012-11-28 14:33:00 -06:00
|
|
|
Available lint options:
|
|
|
|
-W <foo> Warn about <foo>
|
|
|
|
-A <foo> Allow <foo>
|
|
|
|
-D <foo> Deny <foo>
|
|
|
|
-F <foo> Forbid <foo> (deny, and deny all overrides)
|
2013-07-22 11:03:39 -05:00
|
|
|
");
|
2012-11-28 14:33:00 -06:00
|
|
|
|
|
|
|
let lint_dict = lint::get_lint_dict();
|
2013-08-07 21:21:36 -05:00
|
|
|
let mut lint_dict = lint_dict.move_iter()
|
2013-08-09 22:09:47 -05:00
|
|
|
.map(|(k, v)| (v, k))
|
2013-07-16 23:12:16 -05:00
|
|
|
.collect::<~[(lint::LintSpec, &'static str)]>();
|
|
|
|
lint_dict.qsort();
|
|
|
|
|
2012-11-28 14:33:00 -06:00
|
|
|
let mut max_key = 0;
|
2013-08-03 11:45:23 -05:00
|
|
|
for &(_, name) in lint_dict.iter() {
|
2013-07-16 23:12:16 -05:00
|
|
|
max_key = num::max(name.len(), max_key);
|
|
|
|
}
|
2012-11-28 14:33:00 -06:00
|
|
|
fn padded(max: uint, s: &str) -> ~str {
|
2013-09-05 07:17:24 -05:00
|
|
|
str::from_utf8(vec::from_elem(max - s.len(), ' ' as u8)) + s
|
2012-11-28 14:33:00 -06:00
|
|
|
}
|
2013-08-05 22:04:58 -05:00
|
|
|
println("\nAvailable lint checks:\n");
|
2013-09-25 00:16:43 -05:00
|
|
|
println!(" {} {:7.7s} {}",
|
|
|
|
padded(max_key, "name"), "default", "meaning");
|
|
|
|
println!(" {} {:7.7s} {}\n",
|
|
|
|
padded(max_key, "----"), "-------", "-------");
|
2013-08-07 21:21:36 -05:00
|
|
|
for (spec, name) in lint_dict.move_iter() {
|
2013-07-16 23:12:16 -05:00
|
|
|
let name = name.replace("_", "-");
|
2013-09-25 00:16:43 -05:00
|
|
|
println!(" {} {:7.7s} {}",
|
|
|
|
padded(max_key, name),
|
|
|
|
lint::level_to_str(spec.default),
|
|
|
|
spec.desc);
|
2012-11-28 14:33:00 -06:00
|
|
|
}
|
2013-10-13 20:48:47 -05:00
|
|
|
println("");
|
2012-11-28 14:33:00 -06:00
|
|
|
}
|
|
|
|
|
2013-01-29 17:16:07 -06:00
|
|
|
pub fn describe_debug_flags() {
|
2013-08-05 22:04:58 -05:00
|
|
|
println("\nAvailable debug options:\n");
|
2013-06-21 07:29:53 -05:00
|
|
|
let r = session::debugging_opts_map();
|
2013-08-03 11:45:23 -05:00
|
|
|
for tuple in r.iter() {
|
2013-07-02 14:47:32 -05:00
|
|
|
match *tuple {
|
|
|
|
(ref name, ref desc, _) => {
|
2013-09-25 00:16:43 -05:00
|
|
|
println!(" -Z {:>20s} -- {}", *name, *desc);
|
2013-07-02 14:47:32 -05:00
|
|
|
}
|
|
|
|
}
|
2012-11-28 14:33:00 -06:00
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2013-08-29 20:34:09 -05:00
|
|
|
pub fn run_compiler(args: &[~str], demitter: @diagnostic::Emitter) {
|
2013-08-22 04:41:33 -05:00
|
|
|
let mut args = args.to_owned();
|
2013-06-12 12:02:55 -05:00
|
|
|
let binary = args.shift().to_managed();
|
2012-11-28 14:33:00 -06:00
|
|
|
|
2013-06-12 12:02:55 -05:00
|
|
|
if args.is_empty() { usage(binary); return; }
|
2012-11-28 14:33:00 -06:00
|
|
|
|
|
|
|
let matches =
|
2012-11-28 14:38:53 -06:00
|
|
|
&match getopts::groups::getopts(args, optgroups()) {
|
2013-01-10 12:59:58 -06:00
|
|
|
Ok(m) => m,
|
|
|
|
Err(f) => {
|
2013-09-17 20:42:23 -05:00
|
|
|
early_error(demitter, f.to_err_msg());
|
2012-11-28 14:33:00 -06:00
|
|
|
}
|
|
|
|
};
|
|
|
|
|
2013-09-17 20:42:23 -05:00
|
|
|
if matches.opt_present("h") || matches.opt_present("help") {
|
2013-06-12 12:02:55 -05:00
|
|
|
usage(binary);
|
2012-11-28 14:33:00 -06:00
|
|
|
return;
|
|
|
|
}
|
|
|
|
|
2013-05-24 14:32:30 -05:00
|
|
|
// Display the available lint options if "-W help" or only "-W" is given.
|
2013-09-17 20:42:23 -05:00
|
|
|
let lint_flags = vec::append(matches.opt_strs("W"),
|
|
|
|
matches.opt_strs("warn"));
|
2013-05-24 14:32:30 -05:00
|
|
|
|
2013-07-04 21:13:26 -05:00
|
|
|
let show_lint_options = lint_flags.iter().any(|x| x == &~"help") ||
|
2013-09-17 20:42:23 -05:00
|
|
|
(matches.opt_present("W") && lint_flags.is_empty());
|
2013-05-24 14:32:30 -05:00
|
|
|
|
|
|
|
if show_lint_options {
|
2012-11-28 14:33:00 -06:00
|
|
|
describe_warnings();
|
|
|
|
return;
|
|
|
|
}
|
|
|
|
|
2013-09-17 20:42:23 -05:00
|
|
|
let r = matches.opt_strs("Z");
|
2013-07-04 21:13:26 -05:00
|
|
|
if r.iter().any(|x| x == &~"help") {
|
2012-11-28 14:33:00 -06:00
|
|
|
describe_debug_flags();
|
|
|
|
return;
|
|
|
|
}
|
|
|
|
|
2013-09-17 20:42:23 -05:00
|
|
|
if matches.opt_str("passes") == Some(~"list") {
|
2013-08-22 22:58:42 -05:00
|
|
|
unsafe { lib::llvm::llvm::LLVMRustPrintPasses(); }
|
2013-05-29 03:08:20 -05:00
|
|
|
return;
|
|
|
|
}
|
|
|
|
|
2013-09-17 20:42:23 -05:00
|
|
|
if matches.opt_present("v") || matches.opt_present("version") {
|
2013-06-12 12:02:55 -05:00
|
|
|
version(binary);
|
2012-11-28 14:33:00 -06:00
|
|
|
return;
|
|
|
|
}
|
2013-06-08 20:38:47 -05:00
|
|
|
let input = match matches.free.len() {
|
2013-10-04 12:46:53 -05:00
|
|
|
0u => early_error(demitter, "no input filename given"),
|
2012-11-28 14:33:00 -06:00
|
|
|
1u => {
|
2013-06-12 12:02:55 -05:00
|
|
|
let ifile = matches.free[0].as_slice();
|
|
|
|
if "-" == ifile {
|
2013-10-13 20:48:47 -05:00
|
|
|
let src = str::from_utf8(io::stdin().read_to_end());
|
2013-06-12 12:02:55 -05:00
|
|
|
str_input(src.to_managed())
|
2012-11-28 14:33:00 -06:00
|
|
|
} else {
|
2013-10-05 21:49:32 -05:00
|
|
|
file_input(Path::new(ifile))
|
2012-11-28 14:33:00 -06:00
|
|
|
}
|
|
|
|
}
|
2013-10-04 12:46:53 -05:00
|
|
|
_ => early_error(demitter, "multiple input filenames provided")
|
2012-11-28 14:33:00 -06:00
|
|
|
};
|
|
|
|
|
2013-04-16 18:10:21 -05:00
|
|
|
let sopts = build_session_options(binary, matches, demitter);
|
2012-11-28 14:33:00 -06:00
|
|
|
let sess = build_session(sopts, demitter);
|
2013-10-05 21:49:32 -05:00
|
|
|
let odir = matches.opt_str("out-dir").map(|o| Path::new(o));
|
|
|
|
let ofile = matches.opt_str("o").map(|o| Path::new(o));
|
2013-08-13 19:06:27 -05:00
|
|
|
let cfg = build_configuration(sess);
|
2013-09-20 01:08:47 -05:00
|
|
|
let pretty = do matches.opt_default("pretty", "normal").map |a| {
|
2013-08-04 16:59:36 -05:00
|
|
|
parse_pretty(sess, a)
|
|
|
|
};
|
2012-11-28 14:33:00 -06:00
|
|
|
match pretty {
|
2013-08-31 11:13:04 -05:00
|
|
|
Some::<PpMode>(ppm) => {
|
2013-04-17 11:15:37 -05:00
|
|
|
pretty_print_input(sess, cfg, &input, ppm);
|
2012-11-28 14:33:00 -06:00
|
|
|
return;
|
|
|
|
}
|
2013-08-31 11:13:04 -05:00
|
|
|
None::<PpMode> => {/* continue */ }
|
2012-11-28 14:33:00 -06:00
|
|
|
}
|
2013-09-17 20:42:23 -05:00
|
|
|
let ls = matches.opt_present("ls");
|
2012-11-28 14:33:00 -06:00
|
|
|
if ls {
|
|
|
|
match input {
|
2012-12-04 12:50:00 -06:00
|
|
|
file_input(ref ifile) => {
|
2013-10-13 20:48:47 -05:00
|
|
|
list_metadata(sess, &(*ifile), @mut io::stdout() as @mut io::Writer);
|
2012-11-28 14:33:00 -06:00
|
|
|
}
|
|
|
|
str_input(_) => {
|
2013-10-04 12:46:53 -05:00
|
|
|
early_error(demitter, "can not list metadata for stdin");
|
2012-11-28 14:33:00 -06:00
|
|
|
}
|
|
|
|
}
|
|
|
|
return;
|
|
|
|
}
|
|
|
|
|
2013-04-17 11:15:37 -05:00
|
|
|
compile_input(sess, cfg, &input, &odir, &ofile);
|
2012-11-28 14:33:00 -06:00
|
|
|
}
|
|
|
|
|
2013-03-20 10:40:02 -05:00
|
|
|
#[deriving(Eq)]
|
2013-01-29 17:16:07 -06:00
|
|
|
pub enum monitor_msg {
|
2012-11-28 14:33:00 -06:00
|
|
|
fatal,
|
|
|
|
done,
|
|
|
|
}
|
|
|
|
|
2013-08-29 20:34:09 -05:00
|
|
|
struct RustcEmitter {
|
|
|
|
ch_capture: comm::SharedChan<monitor_msg>
|
|
|
|
}
|
|
|
|
|
|
|
|
impl diagnostic::Emitter for RustcEmitter {
|
|
|
|
fn emit(&self,
|
2013-08-29 21:01:19 -05:00
|
|
|
cmsp: Option<(@codemap::CodeMap, codemap::Span)>,
|
2013-08-29 20:34:09 -05:00
|
|
|
msg: &str,
|
|
|
|
lvl: diagnostic::level) {
|
|
|
|
if lvl == diagnostic::fatal {
|
|
|
|
self.ch_capture.send(fatal)
|
|
|
|
}
|
|
|
|
|
|
|
|
diagnostic::DefaultEmitter.emit(cmsp, msg, lvl)
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2012-11-28 14:33:00 -06:00
|
|
|
/*
|
|
|
|
This is a sanity check that any failure of the compiler is performed
|
|
|
|
through the diagnostic module and reported properly - we shouldn't be calling
|
|
|
|
plain-old-fail on any execution path that might be taken. Since we have
|
|
|
|
console logging off by default, hitting a plain fail statement would make the
|
|
|
|
compiler silently exit, which would be terrible.
|
|
|
|
|
|
|
|
This method wraps the compiler in a subtask and injects a function into the
|
|
|
|
diagnostic emitter which records when we hit a fatal error. If the task
|
|
|
|
fails without recording a fatal error then we've encountered a compiler
|
|
|
|
bug and need to present an error.
|
|
|
|
*/
|
2013-08-29 20:34:09 -05:00
|
|
|
pub fn monitor(f: ~fn(@diagnostic::Emitter)) {
|
2013-06-28 17:32:26 -05:00
|
|
|
use std::comm::*;
|
2013-08-05 15:10:34 -05:00
|
|
|
|
|
|
|
// XXX: This is a hack for newsched since it doesn't support split stacks.
|
2013-10-17 03:40:33 -05:00
|
|
|
// rustc needs a lot of stack! When optimizations are disabled, it needs
|
|
|
|
// even *more* stack than usual as well.
|
|
|
|
#[cfg(rtopt)]
|
|
|
|
static STACK_SIZE: uint = 6000000; // 6MB
|
|
|
|
#[cfg(not(rtopt))]
|
|
|
|
static STACK_SIZE: uint = 20000000; // 20MB
|
2013-08-05 15:10:34 -05:00
|
|
|
|
2013-01-30 03:52:01 -06:00
|
|
|
let (p, ch) = stream();
|
2013-04-17 01:45:29 -05:00
|
|
|
let ch = SharedChan::new(ch);
|
2013-01-30 03:52:01 -06:00
|
|
|
let ch_capture = ch.clone();
|
2013-08-05 15:10:34 -05:00
|
|
|
let mut task_builder = task::task();
|
2013-10-31 22:08:17 -05:00
|
|
|
task_builder.name("rustc");
|
2013-08-05 15:10:34 -05:00
|
|
|
task_builder.supervised();
|
2013-08-09 19:28:27 -05:00
|
|
|
|
|
|
|
// XXX: Hacks on hacks. If the env is trying to override the stack size
|
|
|
|
// then *don't* set it explicitly.
|
|
|
|
if os::getenv("RUST_MIN_STACK").is_none() {
|
|
|
|
task_builder.opts.stack_size = Some(STACK_SIZE);
|
|
|
|
}
|
|
|
|
|
2013-08-05 15:10:34 -05:00
|
|
|
match do task_builder.try {
|
2013-01-30 03:52:01 -06:00
|
|
|
let ch = ch_capture.clone();
|
2012-11-28 14:33:00 -06:00
|
|
|
// The 'diagnostics emitter'. Every error, warning, etc. should
|
|
|
|
// go through this function.
|
2013-08-29 20:34:09 -05:00
|
|
|
let demitter = @RustcEmitter {
|
|
|
|
ch_capture: ch.clone(),
|
|
|
|
} as @diagnostic::Emitter;
|
2012-11-28 14:33:00 -06:00
|
|
|
|
|
|
|
struct finally {
|
2013-01-30 03:52:01 -06:00
|
|
|
ch: SharedChan<monitor_msg>,
|
2013-02-27 18:13:53 -06:00
|
|
|
}
|
|
|
|
|
|
|
|
impl Drop for finally {
|
2013-09-16 20:18:07 -05:00
|
|
|
fn drop(&mut self) { self.ch.send(done); }
|
2012-11-28 14:33:00 -06:00
|
|
|
}
|
|
|
|
|
|
|
|
let _finally = finally { ch: ch };
|
|
|
|
|
2013-07-13 01:26:23 -05:00
|
|
|
f(demitter);
|
|
|
|
|
|
|
|
// Due reasons explain in #7732, if there was a jit execution context it
|
|
|
|
// must be consumed and passed along to our parent task.
|
|
|
|
back::link::jit::consume_engine()
|
2012-11-28 14:33:00 -06:00
|
|
|
} {
|
|
|
|
result::Ok(_) => { /* fallthrough */ }
|
|
|
|
result::Err(_) => {
|
|
|
|
// Task failed without emitting a fatal diagnostic
|
2013-01-30 03:52:01 -06:00
|
|
|
if p.recv() == done {
|
2013-08-29 20:34:09 -05:00
|
|
|
diagnostic::DefaultEmitter.emit(
|
2012-11-28 14:33:00 -06:00
|
|
|
None,
|
2013-05-19 00:07:44 -05:00
|
|
|
diagnostic::ice_msg("unexpected failure"),
|
2012-11-28 14:33:00 -06:00
|
|
|
diagnostic::error);
|
|
|
|
|
2013-06-21 07:29:53 -05:00
|
|
|
let xs = [
|
2012-11-28 14:33:00 -06:00
|
|
|
~"the compiler hit an unexpected failure path. \
|
|
|
|
this is a bug",
|
2013-08-15 00:27:03 -05:00
|
|
|
~"try running with RUST_LOG=rustc=1 \
|
2012-11-28 14:33:00 -06:00
|
|
|
to get further details and report the results \
|
|
|
|
to github.com/mozilla/rust/issues"
|
2013-06-21 07:29:53 -05:00
|
|
|
];
|
2013-08-03 11:45:23 -05:00
|
|
|
for note in xs.iter() {
|
2013-08-29 20:34:09 -05:00
|
|
|
diagnostic::DefaultEmitter.emit(None,
|
|
|
|
*note,
|
|
|
|
diagnostic::note)
|
2012-11-28 14:33:00 -06:00
|
|
|
}
|
|
|
|
}
|
|
|
|
// Fail so the process returns a failure code
|
2013-10-21 15:08:31 -05:00
|
|
|
fail!();
|
2012-11-28 14:33:00 -06:00
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2013-01-29 17:16:07 -06:00
|
|
|
pub fn main() {
|
2013-09-24 18:34:23 -05:00
|
|
|
std::os::set_exit_status(main_args(std::os::args()));
|
2013-08-22 04:41:33 -05:00
|
|
|
}
|
|
|
|
|
2013-09-24 18:34:23 -05:00
|
|
|
pub fn main_args(args: &[~str]) -> int {
|
2013-08-22 04:41:33 -05:00
|
|
|
let owned_args = args.to_owned();
|
2013-02-15 03:14:34 -06:00
|
|
|
do monitor |demitter| {
|
2013-08-22 04:41:33 -05:00
|
|
|
run_compiler(owned_args, demitter);
|
2012-11-28 14:33:00 -06:00
|
|
|
}
|
2013-09-24 18:34:23 -05:00
|
|
|
|
|
|
|
return 0;
|
2012-11-28 14:33:00 -06:00
|
|
|
}
|