Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Improve autoimports on completion speed | Kirill Bulatov | 2020-11-24 | 1 | -5/+77 |
| | | | | | * Ignore modules eaferly * Do less completion string rendering | ||||
* | Rename declaration_name -> display_name | Aleksey Kladov | 2020-10-20 | 1 | -3/+3 |
| | | | | | | | | Declaration names sounds like a name of declaration -- something you can use for analysis. It empathically isn't, and is just a label displayed in various UI. It's important not to confuse the two, least we accidentally mix semantics with UI (I believe, there's already a case of this in the FamousDefs at least). | ||||
* | Constrain ImportMap to only store simple paths | Aleksey Kladov | 2020-10-06 | 1 | -10/+26 |
| | |||||
* | Properly name the field | Kirill Bulatov | 2020-10-02 | 1 | -5/+5 |
| | |||||
* | Switch to expect_test from crates.io | Aleksey Kladov | 2020-08-21 | 1 | -1/+1 |
| | |||||
* | Rename ra_hir_def -> hir_def | Aleksey Kladov | 2020-08-13 | 1 | -0/+745 |