Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
|\ | |||||
| * | 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 |
* | 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 |
* | remove Cancelable from nameres | Aleksey Kladov | 2019-01-15 | 3 | -4/+4 |
* | remove Cancelable from fn_scopes | Aleksey Kladov | 2019-01-15 | 3 | -4/+4 |
* | remove Cancelable from funciton body | Aleksey Kladov | 2019-01-15 | 3 | -3/+3 |
* | remove Cancelable from navigation target | Aleksey Kladov | 2019-01-15 | 6 | -30/+18 |
* | remove Cancelable from static&const API | Aleksey Kladov | 2019-01-15 | 1 | -4/+4 |
* | remove Cancelable from adt API | Aleksey Kladov | 2019-01-15 | 3 | -5/+5 |
* | remove Cancelable from Module API, part 2 | Aleksey Kladov | 2019-01-15 | 3 | -7/+6 |
* | remove Cancelable from Module API | Aleksey Kladov | 2019-01-15 | 3 | -7/+6 |
* | remove cancelable from symbols | Aleksey Kladov | 2019-01-15 | 5 | -14/+12 |
* | remove Cancelable from source binders | Aleksey Kladov | 2019-01-15 | 7 | -14/+12 |
* | check_canceled does not return Result | Aleksey Kladov | 2019-01-15 | 1 | -1/+1 |
* | update salsa | Aleksey Kladov | 2019-01-15 | 1 | -1/+1 |
* | Merge #546 | bors[bot] | 2019-01-15 | 13 | -155/+309 |
|\ | |||||
| * | switch to insta for testing | Aleksey Kladov | 2019-01-15 | 13 | -155/+309 |