about summary refs log tree commit diff
path: root/compiler/rustc_mir_build/src/thir/pattern/migration.rs
AgeCommit message (Expand)AuthorLines
2025-04-16lower implicit deref patterns to THIRdianne-9/+7
2025-04-12store the kind of pattern adjustments in `pat_adjustments`dianne-4/+4
2025-02-10move pattern migration internals to the `migration` moduledianne-9/+104
2025-02-10move pattern migration setup/emitting to a separate moduledianne-0/+87