| Age | Commit message (Expand) | Author | Lines |
| 2023-09-19 | Rollup merge of #115499 - msizanoen1:riscv-fix-transparent-union-abi, r=bjorn3 | Guillaume Gomez | -0/+4 |
| 2023-09-19 | Auto merge of #115865 - RalfJung:mir-mod, r=oli-obk | bors | -2136/+2176 |
| 2023-09-19 | rustc_target/riscv: Fix passing of transparent unions with only one non-ZST m... | msizanoen | -0/+4 |
| 2023-09-19 | comment on the difference between mir::ConstantKind::Unevaluated and mir::Con... | Ralf Jung | -0/+5 |
| 2023-09-19 | move ConstValue into mir | Ralf Jung | -186/+181 |
| 2023-09-19 | organize mir pretty.rs and move more things into it; move statement-related t... | Ralf Jung | -1371/+1393 |
| 2023-09-19 | use pretty_print_const_value from MIR constant 'extra' printing | Ralf Jung | -128/+134 |
| 2023-09-19 | move some MIR const pretty-printing into pretty.rs | Ralf Jung | -177/+176 |
| 2023-09-19 | more MIR const types to separate file | Ralf Jung | -409/+422 |
| 2023-09-19 | Don't resolve generic instances if they may be shadowed by dyn | Michael Goulet | -0/+27 |
| 2023-09-19 | Rollup merge of #115873 - BoxyUwU:tykind_adt_debug, r=oli-obk | Matthias Krüger | -0/+1 |
| 2023-09-18 | Auto merge of #115748 - RalfJung:post-mono, r=oli-obk | bors | -24/+105 |
| 2023-09-18 | make more pretty | Boxy | -0/+1 |
| 2023-09-18 | Rollup merge of #115907 - RalfJung:interner-check, r=compiler-errors | Matthias Krüger | -0/+24 |
| 2023-09-18 | Rollup merge of #115838 - lcnr:added-goals, r=compiler-errors | Matthias Krüger | -24/+43 |
| 2023-09-18 | Remove more unused `Lift` impls. | Nicholas Nethercote | -120/+36 |
| 2023-09-18 | Remove unused `Lift` derives. | Nicholas Nethercote | -49/+47 |
| 2023-09-18 | Rename `CloneLiftImpls` as `TrivialLiftImpls`. | Nicholas Nethercote | -4/+4 |
| 2023-09-18 | Remove unused `Display` impls. | Nicholas Nethercote | -6/+0 |
| 2023-09-18 | Remove `RegionHighlightMode::tcx`. | Nicholas Nethercote | -14/+9 |
| 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 | 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 | 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/+48 |
| 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 | Rollup merge of #115736 - Zoxc:time-cleanup, r=wesleywiser | Matthias Krüger | -0/+37 |