rust/compiler/rustc_codegen_ssa/src/mir
Matthias Krüger 85c38454c0
Rollup merge of #109716 - scottmcm:field-to-fieldidx, r=oli-obk
Move `mir::Field` → `abi::FieldIdx`

The first PR for https://github.com/rust-lang/compiler-team/issues/606

This is just the move-and-rename, because it's plenty big already.  Future PRs will start using `FieldIdx` more broadly, and concomitantly removing `FieldIdx::new`s.
2023-03-29 21:19:51 +02:00
..
analyze.rs Remove DropAndReplace terminator 2023-03-07 14:25:22 +01:00
block.rs Refactor: Separate LocalRef variant for not-evaluated-yet operands 2023-03-24 20:36:59 -07:00
constant.rs ADD - create and emit Bug support for Diagnostics 2022-12-27 20:59:22 -05:00
coverageinfo.rs Add SourceScope::inlined_instance 2022-07-08 09:19:07 +02:00
debuginfo.rs Move mir::Fieldabi::FieldIdx 2023-03-28 22:22:37 -07:00
intrinsic.rs Stop implementing _with_overflow intrinsics in codegen backends. 2023-02-18 22:06:29 +00:00
mod.rs Refactor: Separate LocalRef variant for not-evaluated-yet operands 2023-03-24 20:36:59 -07:00
operand.rs Refactor: Separate LocalRef variant for not-evaluated-yet operands 2023-03-24 20:36:59 -07:00
place.rs Refactor: Separate LocalRef variant for not-evaluated-yet operands 2023-03-24 20:36:59 -07:00
rvalue.rs Support TLS access into dylibs on Windows 2023-03-29 08:55:21 +02:00
statement.rs Refactor: Separate LocalRef variant for not-evaluated-yet operands 2023-03-24 20:36:59 -07:00