Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | use positional ids for fields | Aleksey Kladov | 2019-01-25 | 1 | -2/+2 | |
|/ | ||||||
* | pack enum variants into arena | Aleksey Kladov | 2019-01-25 | 2 | -6/+5 | |
* | rename def_id -> def | Aleksey Kladov | 2019-01-25 | 1 | -4/+1 | |
* | write path resolution code only once | Aleksey Kladov | 2019-01-25 | 1 | -3/+1 | |
* | Merge #623 | bors[bot] | 2019-01-24 | 9 | -98/+108 | |
|\ | ||||||
| * | ModuleDef is Def-free | Aleksey Kladov | 2019-01-24 | 2 | -2/+0 | |
| * | Migrate trait & type to new ids | Aleksey Kladov | 2019-01-24 | 3 | -42/+32 | |
| * | move consts&statics to new id | Aleksey Kladov | 2019-01-24 | 3 | -10/+18 | |
| * | adapt ide_api to the new API | Aleksey Kladov | 2019-01-24 | 3 | -5/+12 | |
| * | adapt ide_api to the new API | Aleksey Kladov | 2019-01-24 | 4 | -46/+45 | |
| * | new struct id | Aleksey Kladov | 2019-01-24 | 1 | -15/+18 | |
| * | update ide_api to new hir | Aleksey Kladov | 2019-01-24 | 5 | -10/+14 | |
| * | Change ids strategy | Aleksey Kladov | 2019-01-24 | 7 | -75/+76 | |
* | | Display type when completing tuples | Jeremy Kolb | 2019-01-24 | 2 | -1/+55 | |
|/ | ||||||
* | 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 | |
* | fix completion bugs | gfreezy | 2019-01-23 | 26 | -133/+154 | |
* | Merge #598 | bors[bot] | 2019-01-23 | 15 | -31/+92 | |
|\ | ||||||
| * | 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 | 52 | -208/+433 | |
* | 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 | |
* | Merge #582 | bors[bot] | 2019-01-21 | 6 | -30/+312 | |
|\ | ||||||
| * | 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 | |
|\ | ||||||
| * | 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 | |
|/ | ||||||
* | rename LoweredImport -> ImportId | Aleksey Kladov | 2019-01-19 | 1 | -1/+0 | |
* | switched to lowerd module | Aleksey Kladov | 2019-01-19 | 2 | -7/+7 |