about summary refs log tree commit diff
path: root/compiler/rustc_middle/src/ty
AgeCommit message (Expand)AuthorLines
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-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-67/+210
2025-04-16Rename `LifetimeName` as `LifetimeKind`.Nicholas Nethercote-2/+2
2025-04-15Split TypeFolder and FallibleTypeFolderMichael Goulet-67/+210
2025-04-15Auto merge of #139845 - Zalathar:rollup-u5u5y1v, r=Zalatharbors-86/+117
2025-04-15Rollup merge of #139772 - nnethercote:rm-hir-Map, r=ZalatharStuart Cook-15/+3
2025-04-15Rollup merge of #139669 - nnethercote:overhaul-AssocItem, r=oli-obkStuart Cook-71/+114
2025-04-15Auto merge of #139826 - matthiaskrgr:rollup-0q0qvkd, r=matthiaskrgrbors-10/+4
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-14Auto merge of #139577 - davidtwco:sizedness-go-vroom, r=oli-obkbors-7/+7
2025-04-14Use `newtype_index!`-generated types more idiomaticallyYotam Ofek-10/+4
2025-04-14Auto merge of #139241 - bvanjoi:less-decoding, r=petrochenkovbors-1/+1
2025-04-14Move `has_self` field to `hir::AssocKind::Fn`.Nicholas Nethercote-34/+40
2025-04-13Rollup merge of #139722 - jackh726:patternkind-walk-toir, r=compiler-errorsJacob Pratt-595/+93
2025-04-14Remove unused `Map` field from `TraitObjectVisitor`.Nicholas Nethercote-3/+3
2025-04-14Remove unused `StaticLifetimeVisitor`.Nicholas Nethercote-12/+0
2025-04-13Initial `UnsafePinned`/`UnsafeUnpin` impl [Part 1: Libs]Sky-0/+13
2025-04-12store the kind of pattern adjustments in `pat_adjustments`dianne-3/+35
2025-04-12Move FlagComputation, PatternKind, and TypeWalker to rustc_type_irjackh726-595/+93
2025-04-12don't store opaque info during encodingbohan-1/+1
2025-04-11Rollup merge of #139662 - nnethercote:tweak-DefPathData, r=compiler-errorsJacob Pratt-3/+3
2025-04-11Auto merge of #139453 - compiler-errors:incr, r=jieyouxubors-2/+2
2025-04-11Introduce `DefPathData::AnonAssocTy`.Nicholas Nethercote-3/+3
2025-04-11Improve `AssocItem::descr`.Nicholas Nethercote-2/+4
2025-04-10Rollup merge of #139510 - nnethercote:name-to-ident, r=fee1-deadMatthias Krüger-12/+15
2025-04-10Address review comments.Nicholas Nethercote-4/+7
2025-04-10Rename some `name` variables as `ident`.Nicholas Nethercote-12/+12
2025-04-09Use a query rather than recomputing the tail repeatedlyMichael Goulet-37/+4
2025-04-09Rigidly project missing item due to guaranteed impossible sized predicateMichael Goulet-0/+37
2025-04-09Rollup merge of #139364 - Kohei316:feat/doc-hidden-suggestion, r=nnethercoteMatthias Krüger-0/+7
2025-04-09re-use sized fast pathDavid Wood-7/+7
2025-04-08Auto merge of #139536 - matthiaskrgr:rollup-j6goald, r=matthiaskrgrbors-37/+26
2025-04-08clean code: remove Deref<Target=RegionKind> impl for Region and use `.kind()`xizheyin-37/+26
2025-04-08borrowck typeck children together with their parentlcnr-1/+1
2025-04-07Simplify temp path creation a bitMichael Goulet-2/+2
2025-04-07Rollup merge of #139461 - compiler-errors:significant-drop-span, r=oli-obkStuart Cook-18/+4
2025-04-07Rollup merge of #139455 - Skgland:remove_rust-intrinsic_ABI, r=oli-obkStuart Cook-9/+4
2025-04-06Stop calling source_span query in significant drop order codeMichael Goulet-18/+4
2025-04-06remove compiler support for `extern "rust-intrinsic"` blocksSkgland-9/+4
2025-04-06Rollup merge of #139414 - Adamkob12:fix_typo_raw_list, r=NadrierilGuillaume Gomez-3/+3
2025-04-05formatAdam Kobzan-3/+3
2025-04-05Fix TypoAdam Kobzan-2/+2
2025-04-05Auto merge of #139292 - compiler-errors:folder-experiment-7, r=lqdbors-1/+23
2025-04-05Auto merge of #139281 - petrochenkov:ctxtdecod6, r=wesleywiserbors-1/+1