aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_hir_def/src/item_tree.rs
Commit message (Expand)AuthorAgeFilesLines
* Make generics and attr queries use ItemTreeJonas Schievink2020-06-241-0/+7
* Record HirFileId's in profilerJonas Schievink2020-06-241-1/+1
* Make remaining item data queries use item treeJonas Schievink2020-06-241-0/+4
* draw the rest of the owlJonas Schievink2020-06-241-17/+116
* ItemTree: Make clonable and add AST accessJonas Schievink2020-06-241-15/+69
* Lower genericsJonas Schievink2020-06-241-8/+8
* ItemTree: use a newtyped IDJonas Schievink2020-06-241-32/+104
* Move ItemTree lowering into its own moduleJonas Schievink2020-06-241-505/+12
* Fix testJonas Schievink2020-06-241-1/+5
* Draw the rest of the owlJonas Schievink2020-06-241-27/+108
* collector changes WIPJonas Schievink2020-06-241-3/+9
* lower traitsJonas Schievink2020-06-241-29/+206
* Hook up query, add impls, lower moarJonas Schievink2020-06-241-37/+121
* Start item treeAleksey Kladov2020-06-241-0/+511