about summary refs log tree commit diff
path: root/compiler
AgeCommit message (Expand)AuthorLines
2023-12-20Auto merge of #119134 - petrochenkov:feedvis2, r=compiler-errorsbors-2/+8
2023-12-20Auto merge of #119156 - matthiaskrgr:rollup-482ow65, r=matthiaskrgrbors-146/+920
2023-12-20Rollup merge of #119107 - lcnr:uwuwu, r=compiler-errorsMatthias Krüger-12/+3
2023-12-20Rollup merge of #119094 - celinval:smir-layout, r=compiler-errorsMatthias Krüger-21/+650
2023-12-20Rollup merge of #119089 - fmease:dont-ice-on-tilde-const-non-const-trait, r=f...Matthias Krüger-1/+1
2023-12-20Rollup merge of #119071 - lcnr:overflowo, r=compiler-errorsMatthias Krüger-103/+235
2023-12-20Rollup merge of #118973 - Enselic:fix-IncorrectCguReuseType, r=michaelwoeristerMatthias Krüger-2/+2
2023-12-20Rollup merge of #118691 - chfogelman:improve-cstr-error, r=fmeaseMatthias Krüger-7/+29
2023-12-20Auto merge of #119118 - arttet:feature/fix-arm64e-targets, r=petrochenkovbors-10/+5
2023-12-20Auto merge of #119096 - compiler-errors:yeet-unnecessary-param-envs, r=lcnrbors-108/+48
2023-12-19Improve compiler error for c-strings in pre-2021Carter Hunt Fogelman-7/+29
2023-12-19Auto merge of #119112 - Nadrieril:remove-target_blocks-hack, r=matthewjasperbors-71/+65
2023-12-19resolve: Feed visibilities for unresolved trait impl itemsVadim Petrochenkov-2/+8
2023-12-19rustc_codegen_ssa: Don't let `IncorrectCguReuseType` errors get lostMartin Nordholts-2/+2
2023-12-19Auto merge of #119084 - aliemjay:perf-env-bounds, r=compiler-errorsbors-2/+12
2023-12-19Fix c_variadic flag and add opaque info to PassModeCelina G. Val-13/+23
2023-12-19Auto merge of #118842 - Nadrieril:librarify-further, r=compiler-errorsbors-473/+712
2023-12-19Remove param env from relation altogetherMichael Goulet-38/+22
2023-12-19add commentlcnr-0/+14
2023-12-19fast path for declared_generic_bounds_from_envAli MJ Al-Nasrawy-2/+12
2023-12-19Remove unnecessary param-env from lexical region resolution and fully structu...Michael Goulet-68/+28
2023-12-19Do not evaluate in structurally_relate_tysMichael Goulet-7/+3
2023-12-19effects: fix commentLeón Orell Valerian Liehr-1/+1
2023-12-19Merge commit '3a9bf729322fb5035518f99b9d76a742bf7c124e' into sync_cg_clif-202...bjorn3-117/+225
2023-12-19Use LLVM features for arm64e_apple_ios targetArtyom Tetyukhin-1/+1
2023-12-19Remove legacy bitcode defaultsArtyom Tetyukhin-9/+4
2023-12-19Auto merge of #119110 - matthiaskrgr:rollup-vr6ha8x, r=matthiaskrgrbors-33/+41
2023-12-19Remove the `make_target_blocks` hackNadrieril-71/+65
2023-12-19Rollup merge of #119100 - celinval:smir-body-span, r=compiler-errorsMatthias Krüger-2/+9
2023-12-19Rollup merge of #119091 - compiler-errors:alias-eq-in-structural-normalize, r...Matthias Krüger-31/+32
2023-12-19Auto merge of #119093 - michaelwoerister:mcp533-18, r=petrochenkovbors-41/+36
2023-12-19Auto merge of #119074 - leohowell:new-aarch64-apple-watchos-target, r=wesleyw...bors-0/+20
2023-12-19subtype_predicate: remove unnecessary probelcnr-12/+3
2023-12-19Auto merge of #119047 - mu001999:fix/118772, r=wesleywiserbors-52/+54
2023-12-18Add the function body span to StableMIRCelina G. Val-2/+9
2023-12-19Auto merge of #119061 - compiler-errors:async-gen-abi, r=wesleywiserbors-23/+36
2023-12-18Auto merge of #119023 - compiler-errors:fn-trait-constness, r=fee1-deadbors-51/+130
2023-12-18Check const_eval_select intrinsic correctlyMichael Goulet-29/+59
2023-12-18Check FnPtr/FnDef built-in fn traits correctly with effectsMichael Goulet-22/+71
2023-12-18Replace some instances of FxHashMap/FxHashSet with stable alternatives (mostl...Michael Woerister-41/+36
2023-12-18Add function ABI and type layout to StableMIRCelina G. Val-21/+640
2023-12-18Use alias-eq in structural normalizationMichael Goulet-31/+32
2023-12-18Rollup merge of #118941 - krasimirgg:llvm-cov, r=nikicMatthias Krüger-0/+3
2023-12-18Check generic params after sigature for main-fn-tyr0cky-52/+54
2023-12-18Auto merge of #118584 - gurry:118144-projection-kind-mismatched, r=WaffleLapkinbors-36/+24
2023-12-18Auto merge of #117818 - fmease:properly-reject-defaultness-on-free-consts, r=...bors-5/+7
2023-12-18llvm-wrapper: adapt for LLVM API changesKrasimir Georgiev-0/+3
2023-12-18Fix ICE `ProjectionKinds Deref and Field were mismatched`Gurinder Singh-36/+24
2023-12-18Add new tier 3 aarch64-apple-watchos targetleohowell-0/+20
2023-12-18Auto merge of #119069 - matthiaskrgr:rollup-xxk4m30, r=matthiaskrgrbors-24/+68