rust/src/librustc_codegen_ssa
Nicholas Nethercote ae322ff651 Add a new option -Cbitcode-in-rlib.
It defaults to true, but Cargo will set this to false whenever it can to
reduce compile times.
2020-04-22 15:22:18 +10:00
..
back Add a new option -Cbitcode-in-rlib. 2020-04-22 15:22:18 +10:00
debuginfo rustc -> rustc_middle part 3 (rustfmt) 2020-03-30 07:19:55 +02:00
mir Dogfood more or_patterns in the compiler 2020-04-19 07:33:58 -07:00
traits Remove Arcs in queries. 2020-04-05 15:21:08 +02:00
base.rs Dogfood more or_patterns in the compiler 2020-04-19 07:33:58 -07:00
build.rs rustbuild: include channel in sanitizers installed name 2020-02-11 09:40:58 +01:00
Cargo.toml Add illumos triple 2020-04-14 20:36:07 +00:00
common.rs direct imports for langitem stuff 2020-04-02 13:40:43 +02:00
glue.rs rustc -> rustc_middle part 2 2020-03-30 07:16:56 +02:00
lib.rs Dogfood more or_patterns in the compiler 2020-04-19 07:33:58 -07:00
meth.rs rustc -> rustc_middle part 2 2020-03-30 07:16:56 +02:00
mono_item.rs rustc -> rustc_middle part 3 (rustfmt) 2020-03-30 07:19:55 +02:00
README.md fix rustc-dev-guide url in src/librustc_codegen_ssa 2020-04-10 22:48:34 +08:00

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