rust/compiler/rustc_mir/src
oli f03b18b99b Add is_null helper
This is cheaper than creating a null-`ScalarInt` and comparing
and then just throwing it away.
2020-11-04 10:13:22 +00:00
..
borrow_check Add option to customize the nll-facts' folder location 2020-10-30 21:33:08 +01:00
const_eval Add is_null helper 2020-11-04 10:13:22 +00:00
dataflow Fix typos 2020-10-28 19:32:28 +01:00
interpret Replace Scalar::zst with a Scalar::ZST constant 2020-11-04 10:12:41 +00:00
monomorphize Remove implicit Continue type 2020-10-30 12:27:47 +01:00
transform s/Scalar::Raw/Scalar::Int 2020-11-04 10:11:31 +00:00
util s/Scalar::Raw/Scalar::Int 2020-11-04 10:11:31 +00:00
lib.rs TypeVisitor: use ControlFlow in rustc_{mir,privacy,traits,typeck} 2020-10-30 12:27:44 +01:00
shim.rs rustc_mir: support MIR-inlining #[track_caller] functions. 2020-10-21 04:43:56 +03:00