rust/compiler/rustc_codegen_ssa
bors 3a0db6c152 Auto merge of #123854 - petrochenkov:searchdirs2, r=lqd
linker: Remove laziness and caching from native search directory walks

It shouldn't be necessary for performance now.

Follow up to https://github.com/rust-lang/rust/pull/123827.
2024-04-13 13:12:56 +00:00
..
src Auto merge of #123854 - petrochenkov:searchdirs2, r=lqd 2024-04-13 13:12:56 +00:00
Cargo.toml Handle calls to upstream monomorphizations in compiler_builtins 2024-03-16 15:22:05 -04:00
messages.ftl Handle calls to upstream monomorphizations in compiler_builtins 2024-03-16 15:22:05 -04: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.