about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2025-04-02Only walk local items instead of filtering for them laterOli Scherer-23/+19
2025-04-02Remove a function that has no necessary callersOli Scherer-17/+2
2025-04-02Remove a `hir_*` helper that was just forwarding to a queryOli Scherer-6/+2
2025-04-02Directly fetch the impl self typeOli Scherer-2/+2
2025-04-02Fetch the destructor constness lazilyOli Scherer-8/+6
2025-04-02Only look at trait impls in the current crate when looking for `Drop` implsOli Scherer-18/+30
2025-04-01Ensure `calculcate_dtor` is only ever called on local typesOli Scherer-4/+4
2025-04-01Store adt_async_destructor in metadataOli Scherer-4/+7
2025-04-01Store adt_destructor in metadataOli Scherer-4/+7
2025-04-01Make missing optimized MIR error more informativeOli Scherer-3/+5
2025-04-01Remove an unnecessary dtor computation and use the cached query result insteadOli Scherer-1/+1
2025-04-01Decouple trait impls of different traits wrt incrementalOli Scherer-6/+14
2025-04-01Auto merge of #139194 - matthiaskrgr:rollup-2mhep38, r=matthiaskrgrbors-135/+207
2025-03-31Rollup merge of #139181 - tiif:doc, r=NoratriebMatthias Krüger-2/+2
2025-03-31Rollup merge of #139179 - ChrisDenton:unvacate, r=ChrisDentonMatthias Krüger-1/+0
2025-03-31Rollup merge of #139176 - m-ou-se:print3, r=compiler-errorsMatthias Krüger-73/+0
2025-03-31Rollup merge of #139151 - mejrs:underscore_to_dash, r=onur-ozkanMatthias Krüger-34/+21
2025-03-31Rollup merge of #139039 - nnethercote:less-kw-Empty-4, r=petrochenkovMatthias Krüger-24/+31
2025-03-31Rollup merge of #138840 - jyn514:precedence-order, r=wesleywiserMatthias Krüger-0/+152
2025-03-31Rollup merge of #138426 - madsmtm:vita-llvm-target, r=jieyouxuMatthias Krüger-1/+1
2025-04-01Avoid `kw::Empty` use for `AuxParamsAttr`.Nicholas Nethercote-14/+16
2025-04-01Improve `is_doc_keyword`.Nicholas Nethercote-3/+7
2025-04-01Tweak `check_doc_keyword`.Nicholas Nethercote-5/+5
2025-04-01Use `sym::dummy` in one more place.Nicholas Nethercote-2/+3
2025-03-31Fix invalid linktiif-2/+2
2025-03-31Remove ChrisDenton from on vacationChris Denton-1/+0
2025-03-31Auto merge of #139169 - matthiaskrgr:rollup-nfy4aew, r=matthiaskrgrbors-73/+478
2025-03-31Remove fragile equal-pointers-unequal/*/print3.rs tests.Mara Bos-73/+0
2025-03-31Rollup merge of #139167 - Amanieu:remove-amanieu, r=Mark-SimulacrumMatthias Krüger-1/+0
2025-03-31Rollup merge of #139157 - mejrs:never, r=NoratriebMatthias Krüger-5/+3
2025-03-31Rollup merge of #139153 - compiler-errors:incr-comp-closure, r=oli-obkMatthias Krüger-29/+64
2025-03-31Rollup merge of #138842 - Noratrieb:inline-exported, r=me,saethlinMatthias Krüger-6/+96
2025-03-31Rollup merge of #138749 - compiler-errors:closure-recovery, r=fmeaseMatthias Krüger-16/+101
2025-03-31Rollup merge of #138176 - compiler-errors:rigid-sized-obl, r=lcnrMatthias Krüger-16/+214
2025-03-31Auto merge of #138892 - compiler-errors:revert-ptr-ptr, r=oli-obkbors-436/+8
2025-03-31Remove Amanieu from the libs review rotationAmanieu d'Antras-1/+0
2025-03-31Auto merge of #139083 - petrochenkov:ctxtdecod3, r=nnethercotebors-70/+71
2025-03-31Auto merge of #119220 - Urgau:uplift-invalid_null_ptr_usage, r=fee1-deadbors-719/+713
2025-03-31Auto merge of #139154 - jhpratt:rollup-rv8f915, r=jhprattbors-302/+228
2025-03-31Remove mention of `exhaustive_patterns` from `never` docsmejrs-5/+3
2025-03-30Encode synthetic by-move coroutine body with a different DefPathDataMichael Goulet-29/+64
2025-03-30Rollup merge of #139141 - mejrs:on_unimpl, r=NoratriebJacob Pratt-10/+2
2025-03-30Rollup merge of #139132 - m-ou-se:hir-pp-struct-expr, r=compiler-errorsJacob Pratt-13/+59
2025-03-30Rollup merge of #139122 - petrochenkov:norerr, r=compiler-errorsJacob Pratt-236/+72
2025-03-30Rollup merge of #139111 - meithecatte:fake-read, r=compiler-errorsJacob Pratt-28/+84
2025-03-30Rollup merge of #139044 - thaliaarchi:bootstrap-change-id-clone, r=onur-ozkanJacob Pratt-15/+11
2025-03-30Auto merge of #139131 - m-ou-se:format-args-struct-expr, r=Mark-Simulacrumbors-22/+18
2025-03-30Suggest switching underscores for dashesmejrs-1/+16
2025-03-30Remove duplicate c-variadic.mdmejrs-33/+5
2025-03-30Auto merge of #139143 - bjorn3:sync_cg_clif-2025-03-30, r=bjorn3bors-1419/+537