summary refs log tree commit diff
path: root/compiler/rustc_codegen_ssa/src/back/write.rs
AgeCommit message (Expand)AuthorLines
2022-10-23Allow LTO for dylibsbjorn3-9/+9
2022-10-12Rollup merge of #102623 - davidtwco:translation-eager, r=compiler-errorsDylan DPC-2/+5
2022-10-10errors: use `HashMap` to store diagnostic argsDavid Wood-2/+5
2022-10-07UPDATE - resolve fixme and emit errors via HandlerJhonny Bill Mena-13/+6
2022-10-07UPDATE - migrate write.rs to new diagnostics infraJhonny Bill Mena-22/+19
2022-10-06Remove `-Ztime` option.Nicholas Nethercote-1/+1
2022-09-18Remove -Znew-llvm-pass-managerJosh Stone-2/+0
2022-08-26translations(rustc_session): migrate check_expected_reuseLuis Cardoso-1/+1
2022-08-15errors: move translation logic into moduleDavid Wood-9/+11
2022-08-05Auto merge of #100035 - workingjubilee:merge-functions, r=nikicbors-2/+5
2022-08-05Enable function merging when opt is for sizeJubilee Young-2/+5
2022-07-27Also wait on other threads if a WorkerFatalError occursNikita Popov-5/+5
2022-07-27Reliably signal coordinator thread on panic during ongoing codegenNikita Popov-22/+39
2022-07-14rustc: add ability to output regular LTO bitcode modulesZiv Dunkelman-0/+2
2022-07-13Rename `debugging_opts` to `unstable_opts`Joshua Nelson-22/+21
2022-07-06incr: cache dwarf objects in work productsDavid Wood-24/+51
2022-06-16Support lint expectations for `--force-warn` lints (RFC 2383)xFrednet-1/+1
2022-06-06Make saved_file field of WorkProduct non-optionalbjorn3-23/+19
2022-06-06Factor Option out of copy_cgu_workproduct_to_incr_comp_cache_dir callbjorn3-6/+6
2022-06-06Avoid an unnecessary clone for copy_cgu_workproduct_to_incr_comp_cache_dir callsbjorn3-2/+2
2022-04-30Let LtoModuleCodegen::optimize take self by valuebjorn3-1/+1
2022-04-25Auto merge of #95604 - nbdd0121:used2, r=petrochenkovbors-2/+2
2022-04-18Add `SymbolExportInfo`Gary Guo-2/+2
2022-04-13errors: lazily load fallback fluent bundleDavid Wood-1/+1
2022-04-05errors: implement fallback diagnostic translationDavid Wood-5/+15
2022-04-05errors: introduce `DiagnosticMessage`David Wood-2/+2
2022-04-03Replace every `String` in Target(Options) with `Cow<'static, str>`Loïc BRANSTETT-2/+2
2022-03-30Spellchecking compiler commentsYuri Astrakhan-1/+1
2022-03-20Take &mut Diagnostic in emit_diagnostic.Camille GILLOT-1/+1
2022-03-01Querify `global_backend_features`Simonas Kazlauskas-1/+2
2022-02-23rustc_errors: let `DiagnosticBuilder::emit` return a "guarantee of emission".Eduard-Mihai Burtescu-1/+1
2022-02-23rustc_errors: add `downgrade_to_delayed_bug` to `Diagnostic` itself.Eduard-Mihai Burtescu-1/+1
2022-02-09Ensure that queries only return Copy types.Camille GILLOT-2/+2
2022-01-14Remove LLVMRustMarkAllFunctionsNounwindAmanieu d'Antras-3/+1
2022-01-06sess/cg: re-introduce split dwarf kindDavid Wood-1/+7
2021-12-20Load new pass manager plugins only if the new pm is actually usedAxel Cohen-5/+1
2021-12-13Fix conditions for using legacy or new pm pluginsAxel Cohen-1/+5
2021-12-13Use the existing llvm-plugins option for both legacy and new pm registrationAxel Cohen-4/+2
2021-12-13Add a codegen option to allow loading LLVM pass pluginsAxel Cohen-0/+4
2021-12-09Remove redundant [..]sest31-2/+2
2021-12-07Use object crate for .rustc metadata generationNikita Popov-14/+5
2021-11-08Don't abort compilation after giving a lint errorJoshua Nelson-1/+1
2021-11-05Initialize LLVM time trace profiler on each code generation threadTomasz Miąsko-51/+51
2021-10-06Enable AutoFDO.Michael Benfield-0/+4
2021-09-30Move EncodedMetadata to rustc_metadata.Camille GILLOT-1/+1
2021-07-06Move LinkerInfo into CrateInfobjorn3-6/+1
2021-07-01Rename all_crate_nums query to crates and remove useless wrapperbjorn3-1/+1
2021-06-04Move crate_name field from OngoingCodegen to CrateInfobjorn3-5/+1
2021-06-04Move windows_subsystem field from CodegenResults to CrateInfobjorn3-14/+0
2021-05-12Use () for codegen queries.Camille GILLOT-3/+3