rust/compiler/rustc_mir/src/interpret
Ralf Jung 4831523ac4
Rollup merge of #76757 - matthiaskrgr:clippy_try_into, r=lcnr
don't convert types to the same type with try_into (clippy::useless_conversion)
2020-09-19 11:47:52 +02:00
..
intrinsics Change ty.kind to a method 2020-09-04 17:47:51 +02:00
cast.rs Change ty.kind to a method 2020-09-04 17:47:51 +02:00
eval_context.rs Change ty.kind to a method 2020-09-04 17:47:51 +02:00
intern.rs Change ty.kind to a method 2020-09-04 17:47:51 +02:00
intrinsics.rs move guaranteed{ne,eq} implementation to compile-time machine 2020-09-12 10:10:52 +02:00
machine.rs mv compiler to compiler/ 2020-08-30 18:45:07 +03:00
memory.rs mv compiler to compiler/ 2020-08-30 18:45:07 +03:00
mod.rs mv compiler to compiler/ 2020-08-30 18:45:07 +03:00
operand.rs Change ty.kind to a method 2020-09-04 17:47:51 +02:00
operator.rs Change ty.kind to a method 2020-09-04 17:47:51 +02:00
place.rs don't convert types to the same type with try_into (clippy::useless_conversion) 2020-09-15 22:49:50 +02:00
step.rs mv compiler to compiler/ 2020-08-30 18:45:07 +03:00
terminator.rs Change ty.kind to a method 2020-09-04 17:47:51 +02:00
traits.rs mv compiler to compiler/ 2020-08-30 18:45:07 +03:00
util.rs Change ty.kind to a method 2020-09-04 17:47:51 +02:00
validity.rs Change ty.kind to a method 2020-09-04 17:47:51 +02:00
visitor.rs Change ty.kind to a method 2020-09-04 17:47:51 +02:00