aboutsummaryrefslogtreecommitdiff
path: root/crates
Commit message (Expand)AuthorAgeFilesLines
...
| * Add simplisitc global modification cachingAleksey Kladov2018-09-153-31/+111
| * initial query tracingAleksey Kladov2018-09-152-13/+55
| * start query-based modulesAleksey Kladov2018-09-157-41/+361
* | Merge #69bors[bot]2018-09-154-198/+360
|\ \ | |/ |/|
| * independent tests for incremental reparsing of blocks and leavesdarksv2018-09-151-48/+68
| * move reparsing testsdarksv2018-09-153-129/+140
| * commit missing filedarksv2018-09-151-1/+1
| * create separated mod for reparsing functionalitydarksv2018-09-153-170/+200
| * correctly handle IDENTs when changed to contextual keywordsdarksv2018-09-141-1/+15
| * create leaf directly without calling the parserdarksv2018-09-141-23/+2
| * Incremental reparsing for single tokens (WHITESPACE, COMMENT, DOC_COMMENT, ID...darksv2018-09-132-14/+122
* | adjust trailing newlinedarksv2018-09-142-2/+4
* | add missing files with inline testsdarksv2018-09-142-0/+13
* | Support for unionsdarksv2018-09-144-7/+161
|/
* don't get stuck in slice patternsAleksey Kladov2018-09-122-21/+122
* correctly setup path-map for fs-changesAleksey Kladov2018-09-121-23/+24
* Merge #68bors[bot]2018-09-119-28/+98
|\
| * Do not reparse token tree when it is not delimited by bracesdarksv2018-09-102-1/+6
| * Implement reparsing for remaining blocksdarksv2018-09-109-28/+93
* | store file rsovlerAleksey Kladov2018-09-107-116/+146
|/
* Merge #65bors[bot]2018-09-081-1/+1
|\
| * simplifyAleksey Kladov2018-09-081-1/+1
* | Fix yet another parser infinite loopAleksey Kladov2018-09-082-8/+10
* | Add fuzz failures dirAleksey Kladov2018-09-082-4/+213
|/
* move fuzz-invariants to the libraryAleksey Kladov2018-09-083-41/+44
* Add trivial fuzzer for parserPascal Hertleif2018-09-083-0/+38
* Don't overflow when limiting symbol searchAleksey Kladov2018-09-081-3/+2
* Some abstraction around workersAleksey Kladov2018-09-085-74/+92
* Deal with deadlocks in a more principaled wayAleksey Kladov2018-09-086-27/+39
* fix deadlockAleksey Kladov2018-09-081-14/+18
* Fix block structure in enumsAleksey Kladov2018-09-085-25/+274
* simplifyAleksey Kladov2018-09-085-9/+14
* Don't get stuck in tuple exprsAleksey Kladov2018-09-084-96/+484
* Don't get stuck in macrosAleksey Kladov2018-09-083-1/+54
* fix stuck parserAleksey Kladov2018-09-087-2/+719
* fix labled expressionsAleksey Kladov2018-09-089-14/+313
* nested mod completionAleksey Kladov2018-09-075-46/+68
* Remove dyn dispatchAleksey Kladov2018-09-073-21/+65
* Separete API from IMPLAleksey Kladov2018-09-071-14/+14
* Moved TokenSet into it's own file.Zac Winter2018-09-064-37/+41
* better introduceAleksey Kladov2018-09-051-8/+26
* introduce variableAleksey Kladov2018-09-056-10/+72
* use correct workdir for the serverAleksey Kladov2018-09-052-10/+19
* even less hacksAleksey Kladov2018-09-051-18/+16
* less hacky pathsAleksey Kladov2018-09-051-12/+9
* Merge #56bors[bot]2018-09-055-45/+137
|\
| * Added tests for Ptr.Zach Lute2018-09-051-0/+78
| * Updated Ptr methods to better match Parser method names.Zach Lute2018-09-055-45/+59
* | fix tests on windowsAleksey Kladov2018-09-051-4/+11
|/
* switch to rayon threadpoolAleksey Kladov2018-09-043-8/+10