Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | :arrow_up: insta | Aleksey Kladov | 2019-08-29 | 1 | -15/+15 |
* | rename range -> text_range | Aleksey Kladov | 2019-07-20 | 1 | -1/+1 |
* | allow rustfmt to reorder imports | Aleksey Kladov | 2019-07-04 | 1 | -3/+3 |
* | Add completion for type aliases | Shotaro Yamada | 2019-07-02 | 1 | -1/+41 |
* | inline snapshots | funkill2 | 2019-07-01 | 1 | -157/+366 |
* | Complete associated methods on enums (and unions) as well | Florian Diebold | 2019-06-29 | 1 | -6/+49 |
* | rename XSignature -> XData | Aleksey Kladov | 2019-06-18 | 1 | -2/+2 |
* | update ra_ide_api to use builtins | Aleksey Kladov | 2019-05-30 | 1 | -0/+20 |
* | New krate() method in Resolver. | Marco Groppo | 2019-04-19 | 1 | -2/+2 |
* | Initial support for lang items. | Marco Groppo | 2019-04-19 | 1 | -10/+13 |
* | hide resolver | Aleksey Kladov | 2019-04-13 | 1 | -1/+1 |
* | remove resolver from CompletonContext | Aleksey Kladov | 2019-04-11 | 1 | -1/+1 |
* | type-safer source-map for bindings | Aleksey Kladov | 2019-04-10 | 1 | -5/+3 |
* | always produce source for import | Aleksey Kladov | 2019-04-02 | 1 | -5/+8 |
* | fix a panic with glob-import missing a source map | Aleksey Kladov | 2019-04-02 | 1 | -0/+12 |
* | Rename Type => TypeAlias | Florian Diebold | 2019-02-24 | 1 | -1/+1 |
* | move testing functions | Aleksey Kladov | 2019-02-24 | 1 | -5/+2 |
* | move res completion to presentation | Aleksey Kladov | 2019-02-24 | 1 | -34/+5 |
* | simplify | Aleksey Kladov | 2019-02-24 | 1 | -31/+31 |
* | move enum-variants to presentation | Aleksey Kladov | 2019-02-24 | 1 | -21/+5 |
* | simplify | Aleksey Kladov | 2019-02-24 | 1 | -1/+1 |
* | move function rendering to presentation | Aleksey Kladov | 2019-02-24 | 1 | -8/+1 |
* | Implement completion for associated items | Laurențiu Nicola | 2019-02-12 | 1 | -1/+103 |
* | fix regression in self-referential completion | Aleksey Kladov | 2019-02-11 | 1 | -13/+23 |
* | use extern prelude in Resolver | Aleksey Kladov | 2019-02-11 | 1 | -0/+16 |
* | reformat the world | Aleksey Kladov | 2019-02-08 | 1 | -8/+4 |
* | Some cleanup and additional tests | Florian Diebold | 2019-02-01 | 1 | -0/+11 |
* | Make the Resolution variants tuple variants | Florian Diebold | 2019-02-01 | 1 | -2/+2 |
* | Cleanup | Florian Diebold | 2019-02-01 | 1 | -3/+3 |
* | Use the new Resolver API in completion | Florian Diebold | 2019-02-01 | 1 | -6/+6 |
* | Add module documentation support | Jeremy A. Kolb | 2019-01-25 | 1 | -0/+16 |
* | EnumVariant details for completion | Jeremy A. Kolb | 2019-01-25 | 1 | -1/+34 |
* | pack enum variants into arena | Aleksey Kladov | 2019-01-25 | 1 | -5/+5 |
* | Migrate trait & type to new ids | Aleksey Kladov | 2019-01-24 | 1 | -6/+1 |
* | move consts&statics to new id | Aleksey Kladov | 2019-01-24 | 1 | -0/+2 |
* | adapt ide_api to the new API | Aleksey Kladov | 2019-01-24 | 1 | -1/+4 |
* | adapt ide_api to the new API | Aleksey Kladov | 2019-01-24 | 1 | -20/+15 |
* | update ide_api to new hir | Aleksey Kladov | 2019-01-24 | 1 | -0/+2 |
* | Change ids strategy | Aleksey Kladov | 2019-01-24 | 1 | -17/+20 |
* | Fix snap | Jeremy A. Kolb | 2019-01-23 | 1 | -1/+7 |
* | Add way of getting docs from the code model and use for completion | Jeremy A. Kolb | 2019-01-23 | 1 | -1/+4 |
* | move completion item tests closer to the code | Aleksey Kladov | 2019-01-23 | 1 | -26/+0 |
* | use a combination of `source_change` and `text_edit` for `CompleteItem` | gfreezy | 2019-01-20 | 1 | -2/+2 |
* | refactor to use `remove_range` and `replace_range` instead of TextEdit | gfreezy | 2019-01-19 | 1 | -6/+14 |
* | refactor completions to use TextEdit instead of InsertText | gfreezy | 2019-01-19 | 1 | -10/+11 |
* | remove Canceled from impl of ra_ide_api | Aleksey Kladov | 2019-01-15 | 1 | -6/+4 |
* | remove Cancelable from nameres | Aleksey Kladov | 2019-01-15 | 1 | -2/+2 |
* | remove Cancelable from navigation target | Aleksey Kladov | 2019-01-15 | 1 | -1/+1 |
* | remove Cancelable from adt API | Aleksey Kladov | 2019-01-15 | 1 | -1/+1 |
* | Use name resolution for goto definition | Florian Diebold | 2019-01-10 | 1 | -3/+3 |