rust/src/librustc_codegen_ssa
bors 378901d988 Auto merge of #71031 - Dylan-DPC:rollup-zr8hh86, r=Dylan-DPC
Rollup of 5 pull requests

Successful merges:

 - #70644 (Clean up `ModuleConfig` initialization)
 - #70937 (Fix staticlib name for *-pc-windows-gnu targets)
 - #70996 (Add or_insert_with_key to Entry of HashMap/BTreeMap)
 - #71020 (Store UNICODE_VERSION as a tuple)
 - #71021 (Use write!-style syntax for MIR assert terminator)

Failed merges:

r? @ghost
2020-04-11 21:19:28 +00:00
..
back Auto merge of #71031 - Dylan-DPC:rollup-zr8hh86, r=Dylan-DPC 2020-04-11 21:19:28 +00:00
debuginfo rustc -> rustc_middle part 3 (rustfmt) 2020-03-30 07:19:55 +02:00
mir Stop importing int/float modules in librustc_* 2020-04-05 11:22:01 +02:00
traits Remove Arcs in queries. 2020-04-05 15:21:08 +02:00
base.rs Auto merge of #70161 - cjgillot:query-arena, r=nikomatsakis 2020-04-11 15:31:54 +00:00
build.rs rustbuild: include channel in sanitizers installed name 2020-02-11 09:40:58 +01:00
Cargo.toml rustc -> rustc_middle part 1 2020-03-30 07:02:56 +02: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 direct imports for langitem stuff 2020-04-02 13:40:43 +02: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.