aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
|\
| * Bump languageserver-types to 0.53.0 to support LSP 3.14.0Jeremy A. Kolb2018-12-194-8/+8
|/
* Merge #273bors[bot]2018-12-1914-234/+496
|\
| * 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
| * 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
| * Possibly fix #225DJMcNab2018-12-192-21/+40
| * Actually fix at_ts doc comment (committed wrong file :P)DJMcNab2018-12-191-1/+1
| * Fix at_ts doc commentDJMcNab2018-12-191-1/+1
| * Fix parsing of inclusive ranges (#214)DJMcNab2018-12-196-37/+158
| * Reload package-lock.jsonDJMcNab2018-12-191-72/+78
| * Add a test to ensure that we can parse each fileDJMcNab2018-12-191-2/+43
* | Merge #291bors[bot]2018-12-186-17/+21
|\ \
| * | File module source does not depend on syntaxAleksey Kladov2018-12-186-17/+21
|/ /
* | Merge #289bors[bot]2018-12-182-8/+21
|\ \
| * | disable gc for nowAleksey Kladov2018-12-181-1/+5
| * | Gc syntax trees after every modificationAleksey Kladov2018-12-182-8/+17
|/ /
* | Work around a bugAleksey Kladov2018-12-181-4/+7
* | Merge #286bors[bot]2018-12-189-46/+62
|\ \
| * | move thread worker to a separate crateAleksey Kladov2018-12-189-46/+62
|/ /
* | Merge #284bors[bot]2018-12-181-5/+5
|\ \ | |/ |/|
| * By default, log only to stderr, and not to disk.Andrew Chin2018-12-171-5/+5
* | Merge #283bors[bot]2018-12-171-18/+58
|\ \ | |/ |/|
| * big pictureAleksey Kladov2018-12-171-1/+28
| * docs about cancelationAleksey Kladov2018-12-171-0/+5
| * update architecture.mdAleksey Kladov2018-12-171-19/+27
|/
* Merge #280bors[bot]2018-12-174-15/+66
|\
| * Fixed cast expression parsing in ra_syntax.Roland Ruckerbauer2018-12-174-15/+66
|/