| Age | Commit message (Expand) | Author | Lines |
| 2023-09-17 | nop_lift macros: ensure that we are using the right interner | Ralf Jung | -0/+24 |
| 2023-09-17 | Auto merge of #114452 - weiznich:feature/diagnostic_on_unimplemented, r=compi... | bors | -0/+16 |
| 2023-09-16 | Rollup merge of #115884 - RalfJung:const-debug-print, r=oli-obk | Matthias Krüger | -6/+20 |
| 2023-09-16 | miri: reduce code duplication in SSE/SSE2 bin_op_* functions | Eduardo Sánchez Muñoz | -4/+8 |
| 2023-09-16 | make ty::Const debug printing less verbose | Ralf Jung | -6/+20 |
| 2023-09-16 | Auto merge of #110800 - GuillaumeGomez:custom_code_classes_in_docs, r=t-rustdoc | bors | -2/+2 |
| 2023-09-16 | thir::pattern: update some comments and error type names | Ralf Jung | -6/+10 |
| 2023-09-16 | Auto merge of #115740 - tmiasko:cache-reachable-set, r=cjgillot | bors | -0/+1 |
| 2023-09-15 | Fix incorrect codeblock attributes in docs | Guillaume Gomez | -2/+2 |
| 2023-09-14 | don't point at const usage site for resolution-time errors | Ralf Jung | -17/+50 |
| 2023-09-14 | move required_consts check to general post-mono-check function | Ralf Jung | -15/+65 |
| 2023-09-14 | Auto merge of #115848 - matthiaskrgr:rollup-lsul9dz, r=matthiaskrgr | bors | -15/+45 |
| 2023-09-14 | Rollup merge of #115834 - compiler-errors:binder-vars, r=jackh726 | Matthias Krüger | -15/+45 |
| 2023-09-14 | Auto merge of #115804 - RalfJung:valtree-to-const-val, r=oli-obk | bors | -22/+17 |
| 2023-09-14 | Auto merge of #115817 - fee1-dead-contrib:fix-codegen, r=oli-obk | bors | -11/+21 |
| 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 |