Commit Graph

  • 3fc7ee75c2
    support completion for builtin casts with explicity type parameter Vexu 2020-06-08 19:07:16 +0300
  • ada79a944c
    Merge pull request #107 from kristianhasselknippe/simple-emacs-setup Alexandros Naskos 2020-06-08 14:43:53 +0300
  • 2530366e12 Added usage instructions for emacs Kristian Fjeld Hasselknippe 2020-06-08 10:21:30 +0200
  • 646b1d09c7
    Update README.md Alexandros Naskos 2020-06-08 14:18:46 +0300
  • 6ae23ba2d0 fix field details in completions SuperAuguste 2020-06-07 09:49:21 -0400
  • ee0eb898ca
    Merge pull request #106 from squeek502/patch-1 Auguste Rame 2020-06-07 08:53:15 -0400
  • 71500428b6 Fixed occasional crash Alexandros Naskos 2020-06-07 12:20:41 +0300
  • 671e45351b
    Fix Sublime Text 3 install instructions Ryan Liptak 2020-06-06 21:06:56 -0700
  • d35a71806b fix SuperAuguste 2020-06-06 18:02:53 -0400
  • b5f57907e4
    Merge pull request #102 from joachimschmidt557/patch-1 Alexandros Naskos 2020-06-06 22:43:03 +0300
  • dd58d0d501
    Merge pull request #103 from Vexu/patch-1 Auguste Rame 2020-06-06 14:11:38 -0400
  • a2c4f7c5c7 Removed debug trace Alexandros Naskos 2020-06-06 16:57:39 +0300
  • af42c95222 Handle string request ids Alexandros Naskos 2020-06-06 15:40:33 +0300
  • da170c44b9
    correctly skip first comma in bound function snippets Veikka Tuominen 2020-06-06 10:35:59 +0300
  • 73b58abe51 Detect self arguments and skip it when generating snippets Alexandros Naskos 2020-06-06 02:44:43 +0300
  • 67bf04f85b
    Refactor workflow commands Joachim Schmidt 2020-06-05 18:57:22 +0200
  • 5a8e062118
    Merge pull request #101 from joachimschmidt557/readme-fix-typo Auguste Rame 2020-06-05 12:46:09 -0400
  • 52495ab2d1
    Fix typo in README Joachim Schmidt 2020-06-05 18:29:34 +0200
  • 563c4f0294 Fixed newlines in markdown line comments Alexandros Naskos 2020-06-05 00:19:00 +0300
  • b0bb8888d3 Removed unreachable, switch cases can trigger this Alexandros Naskos 2020-06-03 19:59:26 +0300
  • 34fbef97fe Added If, While, For payload type resolution Alexandros Naskos 2020-06-03 19:56:00 +0300
  • 9392c4032c Only refresh packages when saving a build.zig file, not on any change Alexandros Naskos 2020-06-03 11:32:05 +0300
  • ef95c76e45 Added doc comments on hover Alexandros Naskos 2020-06-03 11:23:14 +0300
  • 046ff97216
    Merge pull request #100 from alexnask/semantic_tokens Alexandros Naskos 2020-06-02 16:50:28 +0300
  • d429aa6105 Removed comment Alexandros Naskos 2020-06-02 16:49:31 +0300
  • e7157ba381 Preparing for semantic tokens support. Fix a crash on some function calls Alexandros Naskos 2020-06-02 16:48:23 +0300
  • 5ae7b0a855 Resolve type parameters in some circumstances Alexandros Naskos 2020-06-01 20:48:14 +0300
  • 52fe21b8bd Parse client capabilities for snippet support Alexandros Naskos 2020-06-01 13:29:06 +0300
  • 269c308ec7 Respond with null where we can, even if we already marked a capability as false. Alexandros Naskos 2020-06-01 12:28:33 +0300
  • 50c8cebe26 Removed reachable unreachable Alexandros Naskos 2020-05-31 18:02:33 +0300
  • 585ae0733a
    Update README.md Alexandros Naskos 2020-05-30 23:39:57 +0300
  • 3f1d136bb8
    Merge pull request #98 from alexnask/general_improvements Alexandros Naskos 2020-05-30 23:39:20 +0300
  • 543cb5816c Added zig_exe_path option, use it to detect lib path if none is provided Alexandros Naskos 2020-05-30 23:36:18 +0300
  • c9af33011a fix function defs in containers SuperAuguste 2020-05-29 16:07:00 -0400
  • b08ff62595 Merge branch 'master' of https://github.com/SuperAuguste/zls SuperAuguste 2020-05-29 16:01:45 -0400
  • e945c4cca0 fix SuperAuguste 2020-05-29 16:01:35 -0400
  • 4e87390196 DeclsFromIndex no longer needs to return the innermost container, we find it while processing expressions Alexandros Naskos 2020-05-29 12:46:50 +0300
  • 99a23737f8
    Merge pull request #94 from kubkon/vim-config Auguste Rame 2020-05-28 13:52:16 -0400
  • 8ecbe4c6fd Update ToC Jakub Konka 2020-05-28 19:16:37 +0200
  • e4e13ea9fd Reflect changes in the README Jakub Konka 2020-05-28 19:14:59 +0200
  • 665bb8d32e Add Neovim/Vim8 option to config wizard Jakub Konka 2020-05-28 18:55:16 +0200
  • bc8ecd28f4
    Merge pull request #40 from Vexu/err Alexandros Naskos 2020-05-28 19:04:06 +0300
  • c1ba26e0a2
    implement completion for enum literals Vexu 2020-05-28 18:18:48 +0300
  • 22a863134b
    implement global error set completion Vexu 2020-05-16 19:04:07 +0300
  • 985a1d6398 give tests names in outline SuperAuguste 2020-05-28 08:41:40 -0400
  • 0720452217 fix more no_names and build config SuperAuguste 2020-05-27 21:14:27 -0400
  • 2b153e046c outlines, made JSON stdout memory dynamic SuperAuguste 2020-05-27 20:39:36 -0400
  • 6fafceeb51
    Merge pull request #88 from alexnask/new_pos_context Alexandros Naskos 2020-05-27 22:10:27 +0300
  • c8f6949e5c Workflow fix Alexandros Naskos 2020-05-27 22:00:25 +0300
  • 6f8fbe1ccb Added tests. Alexandros Naskos 2020-05-27 21:58:35 +0300
  • 406e400f0c Pointer to array slicing yields a pointer to array type, not a slice type. Alexandros Naskos 2020-05-27 19:01:23 +0300
  • 7602f34bb4 Added .?, .*, [] support Alexandros Naskos 2020-05-27 18:49:11 +0300
  • 54f3590b6d Merge branch 'master' of https://github.com/SuperAuguste/zls into new_pos_context Alexandros Naskos 2020-05-27 13:47:12 +0300
  • a5958caccd Free handles before deleting them from the hashmap Alexandros Naskos 2020-05-27 13:41:50 +0300
  • f3974d2ff2 Removed unneeeded function Alexandros Naskos 2020-05-27 13:09:50 +0300
  • ad8c297a0e
    Merge pull request #90 from data-man/kate_with_zls Alexandros Naskos 2020-05-27 12:34:16 +0300
  • 33b453578f Add usage instruction with Kate data-man 2020-05-27 12:48:22 +0500
  • d2325df729 Removed comments Alexandros Naskos 2020-05-27 02:00:22 +0300
  • f6df35e069 Reworked position context to use tokenizer, works in more contexts Alexandros Naskos 2020-05-27 01:45:18 +0300
  • 3c0ee21337 Removed comment Alexandros Naskos 2020-05-26 21:39:39 +0300
  • a330932b7c Copy scope nodes when cloning an analysis context Alexandros Naskos 2020-05-26 17:19:16 +0300
  • 7d5d217e2f Merge branch 'master' of https://github.com/SuperAuguste/zls Alexandros Naskos 2020-05-26 13:30:56 +0300
  • 6f23d8a053 Small fixes and code cleanup Alexandros Naskos 2020-05-26 13:30:28 +0300
  • ccb4c4877f
    Merge pull request #87 from data-man/st3_fix Alexandros Naskos 2020-05-26 13:16:15 +0300
  • 862d9af030 Sublime Text 3 fix data-man 2020-05-26 15:06:13 +0500
  • 9bf0842697 Merge branch 'master' of https://github.com/SuperAuguste/zls Alexandros Naskos 2020-05-26 01:52:25 +0300
  • da6f43c46d Go to definition now resolved fn aliases, added hover Alexandros Naskos 2020-05-26 01:51:50 +0300
  • 48ad1eccbf Fixed goto import, preparing for hover impl Alexandros Naskos 2020-05-26 00:37:18 +0300
  • f5b30cfd6c zig build config is here! SuperAuguste 2020-05-25 17:12:08 -0400
  • 754a982be2 Make capabilities explicit, make hover capability true Alexandros Naskos 2020-05-25 23:15:54 +0300
  • 9c931ec715
    Merge pull request #83 from alexnask/master Alexandros Naskos 2020-05-25 21:04:14 +0300
  • 8d9b96e749 Added build file ref counting and freeing Alexandros Naskos 2020-05-25 20:42:58 +0300
  • 379891f937 Dont copy the build runner if a file with that name already exists Alexandros Naskos 2020-05-25 20:21:53 +0300
  • b82fb9c790 Added build_runner_path configuration option Alexandros Naskos 2020-05-25 20:04:23 +0300
  • 02745f1472 Free build files in document store deinit Alexandros Naskos 2020-05-25 19:49:04 +0300
  • 4bf97bebc9 Seems to work, needs cleanup Alexandros Naskos 2020-05-25 19:33:08 +0300
  • 5fb68c9dc7 Do not try to find build files in a std and subdirectories Alexandros Naskos 2020-05-25 17:48:25 +0300
  • 155c5b2a95 Started working on build file logic Alexandros Naskos 2020-05-25 17:24:44 +0300
  • 4542abf145 Check for the existence of zig in PATH in main() Alexandros Naskos 2020-05-25 16:18:00 +0300
  • f008a776e2 Removed debug traces, added comment Alexandros Naskos 2020-05-25 11:30:12 +0300
  • 1f23ba8490 Use new build.zig functions to get the correct steps Alexandros Naskos 2020-05-25 11:28:38 +0300
  • 3b052372c2 Added custom build runner, install it along with the zls binary Alexandros Naskos 2020-05-25 03:22:39 +0300
  • 7c5ff5c43d Fix segfault with var params Alexandros Naskos 2020-05-25 02:57:19 +0300
  • 727b363f7f Fix infinite loop in resolveTypeOfNode Alexandros Naskos 2020-05-24 21:01:35 +0300
  • d6513456c1 Keep old scope nodes onContainer Alexandros Naskos 2020-05-24 19:26:46 +0300
  • 075c364767
    Merge pull request #79 from alexnask/new_parser Alexandros Naskos 2020-05-24 19:21:41 +0300
  • 5b86c13d08 Merge branch 'master' of https://github.com/SuperAuguste/zls into new_parser Alexandros Naskos 2020-05-24 19:19:04 +0300
  • c6fa528af4 Store trees in handles Alexandros Naskos 2020-05-24 19:00:21 +0300
  • 53dcf8a35e readmefix SuperAuguste 2020-05-24 11:56:51 -0400
  • 7f599bef2e
    Merge pull request #78 from data-man/patch-1 Auguste Rame 2020-05-24 11:47:50 -0400
  • 637814e9d1
    Add usage instruction with Sublime Text 3 Dmitry Atamanov 2020-05-24 20:45:09 +0500
  • fbcf2abfd2
    Clarify why we use zig master branch. Alexandros Naskos 2020-05-24 17:34:27 +0300
  • 66fdbc0b7c
    Merge pull request #77 from alexnask/new_parser Alexandros Naskos 2020-05-24 17:33:26 +0300
  • fd069b026a Added hack to support ParamDecl not being a node anymore Alexandros Naskos 2020-05-24 17:31:28 +0300
  • 594488d7c5 Merged master Alexandros Naskos 2020-05-24 17:12:13 +0300
  • 34ba67b3d1 Fixed node iteration: Alexandros Naskos 2020-05-24 17:07:48 +0300
  • 40e1e8843c Added timing information output Alexandros Naskos 2020-05-24 15:39:40 +0300
  • 9ec32ac830 We now complete ArrayList! Alexandros Naskos 2020-05-24 15:24:18 +0300
  • dd9ec8e450 Fix completion of functions SuperAuguste 2020-05-23 22:07:09 -0400
  • f5ca94a0d1 Merge remote-tracking branch 'zigtools/master' into new_parser Alexandros Naskos 2020-05-24 02:08:06 +0300