about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2024-02-07Rollup merge of #120470 - estebank:issue-54196, r=compiler-errorsGuillaume Boisseau-3/+3
2024-02-07Rollup merge of #120455 - JarlEvanson:sroa-miri-tests, r=cjgillotGuillaume Boisseau-9/+131
2024-02-07Rollup merge of #120302 - oli-obk:const_intern_cleanups, r=RalfJungGuillaume Boisseau-63/+61
2024-02-07Rollup merge of #119162 - heiher:direct-access-external-data, r=petrochenkovGuillaume Boisseau-10/+74
2024-02-07Rollup merge of #110482 - chrisnc:armv8r-target, r=wesleywiserGuillaume Boisseau-0/+83
2024-02-07Auto merge of #120060 - saethlin:mir-opt-bless-targets, r=wesleywiserbors-269/+226
2024-02-07Auto merge of #120527 - GnomedDev:atomicu32-handle, r=petrochenkovbors-10/+10
2024-02-06Fixup async_closure_shims mir-opt testBen Kimock-1/+1
2024-02-06Don't call std_cargo to build mir-only sysrootsBen Kimock-1/+1
2024-02-06Tweak a few mir-opt tests instead of using -Clink-dead-codeBen Kimock-7/+7
2024-02-06Use a better set of targets for blessing mir-opt testsBen Kimock-263/+220
2024-02-07Auto merge of #118257 - mu001999:dead_code/trait, r=cjgillotbors-254/+1185
2024-02-07Update testsr0cky-234/+1049
2024-02-07Make traits / trait methods detected by the dead code lint!r0cky-20/+136
2024-02-07Auto merge of #120722 - matthiaskrgr:rollup-9o32280, r=matthiaskrgrbors-746/+1370
2024-02-06Rollup merge of #120707 - compiler-errors:suitable-region, r=nnethercoteMatthias Krüger-1/+39
2024-02-06Rollup merge of #120513 - compiler-errors:normalize-regions-for-nll, r=lcnrMatthias Krüger-94/+250
2024-02-06Rollup merge of #120507 - estebank:issue-108428, r=davidtwcoMatthias Krüger-52/+62
2024-02-06Rollup merge of #120502 - clubby789:remove-ffi-returns-twice, r=compiler-errorsMatthias Krüger-120/+19
2024-02-06Rollup merge of #120435 - chenyukang:yukang-fix-120427-cfg-name, r=Urgau,Nils...Matthias Krüger-10/+138
2024-02-06Rollup merge of #120423 - RalfJung:indirect-structural-match, r=petrochenkovMatthias Krüger-368/+587
2024-02-06Rollup merge of #120396 - estebank:method-on-unbounded-type-param, r=nnethercoteMatthias Krüger-14/+116
2024-02-06Rollup merge of #120331 - Nadrieril:no-arena, r=compiler-errorsMatthias Krüger-64/+61
2024-02-06Rollup merge of #119939 - clubby789:static-const-generic-note, r=compiler-errorsMatthias Krüger-43/+118
2024-02-06Auto merge of #117905 - RalfJung:no-const-mut, r=lcnrbors-13/+18
2024-02-06Auto merge of #120715 - matthiaskrgr:rollup-sp1pp74, r=matthiaskrgrbors-370/+665
2024-02-06Rollup merge of #120713 - compiler-errors:async-bounds-on-tests, r=fmeaseMatthias Krüger-30/+20
2024-02-06Rollup merge of #120690 - fmease:review-rotation-update, r=compiler-errorsMatthias Krüger-1/+0
2024-02-06Rollup merge of #120683 - RalfJung:symbolic-alignment-ice, r=oli-obkMatthias Krüger-27/+76
2024-02-06Rollup merge of #120673 - klensy:typo2, r=compiler-errorsMatthias Krüger-2/+2
2024-02-06Rollup merge of #120670 - lcnr:effect-var-storage, r=fee1-deadMatthias Krüger-71/+52
2024-02-06Rollup merge of #120632 - trevyn:issue-109195, r=oli-obkMatthias Krüger-0/+142
2024-02-06Rollup merge of #120631 - saethlin:invalid-target-ice, r=compiler-errorsMatthias Krüger-8/+16
2024-02-06Rollup merge of #120609 - petrochenkov:nousestem2, r=compiler-errorsMatthias Krüger-9/+23
2024-02-06Rollup merge of #120602 - klensy:mono-comment, r=nnethercoteMatthias Krüger-1/+1
2024-02-06Rollup merge of #120597 - fmease:sugg-on-js-style-spread-op-in-pat, r=estebankMatthias Krüger-20/+112
2024-02-06Rollup merge of #120575 - nnethercote:simplify-codegen-diag-handling, r=estebankMatthias Krüger-75/+84
2024-02-06Rollup merge of #120520 - nnethercote:rename-good-path, r=oli-obkMatthias Krüger-126/+137
2024-02-06Make async closures test use async bound modifierMichael Goulet-30/+20
2024-02-06Mark "unused binding" suggestion as maybe incorrectEsteban Küber-3/+3
2024-02-06Don't expect early-bound region to be local in RPITIT well-formednessMichael Goulet-1/+39
2024-02-06Auto merge of #120361 - compiler-errors:async-closures, r=oli-obkbors-366/+3643
2024-02-06Auto merge of #120368 - klensy:llvm-fixme, r=nikicbors-12/+3
2024-02-06reviewklensy-6/+2
2024-02-06llvm-wrapper: remove llvm 12 hackklensy-6/+1
2024-02-06miri: fix ICE with symbolic alignment check on extern staticRalf Jung-27/+76
2024-02-06Auto merge of #120509 - shepmaster:m1-runners-redux, r=jdnobors-19/+39
2024-02-06Auto merge of #120326 - tmandry:abort-in-tests, r=cuviperbors-44/+38
2024-02-05Create helper `maybe_report_similar_assoc_fn`trevyn-65/+66
2024-02-06Fudge coroutine argument for CoroutineKindShim in fn_sig_for_fn_abiMichael Goulet-4/+34