about summary refs log tree commit diff
path: root/compiler/rustc_codegen_ssa/src/lib.rs
AgeCommit message (Expand)AuthorLines
2021-10-03Move rustc_middle::middle::cstore to rustc_session.Camille GILLOT-1/+1
2021-09-30Move EncodedMetadata to rustc_metadata.Camille GILLOT-1/+1
2021-08-30Fix handling of +whole-archive native link modifier.Michael Woerister-0/+1
2021-07-06Fold LinkerInfo into CrateInfobjorn3-2/+3
2021-07-06Remove unused panic_runtime field from CrateInfobjorn3-1/+0
2021-07-06Move LinkerInfo into CrateInfobjorn3-1/+1
2021-07-05Remove LibSourcebjorn3-3/+2
2021-06-07Auto merge of #85810 - bjorn3:further_driver_cleanup, r=varkorbors-2/+2
2021-06-04Add first cut of functionality for #58713: support for #[link(kind = "raw-dyl...Richard Cobbe-1/+8
2021-06-04Move crate_name field from OngoingCodegen to CrateInfobjorn3-1/+1
2021-06-04Move windows_subsystem field from CodegenResults to CrateInfobjorn3-1/+1
2021-05-31Remove unused feature gatesbjorn3-4/+0
2021-05-24remove cfg(bootstrap)Pietro Albini-1/+0
2021-05-05Implement RFC 2951: Native link modifiersLuqman Aden-1/+2
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