1
Fork 0
rust/compiler/rustc_codegen_ssa/src
Matthias Krüger c731646d6a
Rollup merge of #102675 - ouz-a:mir-technical-debt, r=oli-obk
Remove `mir::CastKind::Misc`

As discussed in #97649 `mir::CastKind::Misc` is not clear, this PR addresses that by creating a new enum variant for every valid cast.

r? ````@oli-obk````
2022-10-08 14:38:18 +02:00
..
back Auto merge of #102767 - matthiaskrgr:rollup-vcbt81v, r=matthiaskrgr 2022-10-07 07:31:53 +00:00
coverageinfo Remove in_band_lifetimes from rustc_codegen_ssa 2021-12-15 00:41:41 -05:00
debuginfo Use enum2<_> instead of enum<_> for Cpp-like debuginfo enum type names. 2022-08-12 10:53:07 +02:00
mir Remove mir::CastKind::Misc 2022-10-06 15:32:41 +03:00
traits Remove type argument of array_alloca and rename to byte_array_alloca 2022-10-02 13:42:14 +00:00
base.rs Merge apply_attrs_callsite into call and invoke 2022-10-01 17:01:31 +00:00
common.rs rustc_codegen_ssa: derive copy and clone for various enums 2022-05-25 10:34:35 +02:00
glue.rs use unchecked mul to compute slice sizes 2022-06-14 17:09:07 -04:00
lib.rs remove cfg(bootstrap) 2022-09-26 10:14:45 +02:00
meth.rs Call destructors when dyn* object goes out of scope 2022-09-12 16:55:57 -07:00
mono_item.rs Add codegen for global_asm! sym operands 2022-04-15 14:36:30 +01:00
target_features.rs Auto merge of #99443 - jam1garner:mips-virt-feature, r=nagisa 2022-09-14 08:21:25 +00:00