rust/compiler/rustc_codegen_ssa
Matthias Krüger 21313d7947
Rollup merge of #130457 - nnethercote:cleanup-codegen-traits, r=bjorn3
Cleanup codegen traits

The traits governing codegen are quite complicated and hard to follow. This PR cleans them up a bit.

r? `@bjorn3`
2024-09-18 17:49:43 +02:00
..
src Rollup merge of #130457 - nnethercote:cleanup-codegen-traits, r=bjorn3 2024-09-18 17:49:43 +02:00
Cargo.toml Update the `wasm-component-ld` binary dependency 2024-08-29 14:39:12 -07:00
README.md
messages.ftl simd_shuffle: require index argument to be a vector 2024-09-14 14:43:24 +02:00

README.md

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