| Age | Commit message (Expand) | Author | Lines |
| 2023-09-16 | Rollup merge of #115884 - RalfJung:const-debug-print, r=oli-obk | Matthias Krüger | -6/+20 |
| 2023-09-16 | Auto merge of #115733 - Zoxc:group-dep-node-kinds, r=cjgillot | bors | -8/+28 |
| 2023-09-16 | Auto merge of #115894 - matthiaskrgr:rollup-pe5efh4, r=matthiaskrgr | bors | -148/+144 |
| 2023-09-16 | make ty::Const debug printing less verbose | Ralf Jung | -6/+20 |
| 2023-09-16 | Rollup merge of #115867 - Zalathar:debug, r=oli-obk | Matthias Krüger | -146/+141 |
| 2023-09-16 | Rollup merge of #115860 - Soveu:varargs2, r=WaffleLapkin | Matthias Krüger | -2/+3 |
| 2023-09-16 | Auto merge of #110800 - GuillaumeGomez:custom_code_classes_in_docs, r=t-rustdoc | bors | -8/+11 |
| 2023-09-16 | Auto merge of #115889 - matthiaskrgr:rollup-kfmauvh, r=matthiaskrgr | bors | -7/+55 |
| 2023-09-16 | Rollup merge of #115866 - RalfJung:interpret-debug, r=compiler-errors | Matthias Krüger | -7/+55 |
| 2023-09-16 | Fix invalid markdown codeblock label | Guillaume Gomez | -6/+6 |
| 2023-09-16 | Auto merge of #115740 - tmiasko:cache-reachable-set, r=cjgillot | bors | -0/+1 |
| 2023-09-16 | Auto merge of #115315 - RalfJung:field-capture-packed-alignment, r=oli-obk | bors | -36/+10 |
| 2023-09-16 | Auto merge of #114494 - est31:extend_useless_ptr_null_checks, r=jackh726 | bors | -24/+41 |
| 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-15 | special case `TyAndLayout` debug impl | Boxy | -3/+38 |
| 2023-09-15 | Fix incorrect codeblock attributes in docs | Guillaume Gomez | -2/+2 |
| 2023-09-15 | Implement custom classes for rustdoc code blocks with `custom_code_classes_in... | Guillaume Gomez | -0/+3 |
| 2023-09-15 | llvm-wrapper: adapt for LLVM API changes | Krasimir Georgiev | -5/+19 |
| 2023-09-15 | Auto merge of #115853 - obeis:hir-analysis-migrate-diagnostics-6, r=compiler-... | bors | -77/+116 |
| 2023-09-15 | make interpreter type Debug impl independent of Ty debug impl | Ralf Jung | -4/+17 |
| 2023-09-15 | Auto merge of #115850 - compiler-errors:effect-canon, r=fee1-dead | bors | -2/+25 |
| 2023-09-15 | Canonicalize effect vars in new solver | Michael Goulet | -2/+25 |
| 2023-09-15 | Auto merge of #115861 - clubby789:migrate-remove-semi-diag, r=compiler-errors | bors | -19/+36 |
| 2023-09-15 | Make 'remove semi to coerce match' diagnostic translatable | clubby789 | -19/+36 |
| 2023-09-15 | Auto merge of #115859 - compiler-errors:effect-fallback, r=fee1-dead | bors | -1/+1 |
| 2023-09-14 | Enable varargs support for AAPCS calling convention | Soveu | -2/+3 |
| 2023-09-14 | Fallback effects even if types also fall back | Michael Goulet | -1/+1 |
| 2023-09-14 | Auto merge of #115677 - matthewjasper:let-expr-recovery, r=b-naber | bors | -274/+297 |
| 2023-09-14 | Migrate `rustc_hir_analysis` to session diagnostic | Obei Sideg | -77/+116 |
| 2023-09-14 | Auto merge of #115848 - matthiaskrgr:rollup-lsul9dz, r=matthiaskrgr | bors | -26/+90 |
| 2023-09-14 | Rollup merge of #115844 - oli-obk:opaque_lifetime_ambiguity, r=jackh726 | Matthias Krüger | -1/+9 |
| 2023-09-14 | Rollup merge of #115834 - compiler-errors:binder-vars, r=jackh726 | Matthias Krüger | -15/+45 |
| 2023-09-14 | Rollup merge of #115832 - Zalathar:fix-no-coverage, r=oli-obk | Matthias Krüger | -2/+2 |
| 2023-09-14 | Rollup merge of #115772 - ouz-a:smir_span2, r=oli-obk | Matthias Krüger | -8/+34 |
| 2023-09-14 | Auto merge of #115804 - RalfJung:valtree-to-const-val, r=oli-obk | bors | -106/+78 |
| 2023-09-14 | Paper over an accidental regression | Oli Scherer | -1/+9 |
| 2023-09-14 | Auto merge of #115817 - fee1-dead-contrib:fix-codegen, r=oli-obk | bors | -40/+70 |
| 2023-09-14 | Auto merge of #112038 - Nemo157:edition-2024-unsafe_op_in_unsafe_fn, r=RalfJung | bors | -18/+7 |
| 2023-09-14 | Auto merge of #115764 - RalfJung:const-by-ref-alloc-id, r=oli-obk | bors | -175/+200 |
| 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 | -54/+36 |
| 2023-09-14 | treat host effect params as erased generics in codegen | Deadbeef | -40/+70 |
| 2023-09-14 | Auto merge of #115825 - cjgillot:expr-field-lint, r=compiler-errors | bors | -0/+9 |
| 2023-09-14 | found another place where we can eval() a const, and go through valtrees | Ralf Jung | -39/+14 |
| 2023-09-14 | always evaluate ConstantKind::Ty through valtrees | Ralf Jung | -16/+12 |
| 2023-09-14 | valtree_to_const_value: add fast-path for Scalar tuples/structs | Ralf Jung | -1/+16 |
| 2023-09-14 | make it more clear which functions create fresh AllocId | Ralf Jung | -39/+39 |