aboutsummaryrefslogtreecommitdiff
path: root/crates/hir_def/src/db.rs
Commit message (Expand)AuthorAgeFilesLines
* Make it opt-inJonas Schievink2021-06-031-0/+3
* Avoid O(n²) when constructing AttrSourceMapJonas Schievink2021-04-061-1/+14
* Intern `GenericParams`Jonas Schievink2021-04-051-1/+2
* hir_def: move visibility queries from hir_ty to hir_defcynecx2021-03-241-0/+7
* Add `AttrsWithOwner` and clean up `source_map`Jonas Schievink2021-03-191-3/+3
* Rename `item_tree` query to `file_item_tree`Jonas Schievink2021-03-181-2/+2
* Make two calls virtualLaurențiu Nicola2021-03-051-1/+1
* Update `DefMap` and `block_def_map` docsJonas Schievink2021-02-031-0/+15
* Shortcut `block_def_map` if there's no inner itemsJonas Schievink2021-02-031-1/+1
* Intern block locations and handle them in ModuleIdJonas Schievink2021-01-251-6/+9
* Add name resolution query for block expressionsJonas Schievink2021-01-211-2/+5
* Rename `CrateDefMap` to `DefMap`Jonas Schievink2021-01-181-5/+5
* Remove map module from la-arena public APIAramis Razzaghipour2021-01-151-1/+1
* prepare to publish el libro de arenaAleksey Kladov2021-01-141-1/+1
* Introduce new queries to computeDaniel Frampton2021-01-051-2/+9
* Remove `module_lang_items`Jonas Schievink2020-12-161-5/+2
* Remove documentation queryLukas Wirth2020-12-071-6/+0
* Rename ra_hir_def -> hir_defAleksey Kladov2020-08-131-0/+120