rust/compiler/rustc_codegen_ssa
Nicholas Nethercote 4e1f9bd528 Rename SubDiagnostic as Subdiag.
Note the change of the `D` to `d`, to match all the other names that
have `Subdiag` in them, such as `SubdiagnosticMessage` and
`derive(Subdiagnostic)`.
2024-02-28 08:33:25 +11:00
..
src Rename SubDiagnostic as Subdiag. 2024-02-28 08:33:25 +11:00
Cargo.toml wasm: Store rlib metadata in wasm object files 2024-02-20 09:31:50 -08:00
messages.ftl check that simd_insert/extract indices are in-bounds 2024-02-23 19:43:59 +01: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.