about summary refs log tree commit diff
path: root/compiler
AgeCommit message (Expand)AuthorLines
2024-02-21Auto merge of #121172 - Nadrieril:simplify-empty-selection, r=matthewjasperbors-103/+62
2024-02-21Auto merge of #120904 - Nadrieril:match-lowering-intermediate-repr, r=matthew...bors-256/+215
2024-02-20Rollup merge of #121350 - compiler-errors:resolve, r=oli-obkMatthias Krüger-15/+3
2024-02-20Rollup merge of #121344 - fmease:lta-constr-by-input, r=oli-obkMatthias Krüger-162/+230
2024-02-20Rollup merge of #121323 - compiler-errors:raw-param-types, r=oli-obkMatthias Krüger-2/+6
2024-02-20Rollup merge of #121322 - compiler-errors:next-solver-fulfillment-ice, r=lcnrMatthias Krüger-1/+4
2024-02-20Move the peeling function for weak alias typesLeón Orell Valerian Liehr-28/+34
2024-02-20Use expand_weak_alias_tys when collecting constrained generics params in implsLeón Orell Valerian Liehr-40/+25
2024-02-20Expand weak alias types before collecting constrained and referenced late bou...León Orell Valerian Liehr-16/+18
2024-02-20Introduce expand_weak_alias_tysLeón Orell Valerian Liehr-39/+103
2024-02-20Rename some normalization-related itemsLeón Orell Valerian Liehr-40/+51
2024-02-20Upgrade a `debug_assert` to `assert`Nadrieril-4/+1
2024-02-20Fix stray trait mismatch in resolve_associated_item for AsyncFnMichael Goulet-15/+3
2024-02-20Rollup merge of #121318 - kadiwa4:no_assembly_in_supposedly_safe_code, r=Nils...Nilstrieb-2/+12
2024-02-20Rollup merge of #121291 - heiher:revert-medium-cmodel, r=NilstriebNilstrieb-4/+3
2024-02-20Rollup merge of #121286 - gurry:constprop-lint-rename, r=oli-obkNilstrieb-17/+19
2024-02-20Rollup merge of #121167 - petrochenkov:unload2, r=wesleywiserNilstrieb-17/+18
2024-02-20Auto merge of #120576 - nnethercote:merge-Diagnostic-DiagnosticBuilder, r=dav...bors-788/+968
2024-02-20Auto merge of #121087 - oli-obk:eager_const_failures, r=lcnrbors-29/+12
2024-02-20Auto merge of #121327 - Nilstrieb:rollup-zxcwwwy, r=Nilstriebbors-1008/+1014
2024-02-20Rollup merge of #121319 - compiler-errors:err, r=oli-obkNilstrieb-0/+5
2024-02-20Rollup merge of #121307 - estebank:drive-by, r=compiler-errorsNilstrieb-17/+20
2024-02-20Rollup merge of #121256 - Jarcho:visitor2, r=oli-obkNilstrieb-769/+959
2024-02-20Rollup merge of #121205 - nnethercote:fix-stable-mir-CompilerError, r=oli-obkNilstrieb-10/+12
2024-02-20Rollup merge of #120716 - spastorino:change-some-lint-msgs, r=lcnrNilstrieb-212/+18
2024-02-20Auto merge of #120692 - Nadrieril:move-column-analysis-to-placeinfo, r=compil...bors-74/+90
2024-02-20Don't use raw parameter types in find_builder_fnMichael Goulet-2/+6
2024-02-20Reduce capabilities of `Diagnostic`.Nicholas Nethercote-377/+476
2024-02-20Simply do not ICEMichael Goulet-1/+4
2024-02-20Rename `ConstPropLint` to `KnownPanicsLint`Gurinder Singh-17/+19
2024-02-20Auto merge of #121296 - madsmtm:fix-mac-catalyst-deployment-target, r=shepmasterbors-72/+53
2024-02-19return ty::Error when equating ty::ErrorMichael Goulet-0/+5
2024-02-20trigger `unsafe_code` on `global_asm!` invocationsKalle Wachsmuth-2/+12
2024-02-19Always evaluate free constants and statics, even if previous errors occurredOli Scherer-29/+12
2024-02-19Auto merge of #121211 - lcnr:nll-relate-handle-infer, r=BoxyUwUbors-542/+334
2024-02-19Inline do_orphan_check_implSantiago Pastorino-17/+9
2024-02-19Remove suspicious auto trait lintSantiago Pastorino-195/+9
2024-02-19Update commentsNadrieril-8/+5
2024-02-19Don't default `fully_matched` to false to avoid mistakesNadrieril-10/+23
2024-02-19Compute subpairs when creating match pairNadrieril-78/+72
2024-02-19Eagerly simplify match pairsNadrieril-102/+61
2024-02-19Don't repeatedly simplify already-simplified match pairsNadrieril-11/+7
2024-02-19Make `simplify_candidate` more generalNadrieril-48/+56
2024-02-19Move `Or` test outside of `simplify_candidate`Nadrieril-31/+26
2024-02-19Switch to Vec of MatchPairsNadrieril-6/+3
2024-02-19Drive-by `DUMMY_SP` -> `Span` and fmt changesEsteban Küber-17/+20
2024-02-19Auto merge of #120463 - lcnr:eager-inference-replacement, r=compiler-errorsbors-917/+814
2024-02-19Lower default Mac Catalyst deployment target to 13.1Mads Marquart-1/+2
2024-02-19Merge deployment target variable loading on iOS and Mac CatalystMads Marquart-26/+21
2024-02-19Fix ld platform_version argument on Mac CatalystMads Marquart-29/+13