about summary refs log tree commit diff
path: root/crates/hir-def/src/path
AgeCommit message (Expand)AuthorLines
2023-11-28🧹Lukas Wirth-12/+6
2023-11-28Rename hygiene vars and fields to span_mapLukas Wirth-3/+3
2023-11-28spans always come from real fileLukas Wirth-11/+8
2023-11-28 hygiene 2.0Lukas Wirth-29/+46
2023-07-03Format let-elseLukas Wirth-2/+2
2023-06-11Use `ConstArg` instead of `Expr` for `AstId` of `InTypeConstId`hkalbasi-1/+1
2023-06-11Lower const params with a bad idhkalbasi-2/+2
2023-05-06Parse associated return type boundsRyo Yoshida-0/+4
2023-05-06Remove `(..)`-style return type notationRyo Yoshida-3/+0
2023-04-17Move Expander and LowerCtx into separate modulesLukas Wirth-4/+2
2023-04-01chore: replace TODO comment with FIXMEtamasfe-1/+1
2023-04-01feat(syntax): RTN in boundstamasfe-0/+3
2023-03-17desugar `? operator`hkalbasi-3/+6
2023-02-27beginning of MIRhkalbasi-2/+2
2023-02-14Slim down GenericArgs by one usize once moreLukas Wirth-11/+22
2023-02-14Slim down GenericArgs by one usizeLukas Wirth-8/+12
2023-02-14Slim down AssociatedTypeBinding by one usizeLukas Wirth-3/+3
2023-02-14Don't allocate the generic_args vec in hir_def::Path if it consists only of `...Lukas Wirth-7/+20
2023-01-09Split out hir-def attribute handling parts into hir-expandLukas Wirth-1/+2
2022-10-27Collect generic arguments in associated type bindingsRyo Yoshida-1/+7
2022-07-20Run cargo fix --edition-idiomsAmos Wenger-3/+3
2022-05-01style: rename crates to kebab casePeh-0/+230