| Commit message (Expand) | Author | Age | Files | Lines |
* | Inline snapshots for all tests in complete_snippet, remove now-unused check_c... | Phil Ellison | 2019-07-28 | 1 | -7/+0 |
* | allow rustfmt to reorder imports | Aleksey Kladov | 2019-07-04 | 1 | -2/+2 |
* | update ra_ide_api to use builtins | Aleksey Kladov | 2019-05-30 | 1 | -0/+2 |
* | Added local macro goto | Lenard Pratt | 2019-05-04 | 1 | -0/+1 |
* | move the rest of presentation to presentation | Aleksey Kladov | 2019-02-24 | 1 | -39/+2 |
* | move more code to presentation | Aleksey Kladov | 2019-02-24 | 1 | -72/+1 |
* | move presentaion completion to presentation | Aleksey Kladov | 2019-02-24 | 1 | -80/+0 |
* | more compact edits in insta | Aleksey Kladov | 2019-02-18 | 1 | -3/+9 |
* | Don't use additional_text_edits API internally | Aleksey Kladov | 2019-02-18 | 1 | -41/+62 |
* | More orthogonal method naming | Aleksey Kladov | 2019-02-18 | 1 | -6/+1 |
* | More compact debug representation for completion | Aleksey Kladov | 2019-02-18 | 1 | -5/+32 |
* | Don't render `()` in calls to assoc functions | Aleksey Kladov | 2019-02-17 | 1 | -0/+11 |
* | Implement completion for associated items | Laurențiu Nicola | 2019-02-12 | 1 | -0/+34 |
* | fix regression in self-referential completion | Aleksey Kladov | 2019-02-11 | 1 | -2/+8 |
* | reformat the world | Aleksey Kladov | 2019-02-08 | 1 | -12/+4 |
* | Some clippy cleanups | kjeremy | 2019-02-06 | 1 | -3/+3 |
* | Make the Resolution variants tuple variants | Florian Diebold | 2019-02-01 | 1 | -16/+12 |
* | Use the new Resolver API in completion | Florian Diebold | 2019-02-01 | 1 | -13/+31 |
* | Pass Documentation up to LSP and add "rust" to our codeblocks there | Jeremy Kolb | 2019-01-30 | 1 | -25/+10 |
* | Sort completions in tests | Florian Diebold | 2019-01-27 | 1 | -1/+2 |
* | Add module documentation support | Jeremy A. Kolb | 2019-01-25 | 1 | -1/+1 |
* | rename def_id -> def | Aleksey Kladov | 2019-01-25 | 1 | -4/+1 |
* | ModuleDef is Def-free | Aleksey Kladov | 2019-01-24 | 1 | -1/+0 |
* | Migrate trait & type to new ids | Aleksey Kladov | 2019-01-24 | 1 | -5/+3 |
* | move consts&statics to new id | Aleksey Kladov | 2019-01-24 | 1 | -2/+2 |
* | adapt ide_api to the new API | Aleksey Kladov | 2019-01-24 | 1 | -0/+1 |
* | adapt ide_api to the new API | Aleksey Kladov | 2019-01-24 | 1 | -2/+2 |
* | update ide_api to new hir | Aleksey Kladov | 2019-01-24 | 1 | -1/+1 |
* | Change ids strategy | Aleksey Kladov | 2019-01-24 | 1 | -38/+23 |
* | Add a bunch of new documentation to completions | Jeremy A. Kolb | 2019-01-23 | 1 | -14/+16 |
* | Add way of getting docs from the code model and use for completion | Jeremy A. Kolb | 2019-01-23 | 1 | -6/+7 |
* | don't insert parens for self methods | Aleksey Kladov | 2019-01-23 | 1 | -1/+14 |
* | move completion item tests closer to the code | Aleksey Kladov | 2019-01-23 | 1 | -1/+60 |
* | Move label from hir to ide_api | Jeremy A. Kolb | 2019-01-22 | 1 | -2/+25 |
* | Add function signature to CompletionItem detail | Jeremy A. Kolb | 2019-01-22 | 1 | -0/+4 |
* | Move docs to Function | Jeremy Kolb | 2019-01-22 | 1 | -3/+2 |
* | Thread documentation through FnSignature and CompletionItem | Jeremy Kolb | 2019-01-22 | 1 | -0/+5 |
* | Teach CompletionItem about documentation | Jeremy Kolb | 2019-01-22 | 1 | -0/+16 |
* | postfix completion | gfreezy | 2019-01-21 | 1 | -0/+6 |
* | use a combination of `source_change` and `text_edit` for `CompleteItem` | gfreezy | 2019-01-20 | 1 | -12/+18 |
* | refactor to use `remove_range` and `replace_range` instead of TextEdit | gfreezy | 2019-01-19 | 1 | -74/+36 |
* | ignore unused methods | gfreezy | 2019-01-19 | 1 | -0/+3 |
* | refactor completions to use TextEdit instead of InsertText | gfreezy | 2019-01-19 | 1 | -88/+122 |
* | remove Cancelable from navigation target | Aleksey Kladov | 2019-01-15 | 1 | -1/+1 |
* | args -> params | Florian Diebold | 2019-01-12 | 1 | -1/+1 |
* | Complete inherent methods | Florian Diebold | 2019-01-12 | 1 | -1/+6 |
* | actually produce missing def kinds | Aleksey Kladov | 2019-01-11 | 1 | -0/+20 |
* | dont complete () if they are already there | Aleksey Kladov | 2019-01-10 | 1 | -1/+1 |
* | show field types in completion | Aleksey Kladov | 2019-01-09 | 1 | -2/+9 |
* | add completion detail | Aleksey Kladov | 2019-01-09 | 1 | -0/+12 |