rust/src/librustc_codegen_ssa
2019-10-26 14:17:43 +02:00
..
back self-profiling: Remove module names from some event-ids in codegen backend. 2019-10-22 12:53:46 +02:00
debuginfo Convert fields within DefPathData from InternedString to Symbol. 2019-10-21 17:17:36 +11:00
mir Rollup merge of #65315 - spastorino:intern-place-projection, r=oli-obk 2019-10-25 13:12:46 +02:00
traits Use Symbol for codegen unit names. 2019-10-21 18:30:40 +11:00
base.rs Rollup merge of #65657 - nnethercote:rm-InternedString-properly, r=eddyb 2019-10-23 22:19:19 +02:00
Cargo.toml move syntax::ext to new crate syntax_expand 2019-10-16 10:59:53 +02:00
common.rs Move span_invalid_monomorphization_error from cg_llvm to cg_ssa 2019-10-13 14:35:14 +02:00
error_codes.rs Move span_invalid_monomorphization_error from cg_llvm to cg_ssa 2019-10-13 14:35:14 +02:00
glue.rs Rename sty to kind 2019-09-25 15:50:04 +01:00
lib.rs Add top level provide/provide_extern to cg_ssa and cg_utils 2019-10-13 14:43:58 +02:00
meth.rs Remove MiscMethods::instances 2019-10-13 14:43:57 +02:00
mono_item.rs Rename Item.node to Item.kind 2019-09-26 18:21:48 +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.