rust/compiler/rustc_mir/src/util
Oliver Scherer 2d7ac728e4 Stop using the const_eval query for initializers of statics
As a side effect, we now represent most promoteds as `ConstValue::Scalar` again. This is useful because all implict promoteds are just references anyway and most explicit promoteds are numeric arguments to `asm!` or SIMD instructions.
2020-09-19 10:36:36 +02:00
..
aggregate.rs mv compiler to compiler/ 2020-08-30 18:45:07 +03:00
alignment.rs Change ty.kind to a method 2020-09-04 17:47:51 +02:00
borrowck_errors.rs Change ty.kind to a method 2020-09-04 17:47:51 +02:00
collect_writes.rs mv compiler to compiler/ 2020-08-30 18:45:07 +03:00
def_use.rs mv compiler to compiler/ 2020-08-30 18:45:07 +03:00
elaborate_drops.rs Change ty.kind to a method 2020-09-04 17:47:51 +02:00
find_self_call.rs Note when a a move/borrow error is caused by a deref coercion 2020-09-10 20:56:20 -04:00
graphviz.rs Make graphviz font configurable 2020-09-16 08:10:06 -07:00
mod.rs Add CONST_ITEM_MUTATION lint 2020-09-07 08:44:35 -04:00
patch.rs mv compiler to compiler/ 2020-08-30 18:45:07 +03:00
pretty.rs Stop using the const_eval query for initializers of statics 2020-09-19 10:36:36 +02:00
spanview.rs Improved the MIR spanview output 2020-09-06 19:04:08 -07:00
storage.rs mv compiler to compiler/ 2020-08-30 18:45:07 +03:00