about summary refs log tree commit diff
path: root/compiler/rustc_codegen_ssa
AgeCommit message (Expand)AuthorLines
2024-01-10Rename `{create,emit}_warning` as `{create,emit}_warn`.Nicholas Nethercote-10/+10
2024-01-10Rename `struct_span_err!` as `struct_span_code_err!`.Nicholas Nethercote-13/+14
2024-01-09Rollup merge of #118903 - azhogin:azhogin/skip_second_stmt_debuginfo.rs, r=pe...Matthias Krüger-11/+6
2024-01-08Improved support of collapse_debuginfo attribute for macros.Andrew Zhogin-11/+6
2024-01-08Use chaining for `DiagnosticBuilder` construction and `emit`.Nicholas Nethercote-4/+4
2024-01-08Use chaining in `DiagnosticBuilder` construction.Nicholas Nethercote-124/+56
2024-01-08Make `DiagnosticBuilder::emit` consuming.Nicholas Nethercote-3/+3
2024-01-05Auto merge of #119192 - michaelwoerister:mcp533-push, r=cjgillotbors-9/+9
2024-01-05Auto merge of #119621 - compiler-errors:rollup-5mxtvuk, r=compiler-errorsbors-31/+31
2024-01-05Rollup merge of #119538 - nnethercote:cleanup-errors-5, r=compiler-errorsMichael Goulet-31/+31
2024-01-05Auto merge of #118991 - nikic:scalar-pair, r=nagisabors-21/+13
2024-01-04Make iteration order of supported_target_features query stableMichael Woerister-2/+2
2024-01-04Make iteration order of wasm_import_module_map query stableMichael Woerister-3/+3
2024-01-04Make iteration order of upstream_monomorphizations query stableMichael Woerister-4/+4
2024-01-04Rollup merge of #118521 - dpaoliello:asan, r=wesleywiserMatthias Krüger-14/+30
2024-01-04Remove `is_lint` field from `Level::Error`.Nicholas Nethercote-1/+1
2024-01-04Avoid some `rustc_errors::` qualifiers.Nicholas Nethercote-3/+3
2024-01-03Enable address sanitizer for MSVC targets using INFERASANLIBS linker flagDaniel Paoliello-14/+30
2024-01-03Rollup merge of #119444 - compiler-errors:closure-or-coroutine, r=oli-obkLeón Orell Valerian Liehr-3/+3
2024-01-03Rename some `Diagnostic` setters.Nicholas Nethercote-28/+28
2024-01-02Address review commentsNikita Popov-7/+5
2023-12-30Update to bitflags 2 in the compilerNilstrieb-1/+2
2023-12-30is_coroutine -> is_coroutine_or_closureMichael Goulet-3/+3
2023-12-30Auto merge of #118705 - WaffleLapkin:codegen-atomic-exhange-untuple, r=cjgillotbors-4/+2
2023-12-28Change `rustc_codegen_ssa`'s `atomic_cmpxchg` interface to return a pair of v...Bernd Schmidt-4/+2
2023-12-26Auto merge of #119258 - compiler-errors:closure-kind, r=eholkbors-1/+1
2023-12-25Only regular coroutines have movabilityMichael Goulet-1/+1
2023-12-24Remove more `Session` methods that duplicate `DiagCtxt` methods.Nicholas Nethercote-10/+11
2023-12-24Remove `Session` methods that duplicate `DiagCtxt` methods.Nicholas Nethercote-111/+111
2023-12-22Rollup merge of #119198 - compiler-errors:desugaring, r=eholkMichael Goulet-10/+26
2023-12-23Remove all uses of `DiagnosticBuilder::forget_guarantee()`.Nicholas Nethercote-7/+7
2023-12-23Improve some names.Nicholas Nethercote-4/+4
2023-12-22Split coroutine desugaring kind from sourceMichael Goulet-10/+26
2023-12-22Auto merge of #119097 - nnethercote:fix-EmissionGuarantee, r=compiler-errorsbors-47/+48
2023-12-21Auto merge of #119056 - cjgillot:codegen-overalign, r=wesleywiserbors-1/+1
2023-12-20Rollup merge of #118973 - Enselic:fix-IncorrectCguReuseType, r=michaelwoeristerMatthias Krüger-2/+2
2023-12-19rustc_codegen_ssa: Don't let `IncorrectCguReuseType` errors get lostMartin Nordholts-2/+2
2023-12-19Add `level` arg to `into_diagnostic`.Nicholas Nethercote-47/+48
2023-12-18Auto merge of #119069 - matthiaskrgr:rollup-xxk4m30, r=matthiaskrgrbors-10/+14
2023-12-18Rollup merge of #118905 - bzEq:revert-u64-on-xcoff, r=WaffleLapkinMatthias Krüger-10/+14
2023-12-18Rename many `DiagCtxt` and `EarlyDiagCtxt` locals.Nicholas Nethercote-10/+9
2023-12-18Rename many `DiagCtxt` arguments.Nicholas Nethercote-49/+48
2023-12-18Rename `CodegenContext::create_diag_handler` as `CodegenContext::create_dcx`.Nicholas Nethercote-9/+5
2023-12-18Rename `Session::span_diagnostic` as `Session::dcx`.Nicholas Nethercote-32/+22
2023-12-18Rename `Handler` as `DiagCtxt`.Nicholas Nethercote-13/+13
2023-12-18Address commentKai Luo-1/+1
2023-12-17Tolerate overaligned MIR constants for codegen.Camille GILLOT-1/+1
2023-12-15Separate immediate and in-memory ScalarPair representationNikita Popov-14/+8
2023-12-15Don't pass lint back out of lint decoratorMichael Goulet-1/+3
2023-12-14Rollup merge of #118933 - nnethercote:cleanup-errors-even-more, r=compiler-er...Jubilee-1/+1