rust/src/librustc_codegen_ssa
Mazdak Farrokhzad 977d69fc19
Rollup merge of #69714 - spastorino:place-ref-lifetime, r=oli-obk
Make PlaceRef take just one lifetime

r? @eddyb
2020-03-10 06:47:50 +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 Rollup merge of #69714 - spastorino:place-ref-lifetime, r=oli-obk 2020-03-10 06:47:50 +01: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.