summary refs log tree commit diff
path: root/compiler/rustc_codegen_ssa/src/back/write.rs
AgeCommit message (Expand)AuthorLines
2023-05-06Rollup merge of #110985 - Amanieu:normalize_asm_spans, r=b-naberMatthias Krüger-3/+9
2023-05-06Fix spans in LLVM-generated inline asm errorsAmanieu d'Antras-3/+9
2023-05-03Restrict `From<S>` for `{D,Subd}iagnosticMessage`.Nicholas Nethercote-1/+1
2023-04-17Spelling - compilerJosh Soref-1/+1
2023-03-28[fix] don't panic on failure to acquire jobserver tokenDaniil Belov-2/+2
2023-03-22rustc: Remove unused `Session` argument from some attribute functionsVadim Petrochenkov-2/+3
2023-01-30session: diagnostic migration lint on more fnsDavid Wood-2/+6
2023-01-17Remove double spaces after dots in commentsMaybe Waffle-7/+7
2023-01-11Fix some typos in code comments.Cedric-9/+9
2022-12-28Explicitly pass in which crate type to use to each_linked_rlibbjorn3-1/+1
2022-12-20Remove wrapper functions for some unstable optionsNilstrieb-1/+1
2022-11-27Prefer doc comments over `//`-comments in compilerMaybe Waffle-9/+9
2022-11-09Add constructor for `Diagnostic` that takes `Vec<(DiagnosticMessage, Style)>`SLASHLogin-2/+1
2022-11-09Add `replace_args` method for `rustc_errors::diagnostic::Diagnostic`SLASHLogin-3/+1
2022-11-09Delay diagnostic translation in `rustc_codegen_ssa`SLASHLogin-9/+18
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