rust/compiler/rustc_codegen_ssa/src/mir
2021-07-14 18:17:49 +02:00
..
analyze.rs Do not emit alloca for ZST locals with multiple assignments 2021-06-10 14:53:06 +02:00
block.rs Pass type when creating load 2021-07-09 22:14:44 +02:00
constant.rs update const_eval_resolve 2021-03-20 17:22:24 +01:00
coverageinfo.rs coverageinfo query needs to use the same MIR as codegen 2021-05-12 20:27:07 -07:00
debuginfo.rs Fix project_deref() implementation 2021-07-09 22:14:44 +02:00
intrinsic.rs Pass type when creating atomic load 2021-07-09 22:00:19 +02:00
mod.rs rustc_codegen_ssa: append blocks to functions w/o creating a builder. 2021-05-17 00:04:09 +03:00
operand.rs consistently treat None-tagged pointers as ints; get rid of some deprecated Scalar methods 2021-07-14 18:17:49 +02:00
place.rs Fix project_deref() implementation 2021-07-09 22:14:44 +02:00
rvalue.rs entirely remove rustc_args_required_const attribute 2021-05-12 16:15:27 +02:00
statement.rs Make source-based code coverage compatible with MIR inlining 2021-03-15 23:26:03 +01:00