about summary refs log tree commit diff
path: root/compiler/rustc_codegen_ssa/src/back/write.rs
AgeCommit message (Expand)AuthorLines
2020-10-15Replace target.target with target and target.ptr_width with target.pointer_widthest31-9/+9
2020-10-15Rename target_pointer_width to pointer_width and turn it into an u32est31-2/+2
2020-10-15Rollup merge of #77739 - est31:remove_unused_code, r=petrochenkov,varkorYuki Okushi-2/+0
2020-10-14Remove unused code from rustc_codegen_*est31-2/+0
2020-10-14Rollup merge of #77795 - bjorn3:codegen_backend_interface_refactor, r=oli-obkDylan DPC-14/+0
2020-10-13Replace absolute paths with relative onesest31-1/+1
2020-10-12Remove dump_incremental_databjorn3-9/+0
2020-10-10Move finalize_session_directory call out of cg_llvmbjorn3-5/+0
2020-09-09Add `-Z combine_cgu` flagVictor Ding-12/+47
2020-08-30mv compiler to compiler/mark-0/+1859