rust/compiler/rustc_codegen_ssa
Nicholas Nethercote bfef2611d9 Reorder ConstMethods.
It's crazy to have the integer methods in something close to random
order.

The reordering makes the gaps clear: `const_i64`, `const_i128`,
`const_isize`, and `const_u16`. I guess they just aren't needed.
2024-09-19 20:10:42 +10:00
..
src Reorder ConstMethods. 2024-09-19 20:10:42 +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

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