Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Introduce new queries to compute | Daniel Frampton | 2021-01-05 | 1 | -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 Schievink | 2020-12-16 | 1 | -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 query | Lukas Wirth | 2020-12-07 | 1 | -6/+0 |
| | |||||
* | Rename ra_hir_def -> hir_def | Aleksey Kladov | 2020-08-13 | 1 | -0/+120 |