rust/compiler/rustc_codegen_ssa/src/mir
2023-10-20 21:14:01 +00:00
..
analyze.rs s/Generator/Coroutine/ 2023-10-20 21:10:38 +00:00
block.rs s/generator/coroutine/ 2023-10-20 21:14:01 +00:00
constant.rs add some comments explaining how the required_consts stuff fits together 2023-10-06 18:25:23 +02:00
coverageinfo.rs Narrow trait CoverageInfoBuilderMethods down to just one method 2023-07-05 20:40:39 +10:00
debuginfo.rs Reuse calculate_debuginfo_offset for fragments. 2023-09-23 13:52:35 +00:00
intrinsic.rs Format all the let chains in compiler 2023-10-13 08:59:36 +00:00
locals.rs Remove assert that checks type equality 2023-09-11 23:08:40 +03:00
mod.rs add some comments explaining how the required_consts stuff fits together 2023-10-06 18:25:23 +02:00
operand.rs Use correct offset when codegening mir::Const::Indirect. 2023-09-23 14:07:10 +00:00
place.rs Add docs, remove code, change subtyper code 2023-10-02 23:39:44 +03:00
rvalue.rs Format all the let chains in compiler 2023-10-13 08:59:36 +00:00
statement.rs Narrow trait CoverageInfoBuilderMethods down to just one method 2023-07-05 20:40:39 +10:00