rust/compiler/rustc_codegen_ssa
Nicholas Nethercote 5f98943b5a Merge HasCodegen into BuilderMethods.
It has `Backend` and `Deref` boudns, plus an associated type
`CodegenCx`, and it has a single use. This commit "inlines" it into
`BuilderMethods`, which makes the complicated backend trait situation a
little simpler.
2024-09-17 10:24:43 +10:00
..
src Merge HasCodegen into BuilderMethods. 2024-09-17 10:24:43 +10:00
Cargo.toml Update the wasm-component-ld binary dependency 2024-08-29 14:39:12 -07:00
messages.ftl simd_shuffle: require index argument to be a vector 2024-09-14 14:43:24 +02:00
README.md mv compiler to compiler/ 2020-08-30 18:45:07 +03:00

Please read the rustc-dev-guide chapter on Backend Agnostic Codegen.