Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Filter attributes from the completion details/label | Laurențiu Nicola | 2019-02-12 | 2 | -0/+46 | |
* | Fix some typos | Pascal Hertleif | 2019-02-12 | 1 | -1/+1 | |
* | Implement completion for associated items | Laurențiu Nicola | 2019-02-12 | 5 | -1/+223 | |
* | fix regression in self-referential completion | Aleksey Kladov | 2019-02-11 | 2 | -15/+31 | |
* | use extern prelude in Resolver | Aleksey Kladov | 2019-02-11 | 2 | -0/+38 | |
* | reformat the world | Aleksey Kladov | 2019-02-08 | 7 | -46/+19 | |
* | Some clippy cleanups | kjeremy | 2019-02-06 | 2 | -9/+6 | |
* | Complete extern prelude (again) | Florian Diebold | 2019-02-04 | 2 | -0/+36 | |
* | fold complete_postfix tests into one | Hoàng Đức Hiếu | 2019-02-03 | 5 | -411/+3 | |
* | add postfix completion for `dbg!()` with `.dbg` | Hoàng Đức Hiếu | 2019-02-02 | 5 | -6/+212 | |
* | Some cleanup and additional tests | Florian Diebold | 2019-02-01 | 4 | -24/+120 | |
* | Make the Resolution variants tuple variants | Florian Diebold | 2019-02-01 | 2 | -18/+14 | |
* | Cleanup | Florian Diebold | 2019-02-01 | 2 | -4/+4 | |
* | Use the new Resolver API in completion | Florian Diebold | 2019-02-01 | 5 | -68/+74 | |
* | 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 | 25 | -270/+271 | |
* | Add docs to struct fields | Jeremy A. Kolb | 2019-01-25 | 2 | -6/+14 | |
* | Add module documentation support | Jeremy A. Kolb | 2019-01-25 | 3 | -1/+43 | |
* | EnumVariant details for completion | Jeremy A. Kolb | 2019-01-25 | 3 | -6/+107 | |
* | use positional ids for fields | Aleksey Kladov | 2019-01-25 | 1 | -2/+2 | |
* | pack enum variants into arena | Aleksey Kladov | 2019-01-25 | 1 | -5/+5 | |
* | rename def_id -> def | Aleksey Kladov | 2019-01-25 | 1 | -4/+1 | |
* | Merge #623 | bors[bot] | 2019-01-24 | 4 | -46/+30 | |
|\ | ||||||
| * | ModuleDef is Def-free | Aleksey Kladov | 2019-01-24 | 1 | -1/+0 | |
| * | Migrate trait & type to new ids | Aleksey Kladov | 2019-01-24 | 2 | -11/+4 | |
| * | move consts&statics to new id | Aleksey Kladov | 2019-01-24 | 2 | -2/+4 | |
| * | adapt ide_api to the new API | Aleksey Kladov | 2019-01-24 | 2 | -1/+5 | |
| * | adapt ide_api to the new API | Aleksey Kladov | 2019-01-24 | 3 | -39/+32 | |
| * | new struct id | Aleksey Kladov | 2019-01-24 | 1 | -15/+18 | |
| * | update ide_api to new hir | Aleksey Kladov | 2019-01-24 | 3 | -2/+4 | |
| * | Change ids strategy | Aleksey Kladov | 2019-01-24 | 2 | -55/+43 | |
* | | Display type when completing tuples | Jeremy Kolb | 2019-01-24 | 2 | -1/+55 | |
|/ | ||||||
* | Fix snap | Jeremy A. Kolb | 2019-01-23 | 2 | -6/+12 | |
* | Add a bunch of new documentation to completions | Jeremy A. Kolb | 2019-01-23 | 2 | -20/+30 | |
* | Add way of getting docs from the code model and use for completion | Jeremy A. Kolb | 2019-01-23 | 2 | -7/+11 | |
* | don't insert parens for self methods | Aleksey Kladov | 2019-01-23 | 5 | -13/+52 | |
* | move completion item tests closer to the code | Aleksey Kladov | 2019-01-23 | 3 | -44/+60 | |
* | fix completion bugs | gfreezy | 2019-01-23 | 26 | -133/+154 | |
* | 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 | 15 | -30/+68 | |
* | Update snaps | Jeremy A. Kolb | 2019-01-22 | 44 | -176/+385 | |
* | 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 | |
* | Fix .not postfix completion | Florian Diebold | 2019-01-21 | 4 | -9/+9 | |
* | postfix completion | gfreezy | 2019-01-21 | 5 | -29/+310 | |
* | Merge #574 | bors[bot] | 2019-01-20 | 50 | -287/+2177 | |
|\ | ||||||
| * | fix tests | gfreezy | 2019-01-20 | 8 | -19/+19 | |
| * | workaround for trigger character | gfreezy | 2019-01-20 | 1 | -1/+5 | |
| * | use a combination of `source_change` and `text_edit` for `CompleteItem` | gfreezy | 2019-01-20 | 47 | -288/+301 |