aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_hir_def/src/item_tree
Commit message (Expand)AuthorAgeFilesLines
* if let else -> matchJonas Schievink2020-06-241-19/+21
* Unify and test attribute handlingJonas Schievink2020-06-242-27/+212
* Collect inner items in expression macrosJonas Schievink2020-06-241-1/+6
* Make generics and attr queries use ItemTreeJonas Schievink2020-06-242-2/+7
* Make remaining item data queries use item treeJonas Schievink2020-06-242-10/+43
* draw the rest of the owlJonas Schievink2020-06-242-116/+409
* Lower genericsJonas Schievink2020-06-241-14/+66
* ItemTree: use a newtyped IDJonas Schievink2020-06-241-18/+22
* Move ItemTree lowering into its own moduleJonas Schievink2020-06-241-0/+501