| Age | Commit message (Expand) | Author | Lines |
| 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-16 | Auto merge of #115829 - notriddle:notriddle/rustdoc-theme-css-merge, r=Guilla... | bors | -448/+808 |
| 2023-09-15 | Auto merge of #115878 - weihanglo:update-cargo, r=weihanglo | bors | -0/+0 |
| 2023-09-16 | Update cargo | Weihang Lo | -0/+0 |
| 2023-09-15 | rustdoc: avoid calling `document.write` after the page loads | Michael Howell | -2/+12 |
| 2023-09-15 | rustdoc: merge theme css into rustdoc.css | Michael Howell | -448/+798 |
| 2023-09-15 | Auto merge of #115871 - krasimirgg:llvm-18-en, r=durin42 | bors | -5/+19 |
| 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 #115851 - Alexendoo:clippy-doc-hidden-headers, r=flip1995 | bors | -1/+20 |
| 2023-09-15 | Auto merge of #115850 - compiler-errors:effect-canon, r=fee1-dead | bors | -2/+47 |
| 2023-09-15 | Canonicalize effect vars in new solver | Michael Goulet | -2/+47 |
| 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 | -2/+9 |
| 2023-09-14 | Auto merge of #115857 - notriddle:notriddle/gui-test-themes, r=GuillaumeGomez | bors | -1/+149 |
| 2023-09-14 | Fallback effects even if types also fall back | Michael Goulet | -2/+9 |
| 2023-09-14 | rusdoc: add gui test for custom CSS themes | Michael Howell | -1/+149 |
| 2023-09-14 | Auto merge of #115677 - matthewjasper:let-expr-recovery, r=b-naber | bors | -2017/+2205 |
| 2023-09-14 | Migrate `rustc_hir_analysis` to session diagnostic | Obei Sideg | -77/+116 |
| 2023-09-14 | Ignore `#[doc(hidden)]` functions in clippy doc lints | Alex Macleod | -1/+20 |
| 2023-09-14 | Auto merge of #115848 - matthiaskrgr:rollup-lsul9dz, r=matthiaskrgr | bors | -41/+133 |
| 2023-09-14 | Rollup merge of #115844 - oli-obk:opaque_lifetime_ambiguity, r=jackh726 | Matthias Krüger | -15/+24 |
| 2023-09-14 | Rollup merge of #115834 - compiler-errors:binder-vars, r=jackh726 | Matthias Krüger | -15/+72 |
| 2023-09-14 | Rollup merge of #115832 - Zalathar:fix-no-coverage, r=oli-obk | Matthias Krüger | -3/+3 |
| 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 | -15/+24 |
| 2023-09-14 | Auto merge of #115817 - fee1-dead-contrib:fix-codegen, r=oli-obk | bors | -41/+71 |
| 2023-09-14 | Auto merge of #112038 - Nemo157:edition-2024-unsafe_op_in_unsafe_fn, r=RalfJung | bors | -18/+40 |
| 2023-09-14 | Auto merge of #115764 - RalfJung:const-by-ref-alloc-id, r=oli-obk | bors | -220/+422 |
| 2023-09-14 | add regression test for something we fixed | Ralf Jung | -0/+31 |
| 2023-09-14 | fix clippy (and MIR printing) handling of ConstValue::Indirect slices | Ralf Jung | -44/+71 |
| 2023-09-14 | bless all | Ralf Jung | -0/+152 |
| 2023-09-14 | don't force all slice-typed ConstValue to be ConstValue::Slice | Ralf Jung | -54/+36 |
| 2023-09-14 | Auto merge of #115828 - clubby789:clubby-off-vacation, r=lqd | bors | -1/+1 |
| 2023-09-14 | treat host effect params as erased generics in codegen | Deadbeef | -41/+71 |
| 2023-09-14 | Auto merge of #115825 - cjgillot:expr-field-lint, r=compiler-errors | bors | -0/+24 |
| 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 | -45/+45 |
| 2023-09-14 | cleanup op_to_const a bit; rename ConstValue::ByRef → Indirect | Ralf Jung | -47/+40 |
| 2023-09-14 | use AllocId instead of Allocation in ConstValue::ByRef | Ralf Jung | -63/+80 |
| 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/+72 |