rust/compiler/rustc_codegen_ssa/src
Ralf Jung c847eaa91d
Rollup merge of #76832 - khyperia:backend_target_override, r=eddyb
Let backends define custom targets

Add a target_override hook that takes priority over builtin targets.
2020-09-20 15:51:48 +02:00
..
back use push(char) instead of push_str(&str) to add single chars to strings 2020-09-10 13:58:41 +02:00
coverageinfo
debuginfo use push(char) instead of push_str(&str) to add single chars to strings 2020-09-10 13:58:41 +02:00
mir Auto merge of #76964 - RalfJung:rollup-ybn06fs, r=RalfJung 2020-09-20 11:02:36 +00:00
traits PR feedback 2020-09-17 12:18:09 +02:00
base.rs Change ty.kind to a method 2020-09-04 17:47:51 +02:00
common.rs
glue.rs Change ty.kind to a method 2020-09-04 17:47:51 +02:00
lib.rs Remove redundant #![feature(...)] 's from compiler/ 2020-09-17 07:58:45 +02:00
meth.rs
mono_item.rs