Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | make Docs handing more ideomatic | Aleksey Kladov | 2019-06-08 | 1 | -1/+1 |
| | |||||
* | rename | Aleksey Kladov | 2019-06-01 | 1 | -25/+25 |
| | |||||
* | update ra_ide_api to use builtins | Aleksey Kladov | 2019-05-30 | 1 | -0/+1 |
| | |||||
* | Added local macro goto | Lenard Pratt | 2019-05-04 | 1 | -0/+1 |
| | |||||
* | Refactor CallInfo function signatures to new FunctionSignature type | Ville Penttinen | 2019-04-09 | 1 | -0/+22 |
| | | | | | This is used by CallInfo to create a pretty printed function signature that can be used with completions and other places as well. | ||||
* | LSP: Support EnumMember and Field | kjeremy | 2019-03-11 | 1 | -0/+2 |
| | |||||
* | rename type to type_alias in the AST as well | Aleksey Kladov | 2019-02-25 | 1 | -1/+1 |
| | |||||
* | Don't use additional_text_edits API internally | Aleksey Kladov | 2019-02-18 | 1 | -6/+26 |
| | |||||
* | Refactor find_all_refs to return ReferenceSearchResult | Ville Penttinen | 2019-02-17 | 1 | -1/+1 |
| | |||||
* | reformat the world | Aleksey Kladov | 2019-02-08 | 1 | -47/+12 |
| | |||||
* | Some clippy cleanups | kjeremy | 2019-02-06 | 1 | -5/+2 |
| | |||||
* | Use the new Resolver API in completion | Florian Diebold | 2019-02-01 | 1 | -0/+1 |
| | |||||
* | Pass Documentation up to LSP and add "rust" to our codeblocks there | Jeremy Kolb | 2019-01-30 | 1 | -8/+11 |
| | |||||
* | Fix target_selection_range type | Hirokazu Hata | 2019-01-23 | 1 | -1/+1 |
| | |||||
* | Teach CompletionItem about documentation | Jeremy Kolb | 2019-01-22 | 1 | -2/+10 |
| | |||||
* | use a combination of `source_change` and `text_edit` for `CompleteItem` | gfreezy | 2019-01-20 | 1 | -7/+4 |
| | |||||
* | refactor to use `remove_range` and `replace_range` instead of TextEdit | gfreezy | 2019-01-19 | 1 | -7/+13 |
| | |||||
* | refactor completions to use TextEdit instead of InsertText | gfreezy | 2019-01-19 | 1 | -16/+19 |
| | |||||
* | switch to lsp-types | Aleksey Kladov | 2019-01-14 | 1 | -15/+15 |
| | |||||
* | target_selection_range is not nullable in the implementation | Aleksey Kladov | 2019-01-13 | 1 | -5/+10 |
| | |||||
* | Complete inherent methods | Florian Diebold | 2019-01-12 | 1 | -0/+1 |
| | |||||
* | actually produce missing def kinds | Aleksey Kladov | 2019-01-11 | 1 | -0/+4 |
| | |||||
* | fix tests | Aleksey Kladov | 2019-01-11 | 1 | -2/+3 |
| | |||||
* | use location link in goto def | Aleksey Kladov | 2019-01-11 | 1 | -8/+20 |
| | |||||
* | return ref ranges from gotodef | Aleksey Kladov | 2019-01-11 | 1 | -1/+10 |
| | |||||
* | add completion detail | Aleksey Kladov | 2019-01-09 | 1 | -0/+1 |
| | |||||
* | fix usages after rename | Aleksey Kladov | 2019-01-08 | 1 | -1/+1 |
| | |||||
* | dont depend on ra_editor directly | Aleksey Kladov | 2019-01-08 | 1 | -1/+1 |
| | |||||
* | Rename ImplItem to ImplBlock | Florian Diebold | 2019-01-04 | 1 | -1/+1 |
| | | | | | rustc uses the name ImplItem for items in impls, not the impl {} block itself, which could lead to confusion. | ||||
* | use lsp WorkspaceEdit instead of custom source_file_edits and file_system_edits | Bernardo | 2019-01-03 | 1 | -17/+34 |
| | |||||
* | use navigation target in API | Aleksey Kladov | 2019-01-02 | 1 | -1/+10 |
| | |||||
* | fix icons in completion | Aleksey Kladov | 2018-12-31 | 1 | -1/+0 |
| | |||||
* | completion for enum variants | Aleksey Kladov | 2018-12-28 | 1 | -0/+1 |
| | |||||
* | switch to FileRange | Aleksey Kladov | 2018-12-28 | 1 | -1/+12 |
| | |||||
* | Merge #325 | bors[bot] | 2018-12-27 | 1 | -40/+7 |
|\ | | | | | | | | | | | | | | | | | | | 325: implement translate_offset_with_edit r=matklad a=vemoo - Implement `translate_offset_with_edit` to resolve #105 - Add proptest impls for text, offsets and edits and use them in tests for `translate_offset_with_edit` and `LineIndex` - Added benchmark for `translate_offset_with_edit` Co-authored-by: Bernardo <[email protected]> | ||||
| * | change to `TextEdit` to avoid allocation and sort | Bernardo | 2018-12-25 | 1 | -4/+6 |
| | | | | | | | | rename newline to step where applicable | ||||
| * | use new translate_offset_with_edit for TryConvWith | Bernardo | 2018-12-25 | 1 | -36/+1 |
| | | | | | | | | doc comments | ||||
| * | move translate_offset_with_edit to ra_editor | Bernardo | 2018-12-25 | 1 | -305/+0 |
| | | |||||
| * | initial newline translation working | Bernardo | 2018-12-25 | 1 | -13/+257 |
| | | | | | | | | | | | | todo: cleanup, simplify handle columns | ||||
| * | test translate_offset_with_edit against simple impl for single edits | Bernardo | 2018-12-25 | 1 | -0/+61 |
| | | |||||
* | | Implement basic completion for fields | Florian Diebold | 2018-12-25 | 1 | -0/+1 |
| | | |||||
* | | Do name resolution by namespace (types/values) | Florian Diebold | 2018-12-25 | 1 | -0/+2 |
|/ | |||||
* | binding icon | Aleksey Kladov | 2018-12-21 | 1 | -0/+1 |
| | |||||
* | moar icons | Aleksey Kladov | 2018-12-21 | 1 | -0/+2 |
| | |||||
* | more icons | Aleksey Kladov | 2018-12-21 | 1 | -1/+14 |
| | |||||
* | move completion items to conv | Aleksey Kladov | 2018-12-21 | 1 | -2/+26 |
| | |||||
* | edits use source-root API | Aleksey Kladov | 2018-12-21 | 1 | -8/+9 |
| | |||||
* | hide atom edits a bit | Aleksey Kladov | 2018-12-21 | 1 | -5/+10 |
| | |||||
* | fix SourceFileEdit name | Aleksey Kladov | 2018-12-21 | 1 | -2/+2 |
| | |||||
* | rename Edit to TextEdit and AtomEdit to AtomTextEdit | Bernardo | 2018-12-11 | 1 | -11/+11 |
| |