Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge #67 | bors[bot] | 2018-09-15 | 18 | -453/+1285 |
|\ | |||||
| * | everysalsa | Aleksey Kladov | 2018-09-15 | 4 | -23/+40 |
| * | kill old module_map | Aleksey Kladov | 2018-09-15 | 9 | -540/+239 |
| * | move readonly source to module tree descr | Aleksey Kladov | 2018-09-15 | 2 | -17/+25 |
| * | ModuleTreeDescriptor | Aleksey Kladov | 2018-09-15 | 8 | -138/+306 |
| * | yet another db api | Aleksey Kladov | 2018-09-15 | 5 | -258/+274 |
| * | minor | Aleksey Kladov | 2018-09-15 | 2 | -2/+3 |
| * | renames | Aleksey Kladov | 2018-09-15 | 3 | -47/+49 |
| * | use salsa for new module map | Aleksey Kladov | 2018-09-15 | 8 | -395/+318 |
| * | eager invalidation | Aleksey Kladov | 2018-09-15 | 2 | -12/+76 |
| * | be generic over data | Aleksey Kladov | 2018-09-15 | 2 | -55/+61 |
| * | generic salsa algo | Aleksey Kladov | 2018-09-15 | 3 | -0/+399 |
| * | store params in the graph | Aleksey Kladov | 2018-09-15 | 1 | -5/+7 |
| * | any-cache | Aleksey Kladov | 2018-09-15 | 2 | -21/+18 |
| * | fix dep tracking | Aleksey Kladov | 2018-09-15 | 2 | -31/+18 |
| * | add deps tracking | Aleksey Kladov | 2018-09-15 | 3 | -47/+148 |
| * | Add simplisitc global modification caching | Aleksey Kladov | 2018-09-15 | 3 | -31/+111 |
| * | initial query tracing | Aleksey Kladov | 2018-09-15 | 2 | -13/+55 |
| * | start query-based modules | Aleksey Kladov | 2018-09-15 | 7 | -41/+361 |
* | | Merge #69 | bors[bot] | 2018-09-15 | 4 | -198/+360 |
|\ \ | |/ |/| | |||||
| * | independent tests for incremental reparsing of blocks and leaves | darksv | 2018-09-15 | 1 | -48/+68 |
| * | move reparsing tests | darksv | 2018-09-15 | 3 | -129/+140 |
| * | commit missing file | darksv | 2018-09-15 | 1 | -1/+1 |
| * | create separated mod for reparsing functionality | darksv | 2018-09-15 | 3 | -170/+200 |
| * | correctly handle IDENTs when changed to contextual keywords | darksv | 2018-09-14 | 1 | -1/+15 |
| * | create leaf directly without calling the parser | darksv | 2018-09-14 | 1 | -23/+2 |
| * | Incremental reparsing for single tokens (WHITESPACE, COMMENT, DOC_COMMENT, ID... | darksv | 2018-09-13 | 2 | -14/+122 |
* | | Merge #71 | bors[bot] | 2018-09-14 | 6 | -7/+176 |
|\ \ | |/ |/| | |||||
| * | adjust trailing newline | darksv | 2018-09-14 | 2 | -2/+4 |
| * | add missing files with inline tests | darksv | 2018-09-14 | 2 | -0/+13 |
| * | Support for unions | darksv | 2018-09-14 | 4 | -7/+161 |
|/ | |||||
* | don't get stuck in slice patterns | Aleksey Kladov | 2018-09-12 | 2 | -21/+122 |
* | correctly setup path-map for fs-changes | Aleksey Kladov | 2018-09-12 | 1 | -23/+24 |
* | Merge #68 | bors[bot] | 2018-09-11 | 9 | -28/+98 |
|\ | |||||
| * | Do not reparse token tree when it is not delimited by braces | darksv | 2018-09-10 | 2 | -1/+6 |
| * | Implement reparsing for remaining blocks | darksv | 2018-09-10 | 9 | -28/+93 |
* | | store file rsovler | Aleksey Kladov | 2018-09-10 | 7 | -116/+146 |
|/ | |||||
* | Merge #65 | bors[bot] | 2018-09-08 | 2 | -7/+11 |
|\ | |||||
| * | note about symbol search | Aleksey Kladov | 2018-09-08 | 1 | -6/+10 |
| * | simplify | Aleksey Kladov | 2018-09-08 | 1 | -1/+1 |
* | | Merge #64 | bors[bot] | 2018-09-08 | 4 | -12/+223 |
|\ \ | |/ |/| | |||||
| * | Fix yet another parser infinite loop | Aleksey Kladov | 2018-09-08 | 2 | -8/+10 |
| * | Add fuzz failures dir | Aleksey Kladov | 2018-09-08 | 2 | -4/+213 |
|/ | |||||
* | move fuzz-invariants to the library | Aleksey Kladov | 2018-09-08 | 3 | -41/+44 |
* | Merge #63 | bors[bot] | 2018-09-08 | 3 | -0/+38 |
|\ | |||||
| * | Add trivial fuzzer for parser | Pascal Hertleif | 2018-09-08 | 3 | -0/+38 |
|/ | |||||
* | Don't overflow when limiting symbol search | Aleksey Kladov | 2018-09-08 | 1 | -3/+2 |
* | Some abstraction around workers | Aleksey Kladov | 2018-09-08 | 5 | -74/+92 |
* | Deal with deadlocks in a more principaled way | Aleksey Kladov | 2018-09-08 | 6 | -27/+39 |
* | fix deadlock | Aleksey Kladov | 2018-09-08 | 1 | -14/+18 |