rust/compiler/rustc_codegen_ssa/src/mir
2022-04-14 19:35:40 +02:00
..
analyze.rs Add new MutatatingUseContexts for deinit and SetDiscriminant 2022-04-11 09:26:26 -04:00
block.rs Mark scalar layout unions so that backends that do not support partially initialized scalars can special case them. 2022-04-05 13:18:21 +00:00
constant.rs Adopt let else in more places 2022-02-19 17:27:43 +01:00
coverageinfo.rs coverageinfo query needs to use the same MIR as codegen 2021-05-12 20:27:07 -07:00
debuginfo.rs Adopt let else in more places 2022-02-19 17:27:43 +01:00
intrinsic.rs Adopt let else in more places 2022-02-19 17:27:43 +01:00
mod.rs rustc_error: make ErrorReported impossible to construct 2022-03-16 10:35:24 -05:00
operand.rs Mark scalar layout unions so that backends that do not support partially initialized scalars can special case them. 2022-04-05 13:18:21 +00:00
place.rs Add additional extract_field / project_field to take into account extra level of struct nesting. 2022-04-14 19:35:40 +02:00
rvalue.rs Mark scalar layout unions so that backends that do not support partially initialized scalars can special case them. 2022-04-05 13:18:21 +00:00
statement.rs Add new Deinit statement kind 2022-04-11 08:55:03 -04:00