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