rust/compiler/rustc_codegen_ssa
bors f70f19fef4 Auto merge of #121129 - nnethercote:codegen-Diags, r=estebank
Improve codegen diagnostic handling

Clarify the workings of the temporary `Diagnostic` type used to send diagnostics from codegen threads to the main thread.

r? `@estebank`
2024-02-22 08:01:37 +00:00
..
src Auto merge of #121129 - nnethercote:codegen-Diags, r=estebank 2024-02-22 08:01:37 +00: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 mv compiler to compiler/ 2020-08-30 18:45:07 +03:00

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