about summary refs log tree commit diff
path: root/compiler/rustc_borrowck/src/root_cx.rs
AgeCommit message (Expand)AuthorLines
2025-09-29more renameBoxy Uwu-7/+7
2025-09-27Rename various "concrete opaque type" terminology to say "hidden type"Boxy Uwu-11/+11
2025-09-01use defining uses of all bodies to constrain non-defining useslcnr-67/+235
2025-08-22change HIR typeck unification handling approachlcnr-0/+4
2025-08-20handle opaque types before region inferencelcnr-2/+9
2025-07-08Expose nested bodies in rustc_borrowck::consumersNico Lehmann-2/+11
2025-05-02borrowck nested items in dead codelcnr-1/+4
2025-04-08move `ClosureRegionRequirements` to `rustc_borrowck`lcnr-2/+1
2025-04-08borrowck typeck children together with their parentlcnr-0/+102