about summary refs log tree commit diff
path: root/compiler/rustc_codegen_llvm/src
AgeCommit message (Expand)AuthorLines
2024-02-09Rollup merge of #120844 - compiler-errors:async-di, r=oli-obkMatthias Krüger-1/+4
2024-02-09Rollup merge of #120354 - lukas-code:metadata-normalize, r=lcnrMatthias Krüger-4/+2
2024-02-09Build DebugInfo for coroutine-closureMichael Goulet-1/+4
2024-02-09Rollup merge of #120693 - nnethercote:invert-diagnostic-lints, r=davidtwcoMatthias Krüger-2/+0
2024-02-07Rollup merge of #119162 - heiher:direct-access-external-data, r=petrochenkovGuillaume Boisseau-10/+15
2024-02-06Rollup merge of #120502 - clubby789:remove-ffi-returns-twice, r=compiler-errorsMatthias Krüger-4/+0
2024-02-06Rollup merge of #120631 - saethlin:invalid-target-ice, r=compiler-errorsMatthias Krüger-8/+14
2024-02-06Add CoroutineClosure to TyKind, AggregateKind, UpvarArgsMichael Goulet-1/+1
2024-02-06Invert diagnostic lints.Nicholas Nethercote-2/+0
2024-02-05old solver: improve normalization of `Pointee::Metadata`Lukas Markeffsky-4/+2
2024-02-04Auto merge of #120624 - matthiaskrgr:rollup-3gvcl20, r=matthiaskrgrbors-4/+13
2024-02-03Emit a diagnostic for invalid target optionsBen Kimock-8/+14
2024-02-03Rollup merge of #120484 - Teapot4195:issue-120480-fix, r=compiler-errorsMatthias Krüger-4/+13
2024-02-03`Diagnostic` cleanupsNicholas Nethercote-1/+1
2024-01-31Rollup merge of #120495 - clubby789:remove-amdgpu-kernel, r=oli-obkNadrieril-2/+0
2024-01-30Remove `ffi_returns_twice` featureclubby789-4/+0
2024-01-30Remove the `abi_amdgpu_kernel` featureclubby789-2/+0
2024-01-30add missing potential_query_instability for keys and values in hashmapyukang-0/+1
2024-01-29Avoid ICE when is_val_statically_known is not of a supported typeAlex Huang-4/+13
2024-01-27Auto merge of #120062 - davidtwco:llvm-data-layout-check, r=wesleywiserbors-29/+18
2024-01-25Remove unused featuresclubby789-2/+0
2024-01-25Auto merge of #119911 - NCGThompson:is-statically-known, r=oli-obkbors-0/+18
2024-01-19Add new intrinsic `is_constant` and optimize `pow`Catherine Flores-0/+18
2024-01-19LLVM 18 x86 data layout updateMatthew Maurer-0/+8
2024-01-18llvm: simplify data layout checkDavid Wood-29/+18
2024-01-16Add unstable `-Z direct-access-external-data` cmdline flag for `rustc`WANG Rui-10/+15
2024-01-12Revert "Auto merge of #113923 - DianQK:restore-no-builtins-lto, r=pnkfelix"DianQK-4/+12
2024-01-12Revert "Auto merge of #118568 - DianQK:no-builtins-symbols, r=pnkfelix"DianQK-1/+1
2024-01-11coverage: Add enums to accommodate other kinds of coverage mappingsZalathar-25/+39
2024-01-11Change how `force-warn` lint diagnostics are recorded.Nicholas Nethercote-1/+1
2024-01-10Rename consuming chaining methods on `DiagnosticBuilder`.Nicholas Nethercote-3/+3
2024-01-10Rename `{create,emit}_warning` as `{create,emit}_warn`.Nicholas Nethercote-6/+6
2024-01-09Rollup merge of #117744 - quininer:add-z-sync-uw, r=bjorn3Matthias Krüger-4/+6
2024-01-08Use chaining in `DiagnosticBuilder` construction.Nicholas Nethercote-8/+6
2024-01-05Auto merge of #119621 - compiler-errors:rollup-5mxtvuk, r=compiler-errorsbors-6/+6
2024-01-05Rollup merge of #119538 - nnethercote:cleanup-errors-5, r=compiler-errorsMichael Goulet-6/+6
2024-01-05Auto merge of #118991 - nikic:scalar-pair, r=nagisabors-19/+34
2024-01-04Rollup merge of #119431 - taiki-e:asm-s390x-reg-addr, r=AmanieuMatthias Krüger-1/+4
2024-01-04Remove `is_lint` field from `Level::Error`.Nicholas Nethercote-1/+1
2024-01-03Rollup merge of #119514 - Zalathar:query-stability, r=wesleywiserLeón Orell Valerian Liehr-9/+4
2024-01-03Rollup merge of #119444 - compiler-errors:closure-or-coroutine, r=oli-obkLeón Orell Valerian Liehr-1/+1
2024-01-03Support reg_addr register class in s390x inline assemblyTaiki Endo-1/+4
2024-01-03Rename some `Diagnostic` setters.Nicholas Nethercote-5/+5
2024-01-02Address review commentsNikita Popov-1/+0
2024-01-02coverage: Avoid a query stability hazard in `function_coverage_map`Zalathar-9/+4
2023-12-31Add -Zuse-sync-unwindquininer-4/+6
2023-12-30Update to bitflags 2 in the compilerNilstrieb-2/+2
2023-12-30is_coroutine -> is_coroutine_or_closureMichael Goulet-1/+1
2023-12-30Auto merge of #118705 - WaffleLapkin:codegen-atomic-exhange-untuple, r=cjgillotbors-2/+4
2023-12-28Remove movability from TyKind::CoroutineMichael Goulet-5/+5