about summary refs log tree commit diff
path: root/compiler/rustc_middle/src/ty
AgeCommit message (Expand)AuthorLines
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
2025-04-05Rollup merge of #138950 - yaahc:svh-metrics-name, r=bjorn3Stuart Cook-0/+5
2025-04-04Auto merge of #139390 - matthiaskrgr:rollup-l64euwx, r=matthiaskrgrbors-70/+10
2025-04-04Rollup merge of #139353 - nnethercote:LateAnon, r=compiler-errorsMatthias Krüger-4/+4
2025-04-04Rollup merge of #139348 - meithecatte:async-destructor-minify, r=petrochenkovMatthias Krüger-17/+6
2025-04-04Rollup merge of #139041 - nnethercote:rm-rustc_middle-ty-util-ExplicitSelf, r...Matthias Krüger-49/+0
2025-04-04Auto merge of #138785 - lcnr:typing-mode-borrowck, r=compiler-errors,oli-obkbors-31/+52
2025-04-04Make the compiler suggest actual paths instead of visible paths if the visibl...morine0122-0/+7
2025-04-04Rollup merge of #139349 - meithecatte:destructor-constness, r=compiler-errorsMatthias Krüger-0/+5
2025-04-04Rollup merge of #139313 - oli-obk:push-uzvmpxqyvrzp, r=compiler-errorsMatthias Krüger-44/+3
2025-04-04Fix `Debug` impl for `LateParamRegionKind`.Nicholas Nethercote-4/+4
2025-04-04adt_destructor: sanity-check returned itemMaja Kądziołka-0/+5
2025-04-04AsyncDestructor: replace fields with impl_didMaja Kądziołka-17/+6
2025-04-04Auto merge of #120706 - Bryanskiy:leak, r=lcnrbors-0/+23
2025-04-03Deduplicate some `rustc_middle` function bodies by calling the `rustc_type_ir...Oli Scherer-44/+3
2025-04-03Initial support for auto traits with default boundsBryanskiy-0/+23
2025-04-03Make LevelAndSource a structOli Scherer-6/+6
2025-04-03add `TypingMode::Borrowck`lcnr-31/+52
2025-04-03Micro-optimize RegionEraserVisitorMichael Goulet-1/+23
2025-04-03hygiene: Avoid recursion in syntax context decodingVadim Petrochenkov-1/+1
2025-04-02Auto merge of #139269 - matthiaskrgr:rollup-pk78gig, r=matthiaskrgrbors-7/+0
2025-04-02Rollup merge of #138992 - dianne:simplify-byte-string-to-pat, r=oli-obkMatthias Krüger-7/+0
2025-04-02Rollup merge of #139232 - nnethercote:remove-Map-5, r=ZalatharTakayuki Maeda-6/+6