rust/compiler/rustc_codegen_ssa
Nicholas Nethercote ad5d7f43c9 Overhaul rustc_codegen_ssa:🔙:write::Diagnostic.
- Make it more closely match `rustc_errors::Diagnostic`, by making the
  field names match, and adding `children`, which requires adding
  `rustc_codegen_ssa:🔙:write::Subdiagnostic`.
- Check that we aren't missing important info when converting
  diagnostics.
- Add better comments.
- Tweak `rustc_errors::Diagnostic::replace_args` so that we don't need
  to do any cloning when converting diagnostics.
2024-02-22 12:51:11 +11:00
..
src Overhaul rustc_codegen_ssa:🔙:write::Diagnostic. 2024-02-22 12:51:11 +11:00
Cargo.toml wasm: Store rlib metadata in wasm object files 2024-02-20 09:31:50 -08:00
messages.ftl Turn the "no saved object file in work product" ICE into a translatable fatal error 2024-02-09 20:22:15 -05:00
README.md

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