about summary refs log tree commit diff
path: root/compiler
AgeCommit message (Expand)AuthorLines
2024-02-08Rollup merge of #120801 - oli-obk:drop_recursion_ice, r=NilstriebMatthias Krüger-6/+6
2024-02-08Rollup merge of #120782 - oli-obk:track_errors8, r=WaffleLapkinMatthias Krüger-0/+2
2024-02-08Rollup merge of #120778 - zetanumbers:refactor_try_instance_mir, r=compiler-e...Matthias Krüger-15/+10
2024-02-08Rollup merge of #120775 - Nadrieril:more-min_exh_pats, r=compiler-errorsMatthias Krüger-2/+4
2024-02-08Rollup merge of #120750 - compiler-errors:itctx-by-val, r=cjgillotMatthias Krüger-92/+90
2024-02-08Rollup merge of #120590 - compiler-errors:dead, r=NilstriebMatthias Krüger-124/+32
2024-02-08Avoid ICE in drop recursion check in case of invalid drop implsOli Scherer-6/+6
2024-02-08Auto merge of #120544 - BoxyUwU:enter_forall, r=lcnrbors-547/+627
2024-02-08Fix mir pass ICE in the presence of other errorsOli Scherer-0/+1
2024-02-08Fix `span_bug!` backtracesOli Scherer-0/+1
2024-02-08reviews + rebaseBoxy-114/+101
2024-02-08rename `instantiate_binder_with_placeholders`Boxy-23/+38
2024-02-08introduce `enter_forall`Boxy-442/+520
2024-02-08Deduplicate `tcx.instance_mir(instance)` calls in `try_instance_mir`zetanumbers-15/+10
2024-02-08Auto merge of #120767 - matthiaskrgr:rollup-0k8ib1c, r=matthiaskrgrbors-642/+630
2024-02-08Match `min_exhaustive_patterns` implementation with `exhaustive_patterns`Nadrieril-2/+4
2024-02-08Continue to borrowck even if there were previous errorsOli Scherer-10/+48
2024-02-08Rollup merge of #120739 - lukas-code:pp-dyn-assoc, r=compiler-errorsMatthias Krüger-33/+81
2024-02-08Rollup merge of #120734 - nnethercote:SubdiagnosticMessageOp, r=compiler-errorsMatthias Krüger-169/+61
2024-02-08Rollup merge of #120727 - Nadrieril:tweak-int-reporting, r=compiler-errorsMatthias Krüger-5/+3
2024-02-08Rollup merge of #120688 - cjgillot:gvn-partial-move, r=oli-obkMatthias Krüger-2/+2
2024-02-08Rollup merge of #120214 - Nadrieril:fix-120210, r=pnkfelixMatthias Krüger-54/+53
2024-02-08Rollup merge of #120206 - petrochenkov:somehir, r=compiler-errorsMatthias Krüger-320/+314
2024-02-08Rollup merge of #120103 - compiler-errors:concrete-afits, r=oli-obkMatthias Krüger-50/+66
2024-02-08Rollup merge of #119592 - petrochenkov:unload, r=compiler-errorsMatthias Krüger-9/+50
2024-02-08Taint borrowck results without running any borrowck if the MIR body was alrea...Oli Scherer-4/+5
2024-02-08inline a function that is only used in clippyOli Scherer-4/+0
2024-02-08Already poison the `type_of` result of the anon const used in the `typeof` ex...Oli Scherer-20/+18
2024-02-08Auto merge of #120558 - oli-obk:missing_impl_item_ice, r=estebankbors-13/+46
2024-02-08Add `SubdiagnosticMessageOp` as a trait alias.Nicholas Nethercote-169/+61
2024-02-08Auto merge of #120381 - fee1-dead-contrib:reconstify-add, r=compiler-errorsbors-0/+4
2024-02-07Prefer "0..MAX not covered" to "_ not covered"Nadrieril-5/+3
2024-02-07address review comments and add more testsLukas Markeffsky-10/+15
2024-02-07No need to take ImplTraitContext by refMichael Goulet-92/+90
2024-02-07Rollup merge of #120746 - compiler-errors:kind-ty, r=oli-obkGuillaume Boisseau-4/+18
2024-02-07Rollup merge of #120735 - nnethercote:rm-some-unchecked_claims, r=oli-obkGuillaume Boisseau-32/+39
2024-02-07Rollup merge of #120733 - klensy:trait-const-fn, r=oli-obkGuillaume Boisseau-12/+25
2024-02-07Rollup merge of #120633 - Nadrieril:place_info, r=compiler-errorsGuillaume Boisseau-40/+57
2024-02-07Rollup merge of #120564 - Zalathar:increment-site, r=oli-obkGuillaume Boisseau-80/+79
2024-02-07Rollup merge of #120479 - estebank:issue-61788, r=wesleywiserGuillaume Boisseau-18/+100
2024-02-07Rollup merge of #120470 - estebank:issue-54196, r=compiler-errorsGuillaume Boisseau-2/+2
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/+37
2024-02-07Rollup merge of #110482 - chrisnc:armv8r-target, r=wesleywiserGuillaume Boisseau-0/+36
2024-02-07Record coroutine kind in genericsMichael Goulet-4/+18
2024-02-07improve pretty printing for trait objectsLukas Markeffsky-32/+75
2024-02-07MirPass: make name more constklensy-12/+25
2024-02-07Rename `unchecked_claim_error_was_emitted` as `unchecked_error_guaranteed`.Nicholas Nethercote-6/+6
2024-02-07Tighten up `ErrorGuaranteed` handling.Nicholas Nethercote-13/+22
2024-02-07Remove an `unchecked_claim_error_was_emitted` call.Nicholas Nethercote-7/+8