aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* parse impl typecsmoe2018-09-253-57/+44
|
* reject impl keyword in impl headercsmoe2018-09-241-2/+10
|
* add test for impl recoverycsmoe2018-09-242-0/+70
|
* Merge #78bors[bot]2018-09-211-4/+0
|\ | | | | | | | | | | | | | | 78: Remove undefined command in code/package.json r=matklad a=ekrctb Co-authored-by: ekrctb <[email protected]>
| * Remove undefined commandekrctb2018-09-211-4/+0
|/
* Use more neutral language in the READMEAleksey Kladov2018-09-211-8/+7
|
* Merge #75bors[bot]2018-09-193-10/+9
|\ | | | | | | | | | | | | | | 75: libsyntax2 -> rust-analyzer r=matklad a=kjeremy Change a few `libsyntax2` to `rust-analyzer` Co-authored-by: Jeremy A. Kolb <[email protected]>
| * libsyntax2 -> rust-analyzerJeremy A. Kolb2018-09-183-10/+9
| |
* | prefer lifetimes in extend selectionAleksey Kladov2018-09-191-1/+13
| |
* | cleanup commentAleksey Kladov2018-09-181-3/+4
| |
* | commit lockAleksey Kladov2018-09-182-1/+1285
| |
* | Add emacs function for extend shirnk selectionAleksey Kladov2018-09-184-3/+123
|/
* eprintlnAleksey Kladov2018-09-161-7/+37
|
* goto super places cursor on modAleksey Kladov2018-09-161-0/+1
|
* tweak readmeAleksey Kladov2018-09-162-57/+135
|
* Update readmeAleksey Kladov2018-09-161-7/+47
|
* rename all thingsAleksey Kladov2018-09-16478-204/+219
|
* fix derecated callAleksey Kladov2018-09-161-2/+2
|
* fix installation for windowsAleksey Kladov2018-09-161-3/+11
|
* get rid of commandspeckAleksey Kladov2018-09-162-22/+21
|
* Merge #67bors[bot]2018-09-1518-453/+1285
|\ | | | | | | | | | | | | | | | | | | | | | | 67: Salsa r=matklad a=matklad The aim of this PR is to transition from rather ad-hock FileData and ModuleMap caching strategy to something resembling a general-purpose red-green engine. Ideally, we shouldn't recompute ModuleMap at all, unless the set of mod decls or files changes. Co-authored-by: Aleksey Kladov <[email protected]>
| * everysalsaAleksey Kladov2018-09-154-23/+40
| |
| * kill old module_mapAleksey Kladov2018-09-159-540/+239
| |
| * move readonly source to module tree descrAleksey Kladov2018-09-152-17/+25
| |
| * ModuleTreeDescriptorAleksey Kladov2018-09-158-138/+306
| |
| * yet another db apiAleksey Kladov2018-09-155-258/+274
| |
| * minorAleksey Kladov2018-09-152-2/+3
| |
| * renamesAleksey Kladov2018-09-153-47/+49
| |
| * use salsa for new module mapAleksey Kladov2018-09-158-395/+318
| |
| * eager invalidationAleksey Kladov2018-09-152-12/+76
| |
| * be generic over dataAleksey Kladov2018-09-152-55/+61
| |
| * generic salsa algoAleksey Kladov2018-09-153-0/+399
| |
| * store params in the graphAleksey Kladov2018-09-151-5/+7
| |
| * any-cacheAleksey Kladov2018-09-152-21/+18
| |
| * fix dep trackingAleksey Kladov2018-09-152-31/+18
| |
| * add deps trackingAleksey Kladov2018-09-153-47/+148
| |
| * 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
|\ \ | |/ |/| | | | | | | | | | | 69: Incremental reparsing for single tokens r=matklad a=darksv Implement incremental reparsing for `WHITESPACE`, `COMMENT`, `DOC_COMMENT`, `IDENT`, `STRING` and `RAW_STRING`. This allows to avoid reparsing whole blocks when a change was made only within these tokens. Co-authored-by: darksv <[email protected]>
| * 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, ↵darksv2018-09-132-14/+122
| | | | | | | | IDENT, STRING, RAW_STRING)
* | Merge #71bors[bot]2018-09-146-7/+176
|\ \ | |/ |/| | | | | | | | | | | 71: Support for unions r=matklad a=darksv Fixes #70 Co-authored-by: darksv <[email protected]>
| * adjust trailing newlinedarksv2018-09-142-2/+4
| |
| * add missing files with inline testsdarksv2018-09-142-0/+13
| |