rust/src/librustc_passes
Simonas Kazlauskas 21c61336bb Remove the TypedConstVal
Replace it with ConstUsize instead, which is more appropriate; we are not using the rest of the
TypedConstVal anyway
2017-02-28 17:12:56 +02:00
..
ast_validation.rs rustc: always keep an explicit lifetime in trait objects. 2017-01-28 02:56:46 +02:00
Cargo.toml Move errors from libsyntax to its own crate 2016-06-23 08:07:35 -04:00
consts.rs rustc_const_eval: always demand typeck_tables for evaluating constants. 2017-02-25 18:35:26 +02:00
diagnostics.rs Change break or continue with no label to error nmbr 590 2017-02-22 18:10:37 -08:00
hir_stats.rs rustc: separate bodies for static/(associated)const and embedded constants. 2016-12-28 11:27:57 +02:00
lib.rs Remove unused extern crates. 2017-01-22 01:31:02 +00:00
loops.rs Change break or continue with no label to error nmbr 590 2017-02-22 18:10:37 -08:00
mir_stats.rs Remove the TypedConstVal 2017-02-28 17:12:56 +02:00
no_asm.rs annotate stricter lifetimes on LateLintPass methods to allow them to forward to a Visitor 2016-12-06 11:28:51 +01:00
rvalues.rs rustc_typeck: rework coherence to be almost completely on-demand. 2017-02-25 18:35:26 +02:00
static_recursion.rs Stabilize static_recursion 2017-02-21 23:41:04 -08:00