aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Add a very hacky workaround to not trace decorations requestsDJMcNab2018-12-241-1/+25
|
* Improve commentDJMcNab2018-12-231-2/+2
|
* Undo the previous mistaken change and make publish_decorations optionalDJMcNab2018-12-212-8/+11
| | | | | | | | See https://github.com/Microsoft/language-server-protocol/issues/567 for motivations to not require `InitializationOptions` TODO: Check if there are any other protocol extensions which should be disabled if not implemented on the client
* Disable highlighting if disabledDJMcNab2018-12-201-2/+2
| | | | | | | | This isn't working properly because we don't dynamically disable or enable it TODO: work out why highlighting can be enabled mid session. TODO: Improve settings handling
* Support tracing lsp requests.DJMcNab2018-12-201-0/+11
| | | | | | TODO: Debug why decorations are sent even when highlightingOn is disabled This makes the log volume so high its impossible to work with anyway
* extend commentAleksey Kladov2018-12-201-1/+5
|
* Merge #298bors[bot]2018-12-204-18/+51
|\ | | | | | | | | | | | | | | 298: docs for input queries r=matklad a=matklad bors r+ Co-authored-by: Aleksey Kladov <[email protected]>
| * docs for input queriesAleksey Kladov2018-12-204-18/+51
|/
* Merge #297bors[bot]2018-12-202-1/+2
|\ | | | | | | | | | | | | | | 297: Use ContentModified error code r=matklad a=matklad https://github.com/Microsoft/language-server-protocol/commit/25679c2e4b26cb18af8c943319d40d4f3561a340 Co-authored-by: Aleksey Kladov <[email protected]>
| * Use ContentModified error codeAleksey Kladov2018-12-202-1/+2
| | | | | | | | https://github.com/Microsoft/language-server-protocol/commit/25679c2e4b26cb18af8c943319d40d4f3561a340
* | Merge #292bors[bot]2018-12-2031-857/+1354
|\ \ | |/ |/| | | | | | | | | | | | | | | 292: Vfs r=matklad a=matklad closes #243 Co-authored-by: Aleksey Kladov <[email protected]>
| * set symbol index as constAleksey Kladov2018-12-201-29/+1
| |
| * TreatAleksey Kladov2018-12-201-2/+30
| |
| * Restore library symbolsAleksey Kladov2018-12-201-1/+4
| |
| * enable incremental releaseAleksey Kladov2018-12-201-0/+1
| |
| * fixme commentAleksey Kladov2018-12-201-0/+1
| |
| * resolve paths across cratesAleksey Kladov2018-12-201-4/+17
| |
| * workaround across-crate resolve bugsAleksey Kladov2018-12-201-12/+21
| |
| * fix testsAleksey Kladov2018-12-205-13/+26
| |
| * index all local cratesAleksey Kladov2018-12-206-33/+37
| |
| * fix the testAleksey Kladov2018-12-201-1/+1
| |
| * File can be opened before the root is scannedAleksey Kladov2018-12-201-0/+12
| |
| * fix sycAleksey Kladov2018-12-205-13/+55
| |
| * swtich lsp server to vfsAleksey Kladov2018-12-2014-398/+234
| |
| * remove more importsAleksey Kladov2018-12-202-23/+2
| |
| * dead importAleksey Kladov2018-12-201-2/+1
| |
| * fix hir mockAleksey Kladov2018-12-202-19/+23
| |
| * kill file resolverAleksey Kladov2018-12-203-94/+1
| |
| * switch analysis to vfsAleksey Kladov2018-12-208-100/+142
| |
| * doc commentAleksey Kladov2018-12-201-0/+1
| |
| * add root & path info to remove eventAleksey Kladov2018-12-201-2/+4
| |
| * make it compileAleksey Kladov2018-12-204-9/+6
| |
| * remove relpath from inputAleksey Kladov2018-12-202-11/+2
| |
| * use relpaths for module resolveAleksey Kladov2018-12-204-18/+35
| |
| * implement vfs events handlingAleksey Kladov2018-12-207-43/+349
| |
| * add io::TaskAleksey Kladov2018-12-202-26/+34
| |
| * Add type aliasAleksey Kladov2018-12-202-4/+8
| |
| * vfs crate scaffoldAleksey Kladov2018-12-206-68/+89
| |
| * wipAleksey Kladov2018-12-206-167/+452
|/
* Merge #294bors[bot]2018-12-194-8/+8
|\ | | | | | | | | | | | | | | 294: Bump languageserver-types to 0.53.0 to support LSP 3.14.0 r=matklad a=kjeremy See: https://microsoft.github.io/language-server-protocol/specification#version_3_14_0 Co-authored-by: Jeremy A. Kolb <[email protected]>
| * Bump languageserver-types to 0.53.0 to support LSP 3.14.0Jeremy A. Kolb2018-12-194-8/+8
|/ | | | See: https://microsoft.github.io/language-server-protocol/specification#version_3_14_0
* Merge #273bors[bot]2018-12-1914-234/+496
|\ | | | | | | | | | | | | | | | | | | | | | | 273: Add a test to ensure that we can parse each file r=matklad a=DJMcNab Note that this has a non-spurious failure in ra_analysis/src/mock_analysis. Probably fixes #195. If my understanding is correct, fixes #214 and fixes #225. Co-authored-by: DJMcNab <[email protected]>
| * Add tests and only traverse in the crates directoryDJMcNab2018-12-197-94/+185
| |
| * Move is_block to lower in the call treeDJMcNab2018-12-194-115/+104
| |
| * Revert "Revert to f6f7c5"DJMcNab2018-12-193-22/+36
| | | | | | | | | | | | This approach is correct, but it needs an addition to Restrictions too This reverts commit ad00d0c8a5f64142e6636e8b048204c8f8982f4a.
| * Fix handling of structs in match armsDJMcNab2018-12-191-1/+1
| |
| * Revert to f6f7c5DJMcNab2018-12-193-36/+22
| |
| * Fix expression parsing by bailing out upon a macro block being foundDJMcNab2018-12-192-17/+12
| | | | | | | | | | | | TODO: Fix this when the block like macro is in expression position E.g. `test(test!{})` currently parses
| * Possibly fix #225DJMcNab2018-12-192-21/+40
| |
| * Actually fix at_ts doc comment (committed wrong file :P)DJMcNab2018-12-191-1/+1
| |