Commit Graph

  • f7c3d22e73
    Merge pull request #692 from tomc1998/master Alexandros Naskos 2022-11-02 19:17:13 +0200
  • a4ffd5d35b
    Merge pull request #734 from nektro/patch-2 Alexandros Naskos 2022-11-02 18:59:24 +0200
  • 0c3d5df583
    Merge pull request #733 from leecannon/dont_always_run_ci Alexandros Naskos 2022-11-02 18:35:38 +0200
  • af14067911 Fix crash when getting signature of optional Tom Cheng 2022-09-29 21:39:29 +0100
  • bb727d263b
    update minimum zig version Meghan 2022-11-01 22:30:16 -0700
  • e430b76297
    only run CI workflow if atleast one zig file changed Lee Cannon 2022-11-01 21:43:27 +0000
  • 7ef224467a
    Merge pull request #731 from Prince213/readme-fix Lee Cannon 2022-11-01 12:08:45 +0000
  • 79b7876b81 README.md: Fix typo Sizhe Zhao 2022-11-01 17:00:15 +0800
  • 180a75ee0d README.md: Remove trailing spaces Sizhe Zhao 2022-11-01 16:52:23 +0800
  • 4ff9cdb069 README.md: Add missing punctuation Sizhe Zhao 2022-11-01 16:49:08 +0800
  • 2ae113ddcf
    fixed jrpc config treating empty strings as non null (#727) musi-musi 2022-10-30 00:30:03 -0400
  • 7a7576c06d
    fix symbol references (#712) Techatrix 2022-10-29 10:37:52 +0200
  • 51a7ae2274
    Fix region folding off-by-one error (#726) InKryption 2022-10-28 22:59:33 +0200
  • 7fe62147a3
    Improve folding regions (#720) InKryption 2022-10-28 20:35:22 +0200
  • ced6e97cc2
    Fix build runner optional issue (#725) Auguste Rame 2022-10-28 04:02:08 -0400
  • 862d30055a
    fix cimport completion (#722) Techatrix 2022-10-28 06:38:36 +0200
  • bca02bfde5
    fix invalid union access in build_runner.zig (#723) Techatrix 2022-10-28 06:37:54 +0200
  • 13f3b200bc
    add tests for completion (#719) Techatrix 2022-10-27 22:25:44 +0200
  • befb2d148b
    update flake.lock (#710) ktiy 2022-10-25 20:24:18 -0700
  • 88750d2529
    fix allocator mismatch in tagStoreCompletionItems (#717) Techatrix 2022-10-26 05:22:15 +0200
  • 2a17590bf4
    Added textDocument/foldingRange (#718) Luca Sas 2022-10-25 15:35:16 +0100
  • 5ddbf24d11
    Fix diagnostics (#716) Auguste Rame 2022-10-21 12:24:26 -0400
  • 6358c5b23e
    Merge pull request #714 from Techatrix/fs-completion-fix Lee Cannon 2022-10-20 17:39:10 +0100
  • a0723dbffd add missing semicolon Techatrix 2022-10-20 18:25:06 +0200
  • 886cfeacb5
    Replace @minimum and @maximum with @min and @max. (#713) IntegratedQuantum 2022-10-20 00:26:12 +0200
  • 7c54ded487
    Merge pull request #702 from Techatrix/document-store-refactor Techatrix 2022-10-18 11:40:14 +0200
  • 2755d8d8b7 simplify dependency collection in references.zig Techatrix 2022-10-17 21:20:27 +0200
  • 8fb7379d71 return null if file can't be read in documentstore Techatrix 2022-10-17 20:46:31 +0200
  • 2158a201ad add separate function for loading handles with getOrLoadHandle Techatrix 2022-10-17 20:43:11 +0200
  • 89be8e0211 return const Handle from getHandle Techatrix 2022-10-17 20:33:37 +0200
  • ba007b3558 fix tagStoreCompletionItems Techatrix 2022-10-17 20:25:51 +0200
  • 4316524226 add more tracy calls in documentstore Techatrix 2022-10-17 20:23:51 +0200
  • 9f688cf4ed simplify tagStoreCompletionItems Techatrix 2022-10-17 20:20:34 +0200
  • 0cfc792849 load handles on demand instead of ahead of time Techatrix 2022-10-16 17:26:06 +0200
  • 25ce5dd8aa undo DocumentStore constness changes Techatrix 2022-10-16 17:17:40 +0200
  • 472e28ad5c
    builtins also get their detailed label (#706) ryuukk 2022-10-14 18:24:22 +0200
  • f6b947ea5f
    Merge pull request #709 from nektro/patch-2 Lee Cannon 2022-10-13 20:49:46 +0100
  • 7aa8f839f1
    ci fix Meghan 2022-10-13 09:49:09 -0700
  • e1c86158cc
    fix CI oops Meghan 2022-10-13 09:47:22 -0700
  • b434197fe8
    build.zig: ensure user zig matches program minimum Meghan 2022-10-13 09:44:25 -0700
  • cd887838f7
    disable label details if client only support old lsp (#707) ryuukk 2022-10-13 10:03:58 +0200
  • 62861193a6
    Allow tabs for the indentation added by code actions. (#684) IntegratedQuantum 2022-10-13 04:41:27 +0200
  • 06ba47d460 improve document of DocumentStore.zig Techatrix 2022-10-10 20:01:54 +0200
  • aff2c3234f fix relative_builtin_path option Techatrix 2022-10-10 19:43:50 +0200
  • 420e7f2fef correctly resolve import("builtin") Techatrix 2022-10-10 19:22:54 +0200
  • 2bc83741fb update cimport diagnostic collection Techatrix 2022-10-10 19:16:23 +0200
  • d6ef330984 Merge branch 'master' into document-store-refactor Techatrix 2022-10-10 19:07:15 +0200
  • 19fd17ff76
    ability to highlight global variables (#655) nullptrdevs 2022-10-09 22:13:15 -0700
  • f204f3467e
    Merge pull request #701 from Techatrix/semantic-token-fix Techatrix 2022-10-09 03:37:33 +0200
  • e024a9ec38 finish document store garbage collection Techatrix 2022-10-09 01:50:03 +0200
  • ce7afe03f2 correctly exclude builtin.zig from build.zig search Techatrix 2022-10-09 01:48:51 +0200
  • 4f27f075d7 revert timer removal Techatrix 2022-10-09 00:38:05 +0200
  • f060d09f7e correctly handle var decl without equal sign Techatrix 2022-10-08 22:04:34 +0200
  • 3833566790
    Add missing .switch_case_inline, .switch_case_inline_one cases (#699) Jonas Enlund 2022-10-08 03:00:23 +0300
  • 5d748767e9 mark DocumentStore & Handle const Techatrix 2022-10-05 13:40:11 +0200
  • dab7eb81cc reimplement document store Techatrix 2022-10-05 13:23:38 +0200
  • ac6353add7
    Update some config sites (#695) Auguste Rame 2022-10-01 13:41:55 -0400
  • b9a291b944
    remove requests.Configuration (#696) Techatrix 2022-10-01 02:47:40 +0200
  • a9a1fad13e
    remove types.TextDocument (#693) Techatrix 2022-10-01 02:45:45 +0200
  • a8fa5c68a7
    Adds a 'format to camelCase' codeaction for function names (#679) skylla 2022-09-30 00:05:25 -0400
  • 51356517a9
    Self hosted fixes (#682) Techatrix 2022-09-30 06:04:55 +0200
  • d030dd0993
    improve conformance to the lsp (#687) Techatrix 2022-09-30 06:04:27 +0200
  • 3c4535a321
    support 0.9.1 (#691) Lee Cannon 2022-09-29 20:48:37 +0100
  • 32ce19f9a8
    inlay_hints: implement ability to remove redundant hints (#690) Vesim 2022-09-29 20:36:29 +0200
  • 9f2ea75777
    handle OptionsStep in build_runner (#686) Lee Cannon 2022-09-29 19:33:30 +0100
  • cf73771739
    simplify Server.zig (#681) Techatrix 2022-09-29 20:01:38 +0200
  • 6ec6d4ea36
    Revamp bulid.zig discovery (#688) Matt Knight 2022-09-28 20:12:34 -0700
  • e3803d760f
    show a warning when using an old zig version (#677) Techatrix 2022-09-29 01:30:26 +0200
  • 8cf93fc96a
    Code action improvements (#678) Techatrix 2022-09-28 18:14:16 +0200
  • 8eeae02865
    unmanage diff.zig (#680) Techatrix 2022-09-28 18:13:55 +0200
  • a70beba6d2
    Merge pull request #683 from jcmoyer/build-options Auguste Rame 2022-09-28 12:11:49 -0400
  • f3889cfe8d
    explicit request didSave notification from client (#676) Techatrix 2022-09-28 18:07:24 +0200
  • 295669297a Remove unnecessary indirection J.C. Moyer 2022-09-28 10:10:27 -0400
  • cbc6feeb76 Allocate build_runner args directly J.C. Moyer 2022-09-28 08:33:48 -0400
  • 399fa7fd09 Move build options out of parse result instead of copying J.C. Moyer 2022-09-28 08:32:19 -0400
  • 5fd2e87c5b Fix typo in readme J.C. Moyer 2022-09-28 08:31:00 -0400
  • 340290a406 Document per-build configuration options J.C. Moyer 2022-09-28 04:26:20 -0400
  • 0b0e6a7cb9 Support for user-configurable build options J.C. Moyer 2022-09-27 13:34:16 -0400
  • ecf4e112a5
    Merge pull request #675 from leecannon/pkgconfig Lee Cannon 2022-09-27 20:12:33 +0100
  • 58d8c1434d
    cleanup processPkgConfig Lee Cannon 2022-09-27 19:49:59 +0100
  • f52e529c55
    Merge pull request #671 from Techatrix/dev Techatrix 2022-09-27 16:54:09 +0000
  • 137edcd527
    use StringArrayHashMap to remove duplicate include paths Lee Cannon 2022-09-26 22:01:00 +0100
  • a3af1c76a3
    support pkgconfig Lee Cannon 2022-09-26 21:38:10 +0100
  • 8edaa7f506 Merge branch 'master' into dev Techatrix 2022-09-26 18:41:07 +0200
  • 0d848a71ec
    Merge pull request #674 from Techatrix/snippets Techatrix 2022-09-25 17:27:46 +0000
  • 5fa7656314 update snippets Techatrix 2022-09-25 03:09:54 +0200
  • e776a5c8e3
    Merge pull request #673 from Techatrix/code-actions Techatrix 2022-09-25 01:00:54 +0000
  • 00be49c595 add keyword snippets for autocomplete Techatrix 2022-09-25 02:45:02 +0200
  • 176bf17d15 remove sessions.zig Techatrix 2022-09-25 02:44:38 +0200
  • 8cf5c82261 implement autofix Techatrix 2022-09-25 01:05:12 +0200
  • 1b64db8a4c implement textDocument/codeAction Techatrix 2022-09-25 01:04:29 +0200
  • ca58cbb3f3 make types.Diagnostic correctly parseable Techatrix 2022-09-25 01:01:31 +0200
  • 548ced259f refactor ast-check into separate function with small changes Techatrix 2022-09-24 21:54:31 +0200
  • cfb7c16de0 add enable_autofix option Techatrix 2022-09-24 21:30:36 +0200
  • 40c28d7a64 add code action types Techatrix 2022-09-24 21:29:24 +0200
  • a8dcb89a81 refactor getting the first & last parameter token into a function Techatrix 2022-09-24 21:26:55 +0200
  • 6ff19e8b5f analysis: store function node in parameter declaration Techatrix 2022-09-24 21:25:32 +0200
  • 869d27c75d simplify completionHandler, gotoHandler, hoverHandler and their callees Techatrix 2022-09-22 20:09:16 +0200
  • 87bfa683bd use an ArrayList in uri.pathRelative Techatrix 2022-09-22 20:06:31 +0200
  • adb012001f
    Merge pull request #670 from Techatrix/dont-inline-builtin-data Techatrix 2022-09-22 17:58:20 +0000