Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Move SymbolKind to ide_db | Lukas Wirth | 2021-01-20 | 1 | -1/+1 |
* | Remove obsolete RangeInfo usage in references | Lukas Wirth | 2021-01-18 | 1 | -3/+1 |
*-. | Merge #7297 #7338 | bors[bot] | 2021-01-18 | 1 | -0/+2 |
|\ \ | |||||
| * | | Add flyimport completion for trait assoc items | Kirill Bulatov | 2021-01-16 | 1 | -0/+2 |
* | | | Remove obsolete RangeInfo usage in rename | Lukas Wirth | 2021-01-18 | 1 | -1/+1 |
| |/ |/| | |||||
* | | Minor | Aleksey Kladov | 2021-01-18 | 1 | -8/+5 |
|/ | |||||
* | Share import_assets and related entities | Kirill Bulatov | 2021-01-16 | 1 | -1/+1 |
* | Phase out SourceFileEdits in favour of a plain HashMap | Lukas Wirth | 2021-01-14 | 1 | -1/+1 |
* | Group file source edits by FileId | Lukas Wirth | 2021-01-14 | 1 | -2/+2 |
* | Group references by FileId | Lukas Wirth | 2021-01-12 | 1 | -1/+1 |
* | Split punctuation semantic highlighting up into more tags | Lukas Wirth | 2021-01-10 | 1 | -1/+1 |
* | Shorten names | Aleksey Kladov | 2021-01-09 | 1 | -3/+3 |
* | Shorten frequent names | Aleksey Kladov | 2021-01-09 | 1 | -1/+1 |
* | Align config's API with usage | Aleksey Kladov | 2021-01-06 | 1 | -1/+1 |
* | YAGNI active_resolve_capabilities | Aleksey Kladov | 2021-01-06 | 1 | -2/+2 |
* | Merge #7068 | bors[bot] | 2021-01-03 | 1 | -0/+5 |
|\ | |||||
| * | Initial implementation of view-hir command | Phil Ellison | 2020-12-28 | 1 | -0/+5 |
* | | Avoid a couple of allocations | Laurențiu Nicola | 2020-12-29 | 1 | -1/+1 |
|/ | |||||
* | Simplify assists resolution API | Aleksey Kladov | 2020-12-26 | 1 | -14/+8 |
* | pit-of-success API for unresolved code actions | Aleksey Kladov | 2020-12-24 | 1 | -11/+11 |
* | Implement workspace/willRenameFiles for single-level file moves | Jeremy Kolb | 2020-12-23 | 1 | -0/+8 |
* | Don't expose SyntaxKind from IDE API | Aleksey Kladov | 2020-12-18 | 1 | -1/+1 |
* | Cleaup imports | Aleksey Kladov | 2020-12-18 | 1 | -7/+7 |
* | Lifetime reference search | Lukas Wirth | 2020-12-16 | 1 | -0/+7 |
* | Simplify | Kirill Bulatov | 2020-12-07 | 1 | -1/+0 |
* | Use stateless completion resolve | Kirill Bulatov | 2020-12-07 | 1 | -0/+22 |
* | Remove the state | Kirill Bulatov | 2020-12-07 | 1 | -1/+1 |
* | Make completion resolve async | Kirill Bulatov | 2020-12-07 | 1 | -1/+1 |
* | Simplify import edit calculation | Kirill Bulatov | 2020-12-07 | 1 | -1/+1 |
* | Properly fill client completion resolve capabilities data | Kirill Bulatov | 2020-12-07 | 1 | -2/+2 |
* | Working resolve completion imports prototype | Kirill Bulatov | 2020-12-07 | 1 | -1/+2 |
* | Extract the import code into the shared module | Kirill Bulatov | 2020-11-27 | 1 | -3/+1 |
* | Remove more unreachable pubs | Aleksey Kladov | 2020-11-02 | 1 | -6/+8 |
* | Re-export base_db from ide_db | Igor Aleksanov | 2020-10-24 | 1 | -4/+4 |
* | Make call_info a part of ide_db | Igor Aleksanov | 2020-10-24 | 1 | -2/+2 |
* | Extract call_info and completion into separate crates | Igor Aleksanov | 2020-10-18 | 1 | -6/+4 |
* | Improve prime_caches and display its progress | Jonas Schievink | 2020-10-12 | 1 | -2/+6 |
* | Merge #5917 | bors[bot] | 2020-10-12 | 1 | -1/+9 |
|\ | |||||
| * | Code reorganisation and field support | Zac Pullar-Strecker | 2020-10-08 | 1 | -1/+1 |
| * | Changes from review | Zac Pullar-Strecker | 2020-10-08 | 1 | -1/+1 |
| * | Rename ide::link_rewrite -> ide::doc_links & tidy imports | Zac Pullar-Strecker | 2020-10-08 | 1 | -3/+3 |
| * | WIP: Command to open docs under cursor | Zac Pullar-Strecker | 2020-10-08 | 1 | -0/+8 |
* | | Show reason for failed rename refactoring | Rüdiger Herrmann | 2020-10-10 | 1 | -2/+4 |
|/ | |||||
* | honor content_format clientcap | Robin van Dijk | 2020-10-05 | 1 | -1/+3 |
* | rename mock_analysis -> fixture | Aleksey Kladov | 2020-10-02 | 1 | -1/+1 |
* | Move ide::AnalysisChange -> base_db::Change | Aleksey Kladov | 2020-10-02 | 1 | -4/+3 |
* | Reduce visibiity | Aleksey Kladov | 2020-10-02 | 1 | -1/+2 |
* | Extend **Status** command to also show dep info for the file | Aleksey Kladov | 2020-09-29 | 1 | -2/+2 |
* | Remove periodic gc stub | Aleksey Kladov | 2020-09-29 | 1 | -4/+0 |
* | Do not show references CodeLens for tests. | vsrs | 2020-09-29 | 1 | -13/+4 |