aboutsummaryrefslogtreecommitdiff
path: root/crates/hir_def/src/db.rs
Commit message (Collapse)AuthorAgeFilesLines
* Introduce new queries to computeDaniel Frampton2021-01-051-2/+9
| | | | | | | | 1) the set of attributes for all variants of an enum, and 2) the set of attributes for all fields of a variant. This avoids the current n^2 behavior when rendering completion for variants, which prevents completion for enums with large numbers of variants.
* Remove `module_lang_items`Jonas Schievink2020-12-161-5/+2
| | | | | It isn't used anywhere except in `crate_lang_items`. Remove it to slightly reduce memory usage and simplify the code.
* Remove documentation queryLukas Wirth2020-12-071-6/+0
|
* Rename ra_hir_def -> hir_defAleksey Kladov2020-08-131-0/+120