about summary refs log tree commit diff
path: root/compiler/rustc_middle/src
AgeCommit message (Expand)AuthorLines
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
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-596/+93
2025-04-12don't store opaque info during encodingbohan-4/+3
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-11Auto merge of #139011 - Zoxc:no-rayon-iters, r=oli-obkbors-6/+6
2025-04-11Rollup merge of #139654 - nnethercote:AssocKind-descr, r=compiler-errorsStuart Cook-2/+4
2025-04-11Rollup merge of #138682 - Alexendoo:extra-symbols, r=fee1-deadStuart Cook-6/+6
2025-04-11Improve `AssocItem::descr`.Nicholas Nethercote-2/+4
2025-04-10Remove the use of Rayon iteratorsJohn Kåre Alsaker-6/+6
2025-04-10Rollup merge of #139510 - nnethercote:name-to-ident, r=fee1-deadMatthias Krüger-18/+21
2025-04-10Rollup merge of #139502 - yaahc:still-mutable-ice, r=bjorn3Matthias Krüger-0/+5
2025-04-10Allow drivers to supply a list of extra symbols to internAlex Macleod-6/+6
2025-04-10Auto merge of #139088 - spastorino:ergonomic-ref-counting-2, r=nikomatsakisbors-0/+2
2025-04-10Auto merge of #139000 - compiler-errors:rigid-missing-item, r=lcnrbors-0/+11
2025-04-10Auto merge of #139279 - BoxyUwU:bump-boostrap, r=jieyouxubors-5/+5
2025-04-10Address review comments.Nicholas Nethercote-5/+8