Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | move completion item tests closer to the code | Aleksey Kladov | 2019-01-23 | 1 | -0/+3 |
| | | | | | this is the reason why we need marks: the tests were spread across two files, because I've forgotten that there were tests already | ||||
* | ad status command | Aleksey Kladov | 2019-01-22 | 1 | -0/+6 |
| | |||||
* | Merge #574 | bors[bot] | 2019-01-20 | 1 | -1/+1 |
|\ | | | | | | | | | | | | | | | | | 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]> | ||||
| * | refactor completions to use TextEdit instead of InsertText | gfreezy | 2019-01-19 | 1 | -1/+1 |
| | | |||||
* | | extend selection expands macros and can totally panic | Aleksey Kladov | 2019-01-20 | 1 | -2/+2 |
| | | |||||
* | | 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 |
|/ | |||||
* | fix comments | gfreezy | 2019-01-19 | 1 | -1/+1 |
| | |||||
* | move rename to a new mod | gfreezy | 2019-01-19 | 1 | -1/+2 |
| | |||||
* | :arrow_up: salsa | Aleksey Kladov | 2019-01-17 | 1 | -2/+4 |
| | |||||
* | kill last cancelables | Aleksey Kladov | 2019-01-15 | 1 | -2/+2 |
| | |||||
* | remove Canceled from impl of ra_ide_api | Aleksey Kladov | 2019-01-15 | 1 | -12/+3 |
| | |||||
* | remove Canceled from API impl | Aleksey Kladov | 2019-01-15 | 1 | -7/+9 |
| | |||||
* | remove Cancelable from Module API, part 2 | Aleksey Kladov | 2019-01-15 | 1 | -1/+1 |
| | |||||
* | remove cancelable from symbols | Aleksey Kladov | 2019-01-15 | 1 | -4/+3 |
| | |||||
* | rename TreePtr -> TreeArc | Aleksey Kladov | 2019-01-11 | 1 | -2/+2 |
| | | | | This is much clearer about the semantics | ||||
* | fix tests | Aleksey Kladov | 2019-01-11 | 1 | -1/+2 |
| | |||||
* | return ref ranges from gotodef | Aleksey Kladov | 2019-01-11 | 1 | -2/+2 |
| | |||||
* | envapsulate navigation target better | Aleksey Kladov | 2019-01-11 | 1 | -35/+3 |
| | |||||
* | Make from_syntax private | Aleksey Kladov | 2019-01-11 | 1 | -1/+1 |
| | |||||
* | move nav to a separate file | Aleksey Kladov | 2019-01-11 | 1 | -73/+2 |
| | |||||
* | group feature modules | Aleksey Kladov | 2019-01-11 | 1 | -3/+3 |
| | |||||
* | Use name resolution for goto definition | Florian Diebold | 2019-01-10 | 1 | -1/+63 |
| | |||||
* | use unwinding for cancelation | Aleksey Kladov | 2019-01-10 | 1 | -18/+33 |
| | |||||
* | Fix typos in ARCHITECTURE.md and a number of crates | Marcus Klaas de Vries | 2019-01-09 | 1 | -0/+41 |
| | | | | specifically: gen_lsp_server, ra_arena, ra_cli, ra_db, ra_hir | ||||
* | Fix typo defenition -> definition | Marcus Klaas de Vries | 2019-01-08 | 1 | -3/+3 |
| | |||||
* | fix the docs | Aleksey Kladov | 2019-01-08 | 1 | -2/+8 |
| | |||||
* | fix usages after rename | Aleksey Kladov | 2019-01-08 | 1 | -0/+509 |