about summary refs log tree commit diff
path: root/compiler/rustc_codegen_llvm/src
AgeCommit message (Expand)AuthorLines
2024-02-06Add CoroutineClosure to TyKind, AggregateKind, UpvarArgsMichael Goulet-1/+1
2024-02-04Auto merge of #120624 - matthiaskrgr:rollup-3gvcl20, r=matthiaskrgrbors-4/+13
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 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-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
2023-12-28Change `rustc_codegen_ssa`'s `atomic_cmpxchg` interface to return a pair of v...Bernd Schmidt-2/+4
2023-12-26Auto merge of #119146 - nnethercote:rm-DiagCtxt-api-duplication, r=compiler-e...bors-36/+41
2023-12-24Auto merge of #119139 - michaelwoerister:cleanup-stable-source-file-id, r=cjg...bors-5/+6
2023-12-24Remove `Session` methods that duplicate `DiagCtxt` methods.Nicholas Nethercote-36/+41
2023-12-22Rollup merge of #119171 - nnethercote:cleanup-errors-4, r=compiler-errorsMichael Goulet-1/+1
2023-12-23Improve some names.Nicholas Nethercote-1/+1
2023-12-22update cfg(bootstrap)sPietro Albini-1/+0
2023-12-22Auto merge of #119097 - nnethercote:fix-EmissionGuarantee, r=compiler-errorsbors-12/+15
2023-12-19Unify SourceFile::name_hash and StableSourceFileIdMichael Woerister-5/+6
2023-12-19Add `level` arg to `into_diagnostic`.Nicholas Nethercote-12/+15
2023-12-18Auto merge of #119069 - matthiaskrgr:rollup-xxk4m30, r=matthiaskrgrbors-3/+11
2023-12-18Rollup merge of #118852 - Zalathar:no-spans, r=cjgillotMatthias Krüger-3/+11