| Age | Commit message (Expand) | Author | Lines |
| 2023-09-12 | Auto merge of #115705 - cjgillot:const-prop-aggregate, r=oli-obk | bors | -143/+1071 |
| 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 |
| 2023-09-12 | make sure the types in the ABI compat test actually type-check | Ralf Jung | -2/+5 |
| 2023-09-12 | Auto merge of #115769 - matthiaskrgr:rollup-bo82nn9, r=matthiaskrgr | bors | -16/+134 |
| 2023-09-12 | Rollup merge of #115768 - spastorino:remove-spastorino-vacations, r=spastorino | Matthias Krüger | -1/+1 |
| 2023-09-12 | Rollup merge of #115765 - asquared31415:cast_diag, r=WaffleLapkin | Matthias Krüger | -14/+103 |
| 2023-09-12 | Rollup merge of #115687 - mati865:i686-pc-windows-gnullvm-triple, r=wesleywiser | Matthias Krüger | -1/+30 |
| 2023-09-12 | Auto merge of #115699 - RalfJung:interpret-abi-compat, r=oli-obk | bors | -116/+270 |
| 2023-09-12 | Auto merge of #115689 - Alexendoo:clippy-doc-comments, r=notriddle,Manisheart... | bors | -303/+325 |
| 2023-09-12 | Auto merge of #115671 - Zalathar:mapgen, r=wesleywiser | bors | -89/+103 |
| 2023-09-11 | Auto merge of #115767 - matthiaskrgr:rollup-byf3lvq, r=matthiaskrgr | bors | -196/+442 |
| 2023-09-11 | Remove spastorino as "on vacation" | Santiago Pastorino | -1/+1 |
| 2023-09-11 | Rollup merge of #115761 - rustbot:docs-update, r=ehuss | Matthias Krüger | -0/+0 |
| 2023-09-11 | Rollup merge of #115757 - DianQK:lto-linkage-used-attr, r=wesleywiser | Matthias Krüger | -0/+69 |
| 2023-09-11 | Rollup merge of #115749 - oli-obk:smir_consts, r=compiler-errors | Matthias Krüger | -1/+7 |
| 2023-09-11 | Rollup merge of #115730 - bjorn3:some_driver_refactors, r=compiler-errors | Matthias Krüger | -11/+10 |
| 2023-09-11 | Rollup merge of #115708 - RalfJung:homogeneous, r=davidtwco | Matthias Krüger | -12/+87 |
| 2023-09-11 | Rollup merge of #115631 - compiler-errors:ctypes-unsized, r=davidtwco | Matthias Krüger | -1/+30 |
| 2023-09-11 | Rollup merge of #115591 - djkoloski:issue_115385, r=cuviper | Matthias Krüger | -0/+46 |
| 2023-09-11 | Rollup merge of #115548 - Zoxc:parallel-extract, r=wesleywiser | Matthias Krüger | -171/+193 |
| 2023-09-11 | Auto merge of #114586 - oli-obk:patch_tait_rpit_order_check, r=lcnr,compiler-... | bors | -21/+128 |
| 2023-09-11 | add source type for invalid bool casts | asquared31415 | -14/+103 |
| 2023-09-11 | Update books | rustbot | -0/+0 |
| 2023-09-11 | Bubble up opaque <eq> opaque operations instead of picking an order | Oli Scherer | -21/+127 |
| 2023-09-11 | Auto merge of #115758 - matthiaskrgr:rollup-khwbjj7, r=matthiaskrgr | bors | -299/+1413 |
| 2023-09-11 | Use write_immediate. | Camille GILLOT | -2/+2 |
| 2023-09-11 | Duplicate output for test. | Camille GILLOT | -0/+491 |
| 2023-09-11 | Remove cur_span hook. | Camille GILLOT | -19/+6 |
| 2023-09-11 | Reuse throw_machine_stop_str! macro. | Camille GILLOT | -53/+24 |
| 2023-09-11 | Inline callback. | Camille GILLOT | -0/+1 |
| 2023-09-11 | Return ImmTy in discriminant_for_variant. | Camille GILLOT | -13/+11 |
| 2023-09-11 | Interpret Immediate::Uninit as Bottom. | Camille GILLOT | -13/+10 |
| 2023-09-11 | Support CopyForDeref. | Camille GILLOT | -4/+14 |
| 2023-09-11 | Handle reading statics. | Camille GILLOT | -40/+276 |
| 2023-09-11 | Support non-scalar constants. | Camille GILLOT | -22/+259 |
| 2023-09-11 | Rollup merge of #115752 - GuillaumeGomez:aliased-type-title, r=notriddle | Matthias Krüger | -0/+4 |
| 2023-09-11 | Rollup merge of #115744 - fmease:fix-e0401, r=compiler-errors | Matthias Krüger | -183/+306 |
| 2023-09-11 | Rollup merge of #115743 - compiler-errors:no-impls, r=davidtwco | Matthias Krüger | -6/+658 |
| 2023-09-11 | Rollup merge of #115739 - Alexendoo:lint-pass-check-attribute, r=oli-obk | Matthias Krüger | -20/+33 |
| 2023-09-11 | Rollup merge of #115727 - fee1-dead-contrib:effect-fallback, r=oli-obk | Matthias Krüger | -79/+404 |
| 2023-09-11 | Rollup merge of #115702 - jonas-schievink:update-mailmap, r=oli-obk | Matthias Krüger | -0/+4 |
| 2023-09-11 | Rollup merge of #115440 - RalfJung:bootstrap-fmt, r=Mark-Simulacrum | Matthias Krüger | -4/+0 |
| 2023-09-11 | Rollup merge of #115335 - reez12g:issue-114912, r=davidtwco | Matthias Krüger | -7/+4 |
| 2023-09-11 | Auto merge of #115595 - surechen:114896, r=davidtwco | bors | -6/+96 |
| 2023-09-11 | Add a test for #108030 | DianQK | -0/+69 |
| 2023-09-11 | add `is_host_effect` to `GenericParamDefKind::Const` and address review | Deadbeef | -28/+35 |
| 2023-09-11 | Auto merge of #115308 - chenyukang:yukang-fix-62387-iter-mut, r=davidtwco | bors | -1/+274 |