Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge #78 | bors[bot] | 2018-09-21 | 1 | -4/+0 |
|\ | | | | | | | | | | | | | | | 78: Remove undefined command in code/package.json r=matklad a=ekrctb Co-authored-by: ekrctb <[email protected]> | ||||
| * | Remove undefined command | ekrctb | 2018-09-21 | 1 | -4/+0 |
|/ | |||||
* | Use more neutral language in the README | Aleksey Kladov | 2018-09-21 | 1 | -8/+7 |
| | |||||
* | Merge #75 | bors[bot] | 2018-09-19 | 3 | -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-analyzer | Jeremy A. Kolb | 2018-09-18 | 3 | -10/+9 |
| | | |||||
* | | prefer lifetimes in extend selection | Aleksey Kladov | 2018-09-19 | 1 | -1/+13 |
| | | |||||
* | | cleanup comment | Aleksey Kladov | 2018-09-18 | 1 | -3/+4 |
| | | |||||
* | | commit lock | Aleksey Kladov | 2018-09-18 | 2 | -1/+1285 |
| | | |||||
* | | Add emacs function for extend shirnk selection | Aleksey Kladov | 2018-09-18 | 4 | -3/+123 |
|/ | |||||
* | eprintln | Aleksey Kladov | 2018-09-16 | 1 | -7/+37 |
| | |||||
* | goto super places cursor on mod | Aleksey Kladov | 2018-09-16 | 1 | -0/+1 |
| | |||||
* | tweak readme | Aleksey Kladov | 2018-09-16 | 2 | -57/+135 |
| | |||||
* | Update readme | Aleksey Kladov | 2018-09-16 | 1 | -7/+47 |
| | |||||
* | rename all things | Aleksey Kladov | 2018-09-16 | 478 | -204/+219 |
| | |||||
* | fix derecated call | Aleksey Kladov | 2018-09-16 | 1 | -2/+2 |
| | |||||
* | fix installation for windows | Aleksey Kladov | 2018-09-16 | 1 | -3/+11 |
| | |||||
* | get rid of commandspeck | Aleksey Kladov | 2018-09-16 | 2 | -22/+21 |
| | |||||
* | Merge #67 | bors[bot] | 2018-09-15 | 18 | -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]> | ||||
| * | 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 |
|\ \ | |/ |/| | | | | | | | | | | | 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 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, ↵ | darksv | 2018-09-13 | 2 | -14/+122 |
| | | | | | | | | IDENT, STRING, RAW_STRING) | ||||
* | | Merge #71 | bors[bot] | 2018-09-14 | 6 | -7/+176 |
|\ \ | |/ |/| | | | | | | | | | | | 71: Support for unions r=matklad a=darksv Fixes #70 Co-authored-by: darksv <[email protected]> | ||||
| * | 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 |
| |