aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_lsp_server
Commit message (Expand)AuthorAgeFilesLines
* Fold blocks of mod items.Andrea Pretto2019-01-251-0/+1
* add gc requestAleksey Kladov2019-01-253-9/+30
* Fill in DocumentSymbol::detailHrvoje Ban2019-01-241-1/+1
* Fix target_selection_range typeHirokazu Hata2019-01-231-1/+1
* Bumpup lsp-types to v0.55.0Hirokazu Hata2019-01-231-1/+1
* ad status commandAleksey Kladov2019-01-224-0/+28
* Teach CompletionItem about documentationJeremy Kolb2019-01-221-2/+10
* Merge #574bors[bot]2019-01-202-17/+27
|\
| * use a combination of `source_change` and `text_edit` for `CompleteItem`gfreezy2019-01-201-7/+4
| * refactor to use `remove_range` and `replace_range` instead of TextEditgfreezy2019-01-191-7/+13
| * refactor completions to use TextEdit instead of InsertTextgfreezy2019-01-192-17/+24
* | extend selection expands macros and can totally panicAleksey Kladov2019-01-201-4/+8
* | somewhat better nameAleksey Kladov2019-01-201-1/+1
* | make matching brace consistentAleksey Kladov2019-01-201-2/+1
|/
* more idiomatic codegfreezy2019-01-191-5/+6
* fix commentsgfreezy2019-01-191-31/+3
* rename modgfreezy2019-01-192-20/+32
* :arrow_up: update rustAleksey Kladov2019-01-192-2/+0
* update cargo_metadataAleksey Kladov2019-01-142-3/+6
* switch to lsp-typesAleksey Kladov2019-01-149-24/+24
* target_selection_range is not nullable in the implementationAleksey Kladov2019-01-131-5/+10
* Merge #517 #518bors[bot]2019-01-131-4/+21
|\
| * gracefully handle cycles in crate graphAleksey Kladov2019-01-131-4/+21
* | Add bench runnable and code lensJeremy Kolb2019-01-122-35/+48
|/
* Merge #505bors[bot]2019-01-121-0/+1
|\
| * Complete inherent methodsFlorian Diebold2019-01-121-0/+1
* | Merge #500bors[bot]2019-01-126-99/+154
|\ \ | |/ |/|
| * Move `CargoTargetSpec` and friends to cargo_target_spec moduleJeremy Kolb2019-01-123-90/+102
| * Code lens support for running testsJeremy A. Kolb2019-01-114-85/+128
* | Switch hover to use MarkupContentJeremy Kolb2019-01-121-2/+5
* | warn louder on mising sysrootAleksey Kladov2019-01-112-1/+9
|/
* actually produce missing def kindsAleksey Kladov2019-01-111-0/+4
* Merge #496bors[bot]2019-01-112-9/+35
|\
| * fix testsAleksey Kladov2019-01-111-2/+3
| * use location link in goto defAleksey Kladov2019-01-112-12/+25
| * return ref ranges from gotodefAleksey Kladov2019-01-112-4/+16
* | prioritize event handing over indexingAleksey Kladov2019-01-111-4/+15
|/
* fix on-type offsetAleksey Kladov2019-01-111-26/+21
* force serde in ra_syntaxAleksey Kladov2019-01-111-2/+0
* minorAleksey Kladov2019-01-102-6/+2
* wire sysroot into crate graphAleksey Kladov2019-01-104-37/+95
* special case stdAleksey Kladov2019-01-101-2/+6
* use arena for sysrootAleksey Kladov2019-01-101-49/+80
* split moduleAleksey Kladov2019-01-103-241/+261
* add sysroot boilerplateAleksey Kladov2019-01-106-32/+157
* dont depend on tools from lsp-serverAleksey Kladov2019-01-102-3/+0
* switch CargoWorkspace to arenaAleksey Kladov2019-01-102-30/+27
* add completion detailAleksey Kladov2019-01-091-0/+1
* Fix typos in ARCHITECTURE.md and a number of cratesMarcus Klaas de Vries2019-01-091-1/+1
* Fix typo defenition -> definitionMarcus Klaas de Vries2019-01-081-1/+1