rust/src/librustc_incremental
Nathan Froyd ffc6ddd51b add -C overflow-checks option
In addition to defining and handling the new option, we also add a
method on librustc::Session for determining the necessity of overflow
checks.  This method provides a single point to sort out the three (!)
different ways for turning on overflow checks: -C debug-assertions, -C
overflow-checks, and -Z force-overflow-checks.

Fixes #33134.
2017-02-22 10:08:57 -05:00
..
calculate_svh add -C overflow-checks option 2017-02-22 10:08:57 -05:00
ich Use StableHasher everywhere 2016-12-15 20:48:59 +02:00
persist Rollup merge of #39582 - nikomatsakis:incr-comp-issue-39569, r=michaelwoerister 2017-02-08 10:19:52 -05:00
assert_dep_graph.rs rustc: rename TyCtxt's map field to hir. 2017-01-26 13:41:28 +02:00
Cargo.toml Remove unused extern crates. 2017-01-22 01:31:02 +00:00
lib.rs Stabilize field init shorthand 2017-02-15 07:11:13 +01:00