rust/compiler/rustc_codegen_ssa
Guillaume Gomez 039b1b62ac
Rollup merge of #82456 - klensy:or-else, r=estebank
Replaced some unwrap_or and map_or with lazy variants

Replaced some `unwrap_or` and `map_or` with `unwrap_or_else` and `map_or_else`.
2021-02-26 15:52:31 +01:00
..
src Rollup merge of #82456 - klensy:or-else, r=estebank 2021-02-26 15:52:31 +01:00
Cargo.toml rustc_codegen_ssa: tune codegen according to available concurrency 2021-02-15 13:02:49 -08: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.