| Age | Commit message (Expand) | Author | Lines |
| 2023-09-18 | Rollup merge of #115908 - cjgillot:lint-noclone, r=oli-obk | Matthias Krüger | -21/+4 |
| 2023-09-17 | Do not clone MIR for const-prop lint. | Camille GILLOT | -21/+4 |
| 2023-09-16 | coverage: Replace an unnecessary map with a set | Zalathar | -7/+7 |
| 2023-09-16 | coverage: Simplify internal representation of debug types | Zalathar | -135/+131 |
| 2023-09-16 | coverage: Update log module names in debug docs | Zalathar | -2/+2 |
| 2023-09-16 | coverage: Arrange imports in `rustc_mir_transform::coverage::debug` | Zalathar | -9/+8 |
| 2023-09-14 | Auto merge of #115817 - fee1-dead-contrib:fix-codegen, r=oli-obk | bors | -1/+6 |
| 2023-09-14 | treat host effect params as erased generics in codegen | Deadbeef | -1/+6 |
| 2023-09-14 | make it more clear which functions create fresh AllocId | Ralf Jung | -1/+1 |
| 2023-09-14 | cleanup op_to_const a bit; rename ConstValue::ByRef → Indirect | Ralf Jung | -3/+3 |
| 2023-09-14 | use AllocId instead of Allocation in ConstValue::ByRef | Ralf Jung | -5/+4 |
| 2023-09-13 | Auto merge of #115820 - matthiaskrgr:rollup-kyglvpu, r=matthiaskrgr | bors | -1/+15 |
| 2023-09-13 | Rollup merge of #115815 - bvanjoi:fix-115809, r=oli-obk | Matthias Krüger | -0/+5 |
| 2023-09-13 | Rollup merge of #115736 - Zoxc:time-cleanup, r=wesleywiser | Matthias Krüger | -1/+10 |
| 2023-09-13 | Auto merge of #115797 - cjgillot:const-prop-noclone, r=oli-obk | bors | -129/+102 |
| 2023-09-13 | fix: skip opt if body has tainted error | bohan | -0/+5 |
| 2023-09-13 | Generate MIR pass names for profiling on the fly and pass the body DefId as a... | John Kåre Alsaker | -4/+10 |
| 2023-09-13 | make the set of methods between our two Const types more consistent | Ralf Jung | -2/+2 |
| 2023-09-13 | make the eval() functions on our const types return the resulting value | Ralf Jung | -5/+3 |
| 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 | -0/+3 |
| 2023-09-11 | Remove cur_span hook. | Camille GILLOT | -7/+3 |
| 2023-09-11 | Reuse throw_machine_stop_str! macro. | Camille GILLOT | -53/+24 |
| 2023-09-11 | Return ImmTy in discriminant_for_variant. | Camille GILLOT | -8/+5 |
| 2023-09-11 | Interpret Immediate::Uninit as Bottom. | Camille GILLOT | -13/+10 |
| 2023-09-11 | Support CopyForDeref. | Camille GILLOT | -0/+6 |
| 2023-09-11 | Handle reading statics. | Camille GILLOT | -38/+86 |
| 2023-09-11 | Support non-scalar constants. | Camille GILLOT | -6/+100 |
| 2023-09-10 | Remove `verbose_generic_activity_with_arg` | John Kåre Alsaker | -1/+4 |
| 2023-09-08 | Auto merge of #115612 - cjgillot:const-prop-int, r=oli-obk | bors | -116/+207 |
| 2023-09-08 | Rollup merge of #115643 - bvanjoi:fix-115203, r=RalfJung,oli-obk | Guillaume Gomez | -0/+4 |
| 2023-09-08 | Auto merge of #115586 - Zalathar:query, r=cjgillot | bors | -72/+51 |
| 2023-09-08 | fix: return ealry when has tainted in mir-lint | bohan | -0/+4 |
| 2023-09-07 | Auto merge of #115602 - oli-obk:lower_intrinsics, r=petrochenkov | bors | -18/+1 |
| 2023-09-07 | coverage: In the visitor, track max counter/expression IDs without +1 | Zalathar | -25/+25 |
| 2023-09-07 | coverage: Simplify the `coverageinfo` query to a single pass | Zalathar | -30/+13 |
| 2023-09-07 | coverage: Extract a common iterator over a function's coverage statements | Zalathar | -23/+19 |
| 2023-09-06 | Auto merge of #115615 - matthiaskrgr:rollup-49fosdf, r=matthiaskrgr | bors | -1/+1 |
| 2023-09-06 | Auto merge of #115252 - cjgillot:mir-composite, r=davidtwco | bors | -62/+36 |
| 2023-09-06 | Propagate PlaceElem::Index. | Camille GILLOT | -11/+33 |
| 2023-09-06 | Support array length. | Camille GILLOT | -0/+30 |
| 2023-09-06 | Implement algebraic simplifications. | Camille GILLOT | -4/+32 |
| 2023-09-06 | Support a few more rvalues. | Camille GILLOT | -33/+50 |
| 2023-09-06 | fix #115348 | mojave2 | -1/+1 |
| 2023-09-06 | Don't report any errors in `lower_intrinsics`. They should have been typecked... | Oli Scherer | -18/+1 |
| 2023-09-05 | Support non-trivial scalars in ConstProp. | Camille GILLOT | -1/+1 |
| 2023-09-05 | Remove type from ScalarTy. | Camille GILLOT | -68/+62 |