rust/src/librustc_codegen_ssa
Mazdak Farrokhzad f1f4864de3
Rollup merge of #69787 - spastorino:use-local-directly-its-copy, r=oli-obk
mir::Local is Copy we can pass it by value in these cases

r? @oli-obk
2020-03-07 17:27:34 +01:00
..
back fix various typos 2020-03-06 15:19:31 +01:00
debuginfo Remove rustc_hir reexports in rustc::hir. 2020-01-05 12:49:22 +01:00
mir mir::Local is Copy we can pass it by value in these cases 2020-03-06 18:23:18 -03:00
traits fix various typos 2020-03-06 15:19:31 +01:00
base.rs Fail on multiple declarations of main. 2020-02-23 02:06:11 +10:00
build.rs rustbuild: include channel in sanitizers installed name 2020-02-11 09:40:58 +01:00
Cargo.toml Rename syntax to rustc_ast in source code 2020-02-29 21:59:09 +03:00
common.rs remove rustc_error_codes deps except in rustc_driver 2020-01-18 21:53:53 +01:00
glue.rs Format the world 2019-12-22 17:42:47 -05:00
lib.rs Remove unused feature gates from cg_ssa and cg_utils 2020-02-04 19:18:10 +01:00
meth.rs Format the world 2019-12-22 17:42:47 -05:00
mono_item.rs Remove rustc_hir reexports in rustc::hir. 2020-01-05 12:49:22 +01:00
README.md remove the last remaining READMEs 2019-10-24 13:32:54 -05:00

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