Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Create all `ModuleId`s through a `DefMap` method | Jonas Schievink | 2021-01-25 | 1 | -1/+1 |
| | | | | | `ModuleId` needs to be able to represent blocks, and only the associated `DefMap` will know how to construct that `ModuleId` | ||||
* | Obtain `ModuleId`'s `DefMap` through a method | Jonas Schievink | 2021-01-22 | 1 | -1/+1 |
| | |||||
* | Make public DefMap fields private | Jonas Schievink | 2021-01-20 | 1 | -1/+1 |
| | |||||
* | Add flyimport completion for trait assoc items | Kirill Bulatov | 2021-01-16 | 1 | -0/+66 |
| | |||||
* | Move the test mark | Kirill Bulatov | 2021-01-05 | 1 | -2/+4 |
| | |||||
* | Small helpers | Kirill Bulatov | 2021-01-04 | 1 | -0/+4 |
| | |||||
* | Code review fixes | Kirill Bulatov | 2021-01-04 | 1 | -30/+30 |
| | |||||
* | Do not collect trait type aliases | Kirill Bulatov | 2021-01-04 | 1 | -5/+6 |
| | |||||
* | Simplify | Kirill Bulatov | 2021-01-04 | 1 | -13/+36 |
| | |||||
* | Properly check assoc items lookup | Kirill Bulatov | 2021-01-04 | 1 | -45/+60 |
| | |||||
* | Add associated data into fst | Kirill Bulatov | 2021-01-04 | 1 | -49/+45 |
| | |||||
* | Add a basic test for the trait fuzzy import | Kirill Bulatov | 2021-01-04 | 1 | -0/+24 |
| | |||||
* | Simplify | Aleksey Kladov | 2020-12-30 | 1 | -2/+4 |
| | |||||
* | Avoid a couple of allocations | Laurențiu Nicola | 2020-12-29 | 1 | -13/+14 |
| | |||||
* | Better display methods in expect tests | Kirill Bulatov | 2020-12-28 | 1 | -15/+31 |
| | |||||
* | Add tests | Kirill Bulatov | 2020-12-28 | 1 | -2/+71 |
| | |||||
* | Add docs and optimisations | Kirill Bulatov | 2020-12-28 | 1 | -4/+13 |
| | |||||
* | Better query api and fuzzy search | Kirill Bulatov | 2020-12-28 | 1 | -33/+40 |
| | |||||
* | Draft the module exclusion in modules | Kirill Bulatov | 2020-12-28 | 1 | -34/+62 |
| | |||||
* | 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 |