rust/compiler/rustc_codegen_ssa
Rémy Rakic e569a3691a unify LinkSelfContained and LinkSelfContainedDefault
Removes the backwards-compatible `LinkSelfContainedDefault`, by
incorporating the remaining specifics into `LinkSelfContained`.

Then renames the modern options to keep the old name.
2023-10-18 13:38:17 +00:00
..
src unify LinkSelfContained and LinkSelfContainedDefault 2023-10-18 13:38:17 +00:00
Cargo.toml Remove cgu_reuse_tracker from Session 2023-10-09 18:39:41 +00:00
messages.ftl Remove cgu_reuse_tracker from Session 2023-10-09 18:39:41 +00: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.