about summary refs log tree commit diff
path: root/compiler/rustc_codegen_ssa/src/lib.rs
AgeCommit message (Expand)AuthorLines
2021-04-03Remove attribute `#[link_args]`Vadim Petrochenkov-1/+0
2021-03-26Use iter::zip in compiler/Josh Stone-0/+1
2021-03-19stabilize or_patternsmark-1/+1
2021-03-18Remove unwrap_none/expect_none from compiler/.Mara Bos-1/+1
2021-03-09Build StKind::CopyOverlappingkadmin-0/+1
2021-01-23Don't provide backend_optimization_level query for extern cratesbjorn3-2/+1
2020-12-29don't clone copy typesMatthias Krüger-1/+1
2020-12-23Exclude unnecessary info from CodegenResultsVictor Ding-3/+18
2020-12-16cg_llvm: implement split dwarf supportDavid Wood-1/+4
2020-12-03Combination of commitsRich Kadel-0/+1
2020-10-10Move finalize_session_directory call out of cg_llvmbjorn3-2/+0
2020-10-09Move supported_target_features query provider to cg_ssabjorn3-0/+1
2020-10-04Move target feature whitelist from cg_llvm to cg_ssabjorn3-0/+1
2020-09-26Rollup merge of #77161 - est31:swich_len_already_trusted, r=petrochenkovRalf Jung-1/+0
2020-09-24Remove TrustedLen requirement from BuilderMethods::switchest31-1/+0
2020-09-23/nightly/nightly-rustcErik Hofmayer-1/+1
2020-09-23Updated html_root_url for compiler cratesErik Hofmayer-1/+1
2020-09-17Remove redundant #![feature(...)] 's from compiler/est31-2/+0
2020-08-30mv compiler to compiler/mark-0/+171