| Age | Commit message (Expand) | Author | Lines |
| 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 | 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 | 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 |
| 2023-09-14 | cleanup op_to_const a bit; rename ConstValue::ByRef → Indirect | Ralf Jung | -45/+38 |
| 2023-09-14 | use AllocId instead of Allocation in ConstValue::ByRef | Ralf Jung | -38/+52 |
| 2023-09-14 | a bit of cleanup in valtree_to_const_value | Ralf Jung | -51/+37 |
| 2023-09-14 | Auto merge of #115751 - lcnr:inspect-cleanup, r=compiler-errors | bors | -285/+349 |
| 2023-09-14 | Properly consider binder vars in HasTypeFlagsVisitor | Michael Goulet | -15/+45 |
| 2023-09-14 | Fix the error message for `#![feature(no_coverage)]` | Zalathar | -2/+2 |
| 2023-09-14 | Auto merge of #114656 - bossmc:rework-no-coverage-attr, r=oli-obk | bors | -57/+83 |
| 2023-09-14 | span is index | ouz-a | -8/+34 |
| 2023-09-13 | Visit ExprField for lint levels. | Camille GILLOT | -0/+9 |
| 2023-09-13 | Auto merge of #115820 - matthiaskrgr:rollup-kyglvpu, r=matthiaskrgr | bors | -142/+122 |
| 2023-09-13 | Rollup merge of #115815 - bvanjoi:fix-115809, r=oli-obk | Matthias Krüger | -0/+5 |
| 2023-09-13 | Rollup merge of #115798 - RalfJung:non_1zst_field, r=wesleywiser | Matthias Krüger | -89/+49 |
| 2023-09-13 | Rollup merge of #115771 - RalfJung:no-more-const-err-lint, r=oli-obk | Matthias Krüger | -23/+4 |
| 2023-09-13 | Rollup merge of #115736 - Zoxc:time-cleanup, r=wesleywiser | Matthias Krüger | -30/+64 |
| 2023-09-13 | Auto merge of #115797 - cjgillot:const-prop-noclone, r=oli-obk | bors | -133/+111 |
| 2023-09-13 | fix: skip opt if body has tainted error | bohan | -0/+5 |
| 2023-09-13 | Address review comments | Matthew Jasper | -4/+15 |
| 2023-09-13 | Auto merge of #115803 - RalfJung:const-eval, r=oli-obk | bors | -339/+239 |
| 2023-09-13 | Auto merge of #115269 - bvanjoi:fix-113834, r=petrochenkov | bors | -11/+18 |
| 2023-09-13 | Bring back `verbose_generic_activity_with_arg` | John Kåre Alsaker | -0/+19 |
| 2023-09-13 | Generate MIR pass names for profiling on the fly and pass the body DefId as a... | John Kåre Alsaker | -4/+47 |