Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | Upgrade expect-test to 1.1 | Jesse Bakker | 2021-01-03 | 1 | -1/+1 | |
|/ | ||||||
* | Fix type error with .and_then | Nick Spain | 2021-01-02 | 1 | -15/+14 | |
* | Handle not finding range in Definition::search_scope | Nick Spain | 2021-01-02 | 1 | -12/+36 | |
* | Mark HasSource::source_old as deprecated but allow at all call sites | Nick Spain | 2021-01-02 | 1 | -0/+2 | |
* | HasSource::source -> HasSource::source_old | Nick Spain | 2021-01-02 | 1 | -12/+12 | |
* | Merge #7080 | bors[bot] | 2021-01-01 | 1 | -2/+11 | |
|\ | ||||||
| * | Add ConstParams to the ide layer | Lukas Wirth | 2021-01-01 | 1 | -2/+11 | |
* | | Update crates | kjeremy | 2020-12-30 | 1 | -1/+1 | |
* | | Avoid a couple of allocations | Laurențiu Nicola | 2020-12-29 | 1 | -6/+6 | |
* | | Add docs and optimisations | Kirill Bulatov | 2020-12-28 | 1 | -3/+3 | |
* | | Better query api and fuzzy search | Kirill Bulatov | 2020-12-28 | 1 | -7/+6 | |
* | | Draft the module exclusion in modules | Kirill Bulatov | 2020-12-28 | 1 | -2/+8 | |
|/ | ||||||
* | Support labels in reference search | Lukas Wirth | 2020-12-24 | 1 | -5/+13 | |
* | Add initial_contents field for CreateFile | Daiki Ihara | 2020-12-21 | 1 | -1/+1 | |
* | Align code_model name with ungrammar | Aleksey Kladov | 2020-12-20 | 2 | -3/+3 | |
* | Don't expose SyntaxKind from IDE API | Aleksey Kladov | 2020-12-18 | 1 | -8/+40 | |
* | Do not merge imports with different attributes | Jesse Bakker | 2020-12-18 | 2 | -1/+28 | |
* | Rename ImplDef -> Impl | Aleksey Kladov | 2020-12-17 | 2 | -3/+3 | |
* | Merge #6907 | bors[bot] | 2020-12-17 | 3 | -18/+107 | |
|\ | ||||||
| * | Lifetime reference search | Lukas Wirth | 2020-12-16 | 3 | -18/+107 | |
* | | Remove `module_lang_items` | Jonas Schievink | 2020-12-16 | 1 | -1/+0 | |
|/ | ||||||
* | Move to upstream `macro_rules!` model | Jonas Schievink | 2020-12-15 | 2 | -8/+2 | |
* | Add find usages for enum constructors | Daiki Ihara | 2020-12-14 | 1 | -0/+15 | |
* | Normalize spelling to American English | Aleksey Kladov | 2020-12-10 | 2 | -18/+18 | |
* | Introduce anchored_path | Aleksey Kladov | 2020-12-09 | 2 | -7/+7 | |
* | Merge #6750 | bors[bot] | 2020-12-08 | 1 | -1/+0 | |
|\ | ||||||
| * | Remove documentation query | Lukas Wirth | 2020-12-07 | 1 | -1/+0 | |
* | | Tweak the search query params for better lookup speed | Kirill Bulatov | 2020-12-08 | 1 | -1/+9 | |
* | | Disable the completion for no corresponding client resolve capabilities | Kirill Bulatov | 2020-12-07 | 1 | -12/+2 | |
* | | Remove the state | Kirill Bulatov | 2020-12-07 | 1 | -31/+1 | |
* | | Make completion resolve async | Kirill Bulatov | 2020-12-07 | 1 | -1/+31 | |
|/ | ||||||
* | Add slightly more profiling details | Jonas Schievink | 2020-12-04 | 1 | -1/+1 | |
* | Extract tests module to file in ide_db crate | Daiki Ihara | 2020-12-03 | 8 | -1441/+1419 | |
* | Fix use merging not using the first path segment | Lukas Wirth | 2020-11-30 | 1 | -1/+10 | |
* | Support self in reference search | Lukas Wirth | 2020-11-29 | 1 | -0/+1 | |
* | Move the helpers into ide_db | Kirill Bulatov | 2020-11-28 | 4 | -1/+1410 | |
* | Merge #6614 #6632 | bors[bot] | 2020-11-26 | 1 | -1/+8 | |
|\ | ||||||
| * | Improve autoimports on completion speed | Kirill Bulatov | 2020-11-24 | 1 | -1/+8 | |
* | | Rename `parse_macro` to `parse_macro_expansion` | Jonas Schievink | 2020-11-24 | 2 | -3/+3 | |
|/ | ||||||
* | Remove query aliases | Kirill Bulatov | 2020-11-16 | 1 | -8/+8 | |
* | Tweak the search limits a bit | Kirill Bulatov | 2020-11-16 | 1 | -2/+3 | |
* | Use imports_locator | Kirill Bulatov | 2020-11-16 | 1 | -18/+47 | |
* | Add imports in auto completion | Kirill Bulatov | 2020-11-16 | 1 | -5/+9 | |
* | Use shorthand field syntax in destructures | Lukas Wirth | 2020-11-14 | 1 | -10/+22 | |
* | Use shorthand record syntax when renaming struct initializer field | Lukas Wirth | 2020-11-14 | 1 | -6/+10 | |
*-. | Merge #6331 #6342 | bors[bot] | 2020-10-24 | 5 | -0/+1050 | |
|\ \ | ||||||
| | * | Re-export base_db from ide_db | Igor Aleksanov | 2020-10-24 | 1 | -0/+3 | |
| | * | Add tests for traits functions in ide_db | Igor Aleksanov | 2020-10-24 | 1 | -0/+149 | |
| | * | Make call_info a part of ide_db | Igor Aleksanov | 2020-10-24 | 3 | -0/+760 | |
| | * | Remove dependency on 'assists' from 'completion' crate | Igor Aleksanov | 2020-10-24 | 3 | -0/+138 | |
| |/ |