Commit Graph

  • fdace9abfe
    use fs.resolve on path resolution NotNite 2021-03-13 23:06:41 -0500
  • 472033a845
    Improve token location stability Luuk de Gram 2021-03-13 12:18:32 +0100
  • 6c6f716bca
    Merge pull request #236 from slimsag/patch-1 Auguste Rame 2021-03-12 15:13:46 -0500
  • d5c46aef26
    Merge pull request #245 from rhysd/error-msg-newlines Auguste Rame 2021-03-12 14:21:25 -0500
  • 2b488347ff
    Merge pull request #238 from Luukdegram/std-fixes Auguste Rame 2021-03-12 12:57:03 -0500
  • 0d85668ce4
    Do not offer completion for function labels Luuk de Gram 2021-03-12 11:56:51 +0100
  • 7a2cd418a8
    Scope fixes + semantic token colors: Luuk de Gram 2021-03-11 20:45:05 +0100
  • ef1b3c95f1
    Completion fixes: Luuk de Gram 2021-03-11 13:59:09 +0100
  • 094b31be48
    Fix namespaces in containers Luuk de Gram 2021-03-10 17:04:14 +0100
  • addecb3a37 Add missing \n in error message output to stderr rhysd 2021-03-10 20:18:28 +0900
  • 85937d48ca
    Semantic token + scope fixes: Luuk de Gram 2021-03-10 09:29:25 +0100
  • 3ac6c82b9a
    Completion for index label in for loops and fix for function snippets Luuk de Gram 2021-03-09 19:53:59 +0100
  • 858f3cb282
    Completion of unions in switches and its tags Luuk de Gram 2021-03-09 12:35:56 +0100
  • 20cb0b7307
    Fix off by one scope end index Luuk de Gram 2021-03-08 20:31:02 +0100
  • 43ebfc7300
    Work on completion for unwrapped slices/optionals in loops/ifs Luuk de Gram 2021-03-08 19:46:23 +0100
  • fd6b94bcc9
    Fixes multiple small bugs: Luuk de Gram 2021-03-07 21:54:54 +0100
  • a078a62a37
    Semantic tokens: Allow for multiple line comments Luuk de Gram 2021-03-07 18:52:22 +0100
  • 53c37765c0
    Fix inferred error set return types Luuk de Gram 2021-03-07 18:45:37 +0100
  • e2f4bbf2f3
    Implement semantic tokens for regular comments Luuk de Gram 2021-03-07 14:51:47 +0100
  • ac8a00342e
    All functionalities implemented. Also implemented ability to skip searching for references through std Luuk de Gram 2021-03-06 20:55:59 +0100
  • 3d8a9732fc
    Calculate correct token locations and ensure all semantic highlighting matches Luuk de Gram 2021-03-05 22:38:42 +0100
  • acc45b4efe
    Use the correct tree to display semantic tokens Luuk de Gram 2021-03-04 22:53:54 +0100
  • 9224bbd4dc
    Implement all of the semantic tokens Luuk de Gram 2021-03-04 22:30:25 +0100
  • 08075a1261
    Start fixing semantic tokens Luuk de Gram 2021-03-04 16:14:30 +0100
  • a80e9b262e
    Implement usingnamespace and fix function snippets Luuk de Gram 2021-03-04 13:26:11 +0100
  • 7495aab28b
    Start implementing usingnamespace Luuk de Gram 2021-03-03 21:02:31 +0100
  • d7ccf6a3c2
    References working for current file Luuk de Gram 2021-03-03 17:45:42 +0100
  • 487e22d3ce
    Merge pull request #239 from jedisct1/remove-tagtype Auguste Rame 2021-03-03 13:00:50 -0500
  • a699dab2f7
    Referencing fixes and more Luuk de Gram 2021-03-03 16:34:24 +0100
  • 3431b7afaa Regen data for master - @TagType is gone Frank Denis 2021-03-03 13:46:23 +0100
  • 92adeb8826
    Completion fixes Luuk de Gram 2021-03-02 22:01:13 +0100
  • 1dd39914ec
    Hovering fixes Luuk de Gram 2021-03-02 15:32:38 +0100
  • c8a2467fac
    Compiles without errors. Still needs improvement Luuk de Gram 2021-03-01 22:18:38 +0100
  • ada0d13ba9
    Fix symbolReferencesInternal Luuk de Gram 2021-03-01 19:34:28 +0100
  • e82ea30e6f
    Last fixes in src/analysis.zig Luuk de Gram 2021-03-01 16:30:43 +0100
  • 4645638434
    Fixes and completions Luuk de Gram 2021-03-01 16:02:24 +0100
  • 1c9da7053c
    More type resolving Luuk de Gram 2021-03-01 14:32:19 +0100
  • b651a79380
    Type resolving fixes Luuk de Gram 2021-02-28 21:57:15 +0100
  • 96fcac89a4
    Complete resolveTypeOfNodeInternal Luuk de Gram 2021-02-28 20:37:21 +0100
  • b175a01fce
    Progress in resolveTypeOfNodeInternal Luuk de Gram 2021-02-28 17:42:34 +0100
  • 709c1a70fd
    Implement makeScopeInternal logic Luuk de Gram 2021-02-28 13:09:10 +0100
  • 5f5d6ce4ea
    Progress in makeScopeInternal Luuk de Gram 2021-02-27 21:55:39 +0100
  • 72605c7549
    A lot of fixes Luuk de Gram 2021-02-27 16:38:06 +0100
  • 0133f0d863
    First set of changes to work with new std's ast Luuk de Gram 2021-02-26 21:26:52 +0100
  • 6bffbd034d
    README: describe how to quickly install ZLS Stephen Gutekanst 2021-02-21 15:03:55 -0700
  • a886ecddd9
    Fixed for zig master Alexandros Naskos 2021-02-15 12:04:22 +0200
  • fa496936f5
    Always find the closest existing candidate build file before looking in the directory structure Alexandros Naskos 2021-01-31 12:35:08 +0200
  • ca6598572e
    Reworked the build file searching method Instead of looking for any existing build file in the store that fits in the directory structure of a new document, we now always look for the closest build.zig file in the directory structure. Alexandros Naskos 2021-01-31 12:24:55 +0200
  • 1408aa733b
    Merge pull request #227 from matipan/languageclient-neovim Alexandros Naskos 2021-01-31 11:54:15 +0200
  • 8998c342b8 Add instructions for LanguageClient-neovim Matias Pan 2021-01-30 14:36:13 -0300
  • c98c44460c
    Fixed session tests Alexandros Naskos 2021-01-28 11:20:13 +0200
  • 004c935c89
    Merge pull request #226 from S0urc3C0de/master Alexandros Naskos 2021-01-28 11:11:42 +0200
  • acab137c99 Update to latest zig. Fix change for changing zig.ast name attribute to be optional. S0urc3C0de 2021-01-27 21:53:02 +0100
  • 6a66a7eb43
    Merge pull request #221 from GrayJack/highlight-patch0 Alexandros Naskos 2021-01-17 12:34:31 +0200
  • 30e3572cee
    Rename tagField to enumMember GrayJack 2021-01-16 03:46:35 -0300
  • 4f5af38031
    Use declaration modifier instead of definition GrayJack 2021-01-16 03:33:35 -0300
  • 2a968f51d7
    Merge pull request #218 from nyaa8/github-readme Alexandros Naskos 2021-01-15 11:26:58 +0200
  • 03ce7a07e1
    Update the Zigtools badge nyaa8 2021-01-15 04:09:11 +0100
  • 15c590bc57
    Optimize the ZLS logo nyaa8 2021-01-15 04:06:36 +0100
  • 3cf1beab4d
    Make use of a special .github directory for README nyaa8 2021-01-15 03:54:16 +0100
  • 87b7954669
    Fixed semantic token hihglighting issue when a regular comment was following a doc comment Alexandros Naskos 2021-01-12 14:05:08 +0200
  • e7f8a8dcd9
    zls will now run the package extraction build runner without copying it in the destination folder. Instead, it will use a specific cache folder and run from the default cwd it was run from. Added build_runner_cache_path to the configuration file. Alexandros Naskos 2021-01-12 13:10:51 +0200
  • e1ec1ac12d
    Merge pull request #217 from truemedian/patch-1 Auguste Rame 2021-01-10 21:29:19 -0500
  • 966a6068cc
    fix inStream deprecation Nameless 2021-01-10 19:49:21 -0600
  • 25faf150be
    Merge pull request #216 from katesuyu/update-zinput Auguste Rame 2021-01-10 12:13:28 -0500
  • 44c93d5454
    update zinput version Kate Tsuyu 2021-01-10 12:02:00 -0500
  • 797c018d57
    Merge pull request #215 from vesim987/master Auguste Rame 2021-01-10 10:58:38 -0500
  • cca4967146
    Itty bitty little fix Auguste Rame 2021-01-10 10:57:24 -0500
  • b2e456404c fix inStream/outStream removal Vesim 2021-01-10 08:12:11 +0100
  • eefee4759c
    Fixed compilation for latest zig master Alexandros Naskos 2021-01-07 10:35:36 +0200
  • 82d6258ab2
    Merge pull request #214 from leecannon/master Alexandros Naskos 2021-01-05 02:43:56 +0200
  • 2a9edf243d Fixed string printing with {s} format specifier Lee Cannon 2021-01-04 17:51:26 +0000
  • f21c371baa
    Merge pull request #212 from g-w1/setevalbranch Alexandros Naskos 2021-01-04 17:48:46 +0200
  • dffc88a354 update setevalbranchquota: usize -> u32 for master g-w1 2021-01-03 15:00:01 -0500
  • d5aa1311ba
    Merge pull request #205 from g-w1/make_sure_exists Alexandros Naskos 2020-12-24 14:06:27 +0200
  • 8a43e3e7c6
    Merge pull request #206 from g-w1/absolute_check Alexandros Naskos 2020-12-24 14:06:19 +0200
  • 48cf400070
    Merge pull request #210 from SebastianKeller/patch-1 Alexandros Naskos 2020-12-24 14:05:59 +0200
  • 0ce1ef1ce7
    Update README.md Sebsatian Keller 2020-12-24 01:04:45 +0100
  • 688028ef16
    README.md: added nvim-lspconfig configuration Sebsatian Keller 2020-12-23 21:12:56 +0100
  • 6cf9ae8038 absolute check g-w1 2020-12-19 21:24:42 -0500
  • 5b50d98353 make sure exe exists g-w1 2020-12-19 21:01:16 -0500
  • aaab68bb9d
    Merge pull request #203 from antlilja/global-cache-builder Alexandros Naskos 2020-12-12 19:00:26 +0200
  • da7ce66910
    Pass global cache argument to Builder.create. antlilja 2020-12-11 00:35:15 +0100
  • bdcd2a1e85
    Merge pull request #198 from aniljava/master Alexandros Naskos 2020-11-24 12:54:40 +0200
  • 60ad93ca34 Skip folder named zig while searching for zig executable on *nix root 2020-11-23 22:20:22 -0600
  • b208a33286 Skip folder named zig while searching for zig executable on *nix root 2020-11-23 22:14:50 -0600
  • ff917c08fd
    Merge pull request #197 from codemessiah/master Alexandros Naskos 2020-11-22 22:38:38 +0200
  • d45744afd3 Added screenshots for ZLS for VSCode extension Luke Wilson 2020-11-22 14:30:54 -0600
  • 01ce8e295b
    Update build instructions Luke I. Wilson 2020-11-22 14:17:48 -0600
  • 353c580090
    Update information about installing Luke I. Wilson 2020-11-22 14:09:31 -0600
  • bf4f653bf9
    Better zig build config Alexandros Naskos 2020-11-16 00:07:35 +0200
  • 67b5adc04e
    Fix session tests Alexandros Naskos 2020-11-15 22:24:29 +0200
  • 78e74743e1
    Use zig env to find zig lib path instead of assuming the executable comes from a distribution tarball Alexandros Naskos 2020-11-15 21:32:27 +0200
  • 892847d939
    Removed workspace specific zls.json support Alexandros Naskos 2020-11-15 20:51:56 +0200
  • 6e107e75bb
    Added Alexandros Naskos to LICENSE Alexandros Naskos 2020-11-15 20:37:46 +0200
  • 0bf9602d7b
    Fixed infinite loop when analyzing variable declarations like const A = A; for semantic token highlighting Alexandros Naskos 2020-11-15 20:37:00 +0200
  • 7ac3740c64
    Merge pull request #192 from jedisct1/data-update Alexandros Naskos 2020-11-15 19:46:15 +0200
  • ccfb18ec54 Update data for zig 0.7.0 and the current master branch Frank Denis 2020-11-15 12:01:33 +0100
  • 72f811e8dc
    Recommend a release-fast build in the README Alexandros Naskos 2020-11-08 18:01:07 +0200
  • 0d15ea754e
    Added --debug-log flag for release mode binaries Alexandros Naskos 2020-11-08 13:40:16 +0200