about summary refs log tree commit diff
path: root/compiler/rustc_middle
AgeCommit message (Expand)AuthorLines
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
2025-04-10Rename some `name` variables as `ident`.Nicholas Nethercote-18/+18
2025-04-09Use a query rather than recomputing the tail repeatedlyMichael Goulet-37/+11
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-09update cfgsBoxy-5/+5
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-08fix "still mutable" ice while metrics are enabledJane Losare-Lusby-0/+5
2025-04-08Auto merge of #138499 - lcnr:borrowck-typeck_root, r=oli-obkbors-157/+12
2025-04-08clean code: remove Deref<Target=RegionKind> impl for Region and use `.kind()`xizheyin-37/+26
2025-04-08move `ClosureRegionRequirements` to `rustc_borrowck`lcnr-140/+2
2025-04-08borrowck typeck children together with their parentlcnr-17/+10
2025-04-07Auto merge of #133781 - cjgillot:shallow-allowed-lints, r=petrochenkovbors-1/+1
2025-04-07Simplify temp path creation a bitMichael Goulet-2/+2
2025-04-07Make use generated TerminatorKind::Call have call_source UseSantiago Pastorino-0/+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-07Rollup merge of #139108 - Nadrieril:simplify-expandedconstant, r=oli-obkStuart Cook-14/+8
2025-04-07Rollup merge of #139035 - nnethercote:PatKind-Missing, r=oli-obkStuart Cook-1/+5