| Age | Commit message (Expand) | Author | Lines |
| 2023-09-16 | Auto merge of #115894 - matthiaskrgr:rollup-pe5efh4, r=matthiaskrgr | bors | -2/+5 |
| 2023-09-16 | Rollup merge of #115860 - Soveu:varargs2, r=WaffleLapkin | Matthias Krüger | -2/+5 |
| 2023-09-16 | Auto merge of #110800 - GuillaumeGomez:custom_code_classes_in_docs, r=t-rustdoc | bors | -0/+298 |
| 2023-09-16 | Rollup merge of #115866 - RalfJung:interpret-debug, r=compiler-errors | Matthias Krüger | -16/+15 |
| 2023-09-16 | Auto merge of #115315 - RalfJung:field-capture-packed-alignment, r=oli-obk | bors | -17/+12 |
| 2023-09-16 | Auto merge of #114494 - est31:extend_useless_ptr_null_checks, r=jackh726 | bors | -21/+31 |
| 2023-09-16 | Auto merge of #115829 - notriddle:notriddle/rustdoc-theme-css-merge, r=Guilla... | bors | -2/+3 |
| 2023-09-15 | special case `TyAndLayout` debug impl | Boxy | -16/+15 |
| 2023-09-15 | Implement new eBNF for codeblock attributes | Guillaume Gomez | -62/+146 |
| 2023-09-15 | Add support for double quotes in markdown codeblock attributes | Guillaume Gomez | -0/+50 |
| 2023-09-15 | Add tests for `custom_code_classes_in_docs` feature | Guillaume Gomez | -0/+164 |
| 2023-09-15 | rustdoc: merge theme css into rustdoc.css | Michael Howell | -2/+3 |
| 2023-09-15 | Canonicalize effect vars in new solver | Michael Goulet | -0/+22 |
| 2023-09-15 | Auto merge of #115859 - compiler-errors:effect-fallback, r=fee1-dead | bors | -1/+8 |
| 2023-09-14 | Auto merge of #115857 - notriddle:notriddle/gui-test-themes, r=GuillaumeGomez | bors | -1/+149 |
| 2023-09-14 | Enable varargs support for AAPCS calling convention | Soveu | -2/+5 |
| 2023-09-14 | Fallback effects even if types also fall back | Michael Goulet | -1/+8 |
| 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 | -1739/+1904 |
| 2023-09-14 | Rollup merge of #115844 - oli-obk:opaque_lifetime_ambiguity, r=jackh726 | Matthias Krüger | -14/+15 |
| 2023-09-14 | Rollup merge of #115834 - compiler-errors:binder-vars, r=jackh726 | Matthias Krüger | -0/+27 |
| 2023-09-14 | Rollup merge of #115832 - Zalathar:fix-no-coverage, r=oli-obk | Matthias Krüger | -1/+1 |
| 2023-09-14 | Paper over an accidental regression | Oli Scherer | -14/+15 |
| 2023-09-14 | Auto merge of #112038 - Nemo157:edition-2024-unsafe_op_in_unsafe_fn, r=RalfJung | bors | -0/+33 |
| 2023-09-14 | Auto merge of #115764 - RalfJung:const-by-ref-alloc-id, r=oli-obk | bors | -0/+183 |
| 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 | -5/+5 |
| 2023-09-14 | bless all | Ralf Jung | -0/+152 |
| 2023-09-14 | Auto merge of #115825 - cjgillot:expr-field-lint, r=compiler-errors | bors | -0/+15 |
| 2023-09-14 | Properly consider binder vars in HasTypeFlagsVisitor | Michael Goulet | -0/+27 |
| 2023-09-14 | Fix the error message for `#![feature(no_coverage)]` | Zalathar | -1/+1 |
| 2023-09-14 | Auto merge of #114656 - bossmc:rework-no-coverage-attr, r=oli-obk | bors | -141/+151 |
| 2023-09-13 | Visit ExprField for lint levels. | Camille GILLOT | -0/+15 |
| 2023-09-13 | Rollup merge of #115815 - bvanjoi:fix-115809, r=oli-obk | Matthias Krüger | -0/+32 |
| 2023-09-13 | Rollup merge of #115771 - RalfJung:no-more-const-err-lint, r=oli-obk | Matthias Krüger | -8/+12 |
| 2023-09-13 | fix: skip opt if body has tainted error | bohan | -0/+32 |
| 2023-09-13 | Address review comments | Matthew Jasper | -0/+347 |
| 2023-09-13 | Auto merge of #115269 - bvanjoi:fix-113834, r=petrochenkov | bors | -69/+136 |
| 2023-09-13 | Auto merge of #115735 - bjorn3:better_list_crate_metadata, r=wesleywiser | bors | -7/+7 |
| 2023-09-13 | resolve: determined binding after parent module macro expand | bohan | -69/+136 |
| 2023-09-13 | Auto merge of #115785 - fmease:fix-pat-regression, r=wesleywiser | bors | -0/+21 |
| 2023-09-12 | Auto merge of #115128 - davidtwco:re-enable-debuginfo-test, r=wesleywiser | bors | -1/+0 |
| 2023-09-12 | Only suggest turbofish in patterns if we may recover | León Orell Valerian Liehr | -0/+21 |
| 2023-09-12 | Auto merge of #115215 - ouz-a:mir_issue, r=lcnr | bors | -0/+49 |
| 2023-09-12 | cleanup leftovers of const_err lint | Ralf Jung | -8/+12 |
| 2023-09-12 | Auto merge of #115705 - cjgillot:const-prop-aggregate, r=oli-obk | bors | -63/+856 |
| 2023-09-12 | Auto merge of #115678 - RalfJung:abi-compat-test, r=petrochenkov | bors | -14/+64 |
| 2023-09-12 | add some DispatchFromDyn ABI compatibility tests | Ralf Jung | -0/+5 |
| 2023-09-12 | add enough cfg to make the test pass on problematic targets | Ralf Jung | -14/+39 |
| 2023-09-12 | also test ABI-compatibility for some unsized types | Ralf Jung | -2/+19 |