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