about summary refs log tree commit diff
path: root/compiler
AgeCommit message (Expand)AuthorLines
2023-09-14Auto merge of #114656 - bossmc:rework-no-coverage-attr, r=oli-obkbors-57/+83
2023-09-13Auto merge of #115820 - matthiaskrgr:rollup-kyglvpu, r=matthiaskrgrbors-142/+122
2023-09-13Rollup merge of #115815 - bvanjoi:fix-115809, r=oli-obkMatthias Krüger-0/+5
2023-09-13Rollup merge of #115798 - RalfJung:non_1zst_field, r=wesleywiserMatthias Krüger-89/+49
2023-09-13Rollup merge of #115771 - RalfJung:no-more-const-err-lint, r=oli-obkMatthias Krüger-23/+4
2023-09-13Rollup merge of #115736 - Zoxc:time-cleanup, r=wesleywiserMatthias Krüger-30/+64
2023-09-13Auto merge of #115797 - cjgillot:const-prop-noclone, r=oli-obkbors-133/+111
2023-09-13fix: skip opt if body has tainted errorbohan-0/+5
2023-09-13Auto merge of #115803 - RalfJung:const-eval, r=oli-obkbors-339/+239
2023-09-13Auto merge of #115269 - bvanjoi:fix-113834, r=petrochenkovbors-11/+18
2023-09-13Bring back `verbose_generic_activity_with_arg`John Kåre Alsaker-0/+19
2023-09-13Generate MIR pass names for profiling on the fly and pass the body DefId as a...John Kåre Alsaker-4/+47
2023-09-13Auto merge of #115735 - bjorn3:better_list_crate_metadata, r=wesleywiserbors-24/+199
2023-09-13restore the old logic adjusting ty::UnevaluatedConst before evaluationRalf Jung-29/+41
2023-09-13resolve: determined binding after parent module macro expandbohan-11/+18
2023-09-13Auto merge of #115810 - nnethercote:folding-comments, r=WaffleLapkinbors-15/+20
2023-09-13Comments to clarify the working of `HasTypeFlagsVisitor`.Nicholas Nethercote-8/+8
2023-09-13Explain why `TypeFoldable` is a sub-trait of `TypeVisitable`.Nicholas Nethercote-0/+6
2023-09-13Fix some minor mistakes in comments.Nicholas Nethercote-7/+6
2023-09-13make the set of methods between our two Const types more consistentRalf Jung-156/+122
2023-09-13make the eval() functions on our const types return the resulting valueRalf Jung-245/+167
2023-09-13Auto merge of #115793 - spastorino:smir-explicit-predicates-of, r=oli-obkbors-0/+22
2023-09-13Auto merge of #115785 - fmease:fix-pat-regression, r=wesleywiserbors-1/+2
2023-09-12Do not fetch type to check generator.Camille GILLOT-1/+1
2023-09-12Do not clone body for ConstProp.Camille GILLOT-25/+8
2023-09-12Reuse CollectAndPatch for normal ConstProp.Camille GILLOT-90/+72
2023-09-12Store a ConstantKind in CollectAndPatch.Camille GILLOT-23/+28
2023-09-12Introduce Machine::POST_MONO_CHECKS.Camille GILLOT-4/+12
2023-09-12add helper method for finding the one non-1-ZST fieldRalf Jung-89/+49
2023-09-12Add explicit_predicates_of to SMIRSantiago Pastorino-0/+22
2023-09-12Fix two typosbjorn3-2/+2
2023-09-12Only suggest turbofish in patterns if we may recoverLeón Orell Valerian Liehr-1/+2
2023-09-12Auto merge of #115215 - ouz-a:mir_issue, r=lcnrbors-4/+4
2023-09-12cleanup leftovers of const_err lintRalf Jung-23/+4
2023-09-12Auto merge of #115728 - chenyukang:yukang-fix-diag-generic-parameters, r=cjgi...bors-20/+0
2023-09-12Auto merge of #115705 - cjgillot:const-prop-aggregate, r=oli-obkbors-80/+215
2023-09-12Auto merge of #115769 - matthiaskrgr:rollup-bo82nn9, r=matthiaskrgrbors-2/+34
2023-09-12Rollup merge of #115765 - asquared31415:cast_diag, r=WaffleLapkinMatthias Krüger-2/+7
2023-09-12Rollup merge of #115687 - mati865:i686-pc-windows-gnullvm-triple, r=wesleywiserMatthias Krüger-0/+27
2023-09-12Auto merge of #115699 - RalfJung:interpret-abi-compat, r=oli-obkbors-87/+210
2023-09-12Auto merge of #115689 - Alexendoo:clippy-doc-comments, r=notriddle,Manisheart...bors-1/+88
2023-09-12Auto merge of #115671 - Zalathar:mapgen, r=wesleywiserbors-89/+103
2023-09-12cleanup on messagesyukang-20/+0
2023-09-11Auto merge of #115767 - matthiaskrgr:rollup-byf3lvq, r=matthiaskrgrbors-184/+216
2023-09-11Remove assert that checks type equalityouz-a-4/+4
2023-09-11Rollup merge of #115749 - oli-obk:smir_consts, r=compiler-errorsMatthias Krüger-1/+1
2023-09-11Rollup merge of #115730 - bjorn3:some_driver_refactors, r=compiler-errorsMatthias Krüger-7/+7
2023-09-11Rollup merge of #115708 - RalfJung:homogeneous, r=davidtwcoMatthias Krüger-4/+9
2023-09-11Rollup merge of #115631 - compiler-errors:ctypes-unsized, r=davidtwcoMatthias Krüger-1/+6
2023-09-11Rollup merge of #115548 - Zoxc:parallel-extract, r=wesleywiserMatthias Krüger-171/+193