| Age | Commit message (Expand) | Author | Lines |
| 2023-09-14 | differentiate root and nested goals | lcnr | -10/+19 |
| 2023-09-14 | Auto merge of #115764 - RalfJung:const-by-ref-alloc-id, r=oli-obk | bors | -71/+109 |
| 2023-09-14 | fix clippy (and MIR printing) handling of ConstValue::Indirect slices | Ralf Jung | -26/+62 |
| 2023-09-14 | don't force all slice-typed ConstValue to be ConstValue::Slice | Ralf Jung | -18/+7 |
| 2023-09-14 | inspect: explicitly store added goals | lcnr | -0/+2 |
| 2023-09-14 | order `added_goals_evaluation` and `nested_probes` | lcnr | -7/+12 |
| 2023-09-14 | `GoalCandidate` to `Probe` | lcnr | -11/+14 |
| 2023-09-14 | treat host effect params as erased generics in codegen | Deadbeef | -11/+21 |
| 2023-09-14 | found another place where we can eval() a const, and go through valtrees | Ralf Jung | -6/+5 |
| 2023-09-14 | always evaluate ConstantKind::Ty through valtrees | Ralf Jung | -16/+12 |
| 2023-09-14 | make it more clear which functions create fresh AllocId | Ralf Jung | -11/+12 |
| 2023-09-14 | cleanup op_to_const a bit; rename ConstValue::ByRef → Indirect | Ralf Jung | -9/+15 |
| 2023-09-14 | use AllocId instead of Allocation in ConstValue::ByRef | Ralf Jung | -11/+17 |
| 2023-09-14 | Auto merge of #115751 - lcnr:inspect-cleanup, r=compiler-errors | bors | -80/+149 |
| 2023-09-14 | Properly consider binder vars in HasTypeFlagsVisitor | Michael Goulet | -15/+45 |
| 2023-09-14 | Auto merge of #114656 - bossmc:rework-no-coverage-attr, r=oli-obk | bors | -1/+1 |
| 2023-09-13 | rustc_middle: add `Scalar::from_i8` and `Scalar::from_i16` and use them in Miri | Eduardo Sánchez Muñoz | -0/+10 |
| 2023-09-13 | Rollup merge of #115736 - Zoxc:time-cleanup, r=wesleywiser | Matthias Krüger | -0/+37 |
| 2023-09-13 | Auto merge of #115803 - RalfJung:const-eval, r=oli-obk | bors | -249/+191 |
| 2023-09-13 | Generate MIR pass names for profiling on the fly and pass the body DefId as a... | John Kåre Alsaker | -0/+37 |
| 2023-09-13 | restore the old logic adjusting ty::UnevaluatedConst before evaluation | Ralf Jung | -29/+41 |
| 2023-09-13 | Auto merge of #115810 - nnethercote:folding-comments, r=WaffleLapkin | bors | -8/+8 |
| 2023-09-13 | Comments to clarify the working of `HasTypeFlagsVisitor`. | Nicholas Nethercote | -8/+8 |
| 2023-09-13 | make the set of methods between our two Const types more consistent | Ralf Jung | -150/+116 |
| 2023-09-13 | make the eval() functions on our const types return the resulting value | Ralf Jung | -161/+125 |
| 2023-09-12 | `#[diagnostic::on_unimplemented]` without filters | Georg Semmler | -0/+16 |
| 2023-09-12 | Auto merge of #115699 - RalfJung:interpret-abi-compat, r=oli-obk | bors | -8/+15 |
| 2023-09-11 | Rollup merge of #115743 - compiler-errors:no-impls, r=davidtwco | Matthias Krüger | -0/+4 |
| 2023-09-11 | Rollup merge of #115727 - fee1-dead-contrib:effect-fallback, r=oli-obk | Matthias Krüger | -24/+117 |
| 2023-09-11 | dedup `GoalEvaluationStep` and `GoalCandidate` | lcnr | -14/+19 |
| 2023-09-11 | add `is_host_effect` to `GenericParamDefKind::Const` and address review | Deadbeef | -4/+3 |
| 2023-09-11 | inspect: strongly typed CandidateKind | lcnr | -18/+89 |
| 2023-09-11 | Auto merge of #115656 - cjgillot:default-relative-spans, r=davidtwco | bors | -1/+1 |
| 2023-09-11 | revision -> iteration for added_goals_evaluation | lcnr | -3/+3 |
| 2023-09-11 | split GoalEvaluation and CanonicalGoalEvaluation | lcnr | -50/+43 |
| 2023-09-11 | Disentangle `Debug` and `Display` for `Ty`. | Nicholas Nethercote | -15/+51 |
| 2023-09-10 | Point out if a local trait has no implementations | Michael Goulet | -0/+4 |
| 2023-09-10 | Implement fallback for effect param | Deadbeef | -21/+115 |
| 2023-09-10 | Cache reachable_set on disk | Tomasz Miąsko | -0/+1 |
| 2023-09-09 | Use `FreezeLock` for `CStore` | John Kåre Alsaker | -5/+3 |
| 2023-09-09 | fix ptr_metadata_ty for DynStar type | Ralf Jung | -1/+3 |
| 2023-09-09 | give extra context to ABI mismatch errors | Ralf Jung | -7/+12 |
| 2023-09-09 | Auto merge of #115657 - Zoxc:source-span-avoid-query, r=cjgillot | bors | -1/+1 |
| 2023-09-08 | Auto merge of #115418 - Zoxc:freeze-source, r=oli-obk | bors | -1/+1 |
| 2023-09-08 | Auto merge of #115612 - cjgillot:const-prop-int, r=oli-obk | bors | -1/+13 |
| 2023-09-08 | Rework no_coverage to coverage(off) | Andy Caldwell | -1/+1 |
| 2023-09-08 | Rollup merge of #115629 - compiler-errors:sugg-deref-unsize, r=oli-obk | Matthias Krüger | -11/+8 |
| 2023-09-08 | Rollup merge of #115624 - compiler-errors:rtn-path, r=WaffleLapkin | Matthias Krüger | -0/+11 |
| 2023-09-08 | Avoid a `source_span` query when encoding Spans into query results | John Kåre Alsaker | -1/+1 |
| 2023-09-07 | Enable incremental-relative-spans by default. | Camille GILLOT | -1/+1 |