os-rust/compiler/rustc_codegen_ssa
Nicholas Nethercote 4f598b852c Add comments to WorkItemResult.
And rename the `Compiled` variant as `Finished`, because that name makes
it clearer there is nothing left to do, contrasting nicely with the
`Needs*` variants.
2023-07-31 16:20:18 +10:00
..
src Add comments to WorkItemResult. 2023-07-31 16:20:18 +10:00
Cargo.toml Don't compress dylib metadata 2023-07-19 14:47:06 +00:00
messages.ftl Add note about writing native-static-libs to file 2023-07-20 11:04:32 -07: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.