about summary refs log tree commit diff
path: root/compiler/rustc_middle/src
AgeCommit message (Expand)AuthorLines
2025-04-28Rollup merge of #140249 - BoxyUwU:remove_weak_alias_terminology, r=oli-obkGuillaume Gomez-36/+36
2025-04-28AsyncDrop implementation using shim codegen of async_drop_in_place::{closure}...Andrew Zhogin-256/+455
2025-04-28Add or-patterns to pattern typesOli Scherer-0/+59
2025-04-28Split out various pattern type matches into their own functionOli Scherer-1/+2
2025-04-27Use `search_for_cycle_permutation` to look for `variances_of`John Kåre Alsaker-12/+20
2025-04-26Rollup merge of #140320 - lcnr:wf-use-term, r=compiler-errorsMatthias Krüger-5/+29
2025-04-26convert some `GenericArg` to `Term`lcnr-5/+29
2025-04-25handle specialization in the new trait solverlcnr-0/+4
2025-04-25Rollup merge of #140236 - lcnr:normalizes-to-goals, r=compiler-errorsMatthias Krüger-4/+4
2025-04-25Rollup merge of #140202 - est31:let_chains_feature_compiler, r=lcnrMatthias Krüger-1/+1
2025-04-24lower deref patterns on boxes using built-in derefsdianne-1/+21
2025-04-24norm nested aliases before evaluating the parent goallcnr-4/+4
2025-04-24Remove `weak` alias terminologyBoxy-36/+36
2025-04-23Auto merge of #138845 - compiler-errors:stall-generators, r=lcnrbors-5/+29
2025-04-23MoreMichael Goulet-8/+15
2025-04-23Make #![feature(let_chains)] bootstrap conditional in compiler/est31-1/+1
2025-04-22Don't compute query unless in new solverMichael Goulet-1/+5
2025-04-22Properly drain pending obligations for coroutinesMichael Goulet-4/+17
2025-04-22Use `is_lang_item` and `as_lang_item` instead of handrolling their logicOli Scherer-13/+9
2025-04-21Rollup merge of #140052 - GuillaumeGomez:fix-140026, r=nnethercoteChris Denton-0/+2
2025-04-19Update docs for `AssocItems::filter_by_name_unhygienic`Guillaume Gomez-0/+2
2025-04-18Re-remove `AdtFlags::IS_ANONYMOUS`Sky-2/+0
2025-04-18Rollup merge of #138528 - dianne:implicit-deref-patterns, r=NadrierilMatthias Krüger-6/+47
2025-04-17do not emit `OpaqueCast` projections with `-Znext-solver`lcnr-0/+4
2025-04-17Rollup merge of #139770 - nnethercote:rename-LifetimeName, r=BoxyUwUMatthias Krüger-2/+2
2025-04-16lower implicit deref patterns to THIRdianne-3/+12
2025-04-16Auto merge of #139768 - compiler-errors:split-fold, r=lcnrbors-76/+214
2025-04-16Rename `LifetimeName` as `LifetimeKind`.Nicholas Nethercote-2/+2
2025-04-15Split TypeFolder and FallibleTypeFolderMichael Goulet-76/+214
2025-04-15Auto merge of #139845 - Zalathar:rollup-u5u5y1v, r=Zalatharbors-112/+132
2025-04-15Rollup merge of #139772 - nnethercote:rm-hir-Map, r=ZalatharStuart Cook-39/+16
2025-04-15Rollup merge of #139669 - nnethercote:overhaul-AssocItem, r=oli-obkStuart Cook-73/+116
2025-04-15Auto merge of #139826 - matthiaskrgr:rollup-0q0qvkd, r=matthiaskrgrbors-13/+7
2025-04-15Move `name` field from `AssocItem` to `AssocKind` variants.Nicholas Nethercote-40/+72
2025-04-15Move two methods from `AssocKind` to `AssocItem`.Nicholas Nethercote-18/+15
2025-04-15Move `opt_rpitit_info` field to `hir::AssocKind::Type`.Nicholas Nethercote-18/+26
2025-04-14Rollup merge of #139811 - yotamofek:pr/newtype_cleanups, r=oli-obkMatthias Krüger-13/+7
2025-04-14Auto merge of #139577 - davidtwco:sizedness-go-vroom, r=oli-obkbors-7/+7
2025-04-14Use `newtype_index!`-generated types more idiomaticallyYotam Ofek-13/+7
2025-04-14Rollup merge of #139767 - compiler-errors:www, r=oli-obkMatthias Krüger-3/+13
2025-04-14Auto merge of #139241 - bvanjoi:less-decoding, r=petrochenkovbors-4/+3
2025-04-14Auto merge of #139781 - jhpratt:rollup-qadsjvb, r=jhprattbors-596/+93
2025-04-14Move `has_self` field to `hir::AssocKind::Fn`.Nicholas Nethercote-36/+42
2025-04-13Rollup merge of #139722 - jackh726:patternkind-walk-toir, r=compiler-errorsJacob Pratt-596/+93
2025-04-14Auto merge of #124141 - nnethercote:rm-Nonterminal-and-TokenKind-Interpolated...bors-1/+0
2025-04-14Documentation fixes.Nicholas Nethercote-9/+13
2025-04-14Remove `rustc_middle::hir::Map`.Nicholas Nethercote-15/+0
2025-04-14Remove unused `Map` field from `TraitObjectVisitor`.Nicholas Nethercote-3/+3
2025-04-14Remove unused `StaticLifetimeVisitor`.Nicholas Nethercote-12/+0
2025-04-13Visit place in BackwardIncompatibleDropHint statementMichael Goulet-3/+13