Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Change ids strategy | Aleksey Kladov | 2019-01-24 | 7 | -75/+76 |
| | | | | | | | this is a part of larghish hir refactoring which aims to * replace per-source-root module trees with per crate trees * switch from a monotyped DedId to type-specific ids | ||||
* | encapsulate hir locations | Aleksey Kladov | 2019-01-24 | 2 | -30/+10 |
| | |||||
* | 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 |
| | |||||
* | move SyntaxPtr to ra_syntax | Aleksey Kladov | 2019-01-23 | 3 | -10/+10 |
| | |||||
* | 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 | 5 | -44/+66 |
| | | | | | this is the reason why we need marks: the tests were spread across two files, because I've forgotten that there were tests already | ||||
* | :arrow_up: insta | Aleksey Kladov | 2019-01-23 | 1 | -1/+1 |
| | |||||
* | fix completion bugs | gfreezy | 2019-01-23 | 26 | -133/+154 |
| | |||||
* | Merge #598 | bors[bot] | 2019-01-23 | 15 | -31/+92 |
|\ | | | | | | | | | | | | | | | 598: Add function signature to CompletionItem detail r=matklad a=kjeremy Co-authored-by: Jeremy A. Kolb <[email protected]> | ||||
| * | 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 |
| | | |||||
* | | ad status command | Aleksey Kladov | 2019-01-22 | 2 | -0/+21 |
| | | |||||
* | | Simplify CallInfo label and documentation | Jeremy A. Kolb | 2019-01-22 | 1 | -40/+7 |
|/ | |||||
* | Update snaps | Jeremy A. Kolb | 2019-01-22 | 53 | -212/+439 |
| | |||||
* | 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 |
| | |||||
* | :arrow_up: insta | Aleksey Kladov | 2019-01-21 | 1 | -1/+1 |
| | |||||
* | Fix .not postfix completion | Florian Diebold | 2019-01-21 | 4 | -9/+9 |
| | |||||
* | Merge #582 | bors[bot] | 2019-01-21 | 6 | -30/+312 |
|\ | | | | | | | | | | | | | | | 582: Postfix completion r=matklad a=gfreezy resolved #525 Co-authored-by: gfreezy <[email protected]> | ||||
| * | postfix completion | gfreezy | 2019-01-21 | 6 | -30/+312 |
| | | |||||
* | | typos fix | gfreezy | 2019-01-21 | 1 | -4/+4 |
|/ | |||||
* | Merge #574 | bors[bot] | 2019-01-20 | 52 | -301/+2179 |
|\ | | | | | | | | | | | | | | | | | 574: refactor completions to use TextEdit instead of InsertText r=matklad a=gfreezy 1. migrate from `insertText` to `TextEdit` from `CompleteItem` 2. use `insta` to test completions Co-authored-by: gfreezy <[email protected]> | ||||
| * | 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 |
| | | |||||
| * | refactor to use `remove_range` and `replace_range` instead of TextEdit | gfreezy | 2019-01-19 | 46 | -748/+606 |
| | | |||||
| * | ignore unused methods | gfreezy | 2019-01-19 | 1 | -0/+3 |
| | | |||||
| * | refactor completions to use TextEdit instead of InsertText | gfreezy | 2019-01-19 | 52 | -296/+2296 |
| | | |||||
* | | extend selection expands macros and can totally panic | Aleksey Kladov | 2019-01-20 | 2 | -3/+3 |
| | | |||||
* | | somewhat better name | Aleksey Kladov | 2019-01-20 | 1 | -1/+1 |
| | | |||||
* | | make matching brace consistent | Aleksey Kladov | 2019-01-20 | 1 | -2/+3 |
| | | |||||
* | | use with_db consistently | Aleksey Kladov | 2019-01-20 | 1 | -14/+7 |
| | | |||||
* | | Generics -> GenericParams | Florian Diebold | 2019-01-19 | 1 | -1/+1 |
| | | |||||
* | | Implement beginnings of generics | Florian Diebold | 2019-01-19 | 2 | -2/+5 |
|/ | | | | | | | - add HIR for generic params - resolve generic params in type paths - add substitions for ADTs - insert type variables for substitutions | ||||
* | rename LoweredImport -> ImportId | Aleksey Kladov | 2019-01-19 | 1 | -1/+0 |
| | |||||
* | switched to lowerd module | Aleksey Kladov | 2019-01-19 | 2 | -7/+7 |
| | |||||
* | prefer inline tests | gfreezy | 2019-01-19 | 4 | -131/+140 |
| | |||||
* | fix comments | gfreezy | 2019-01-19 | 3 | -9/+2 |
| | |||||
* | move rename to a new mod | gfreezy | 2019-01-19 | 7 | -98/+231 |
| | |||||
* | rename mod | gfreezy | 2019-01-19 | 2 | -15/+116 |
| | |||||
* | :arrow_up: salsa | Aleksey Kladov | 2019-01-17 | 5 | -29/+27 |
| | |||||
* | kill last cancelables | Aleksey Kladov | 2019-01-15 | 3 | -8/+7 |
| | |||||
* | remove Canceled from impl of ra_ide_api | Aleksey Kladov | 2019-01-15 | 7 | -79/+43 |
| | |||||
* | remove Canceled from API impl | Aleksey Kladov | 2019-01-15 | 6 | -73/+60 |
| | |||||
* | hir is cancelation free | Aleksey Kladov | 2019-01-15 | 1 | -1/+1 |
| | |||||
* | remove Cancelable from type inference | Aleksey Kladov | 2019-01-15 | 3 | -12/+7 |
| | |||||
* | remove Cancelable from Ty | Aleksey Kladov | 2019-01-15 | 1 | -4/+3 |
| |