Commit Graph

  • 90f8109639 Update to use @import("builtin") where required Lee Cannon 2021-10-07 12:34:14 +0100
  • b63339e350 remove Tree when it was the same as Ast Meghan Denny 2021-09-30 18:57:45 -0700
  • 3c1152a536 use empty string for empty []const u8 Meghan Denny 2021-09-30 18:47:48 -0700
  • 164e078dbb collapse some std imports Meghan Denny 2021-09-30 18:47:19 -0700
  • 86e370add0 include anytype in list of primitive types Meghan Denny 2021-09-30 18:46:53 -0700
  • 0406f7cc93 ensure uN and iN types are clamped to 0-65535 Meghan Denny 2021-09-30 18:46:35 -0700
  • 50022e5d24 analysis- clean up isTypeIdent Meghan Denny 2021-09-30 18:46:14 -0700
  • 4bc8b92e19 collapse more fn signatures Meghan Denny 2021-09-30 18:45:45 -0700
  • 43796f6326 uri- add link to rfc Meghan Denny 2021-09-30 18:44:23 -0700
  • 9e0f201283 finish rename of usage of std.zig.Ast Meghan Denny 2021-09-30 18:44:06 -0700
  • dc8affe122 add builtin data for 0.8.0 and 0.8.1 Meghan Denny 2021-09-30 17:53:14 -0700
  • a75276defc update master data Meghan Denny 2021-09-30 17:52:56 -0700
  • 7c209a8404 condese small expanded things Meghan Denny 2021-09-30 17:52:36 -0700
  • 8390aaa70b use zinput as a package Meghan Denny 2021-09-30 17:52:15 -0700
  • ad8d75b613 use single line method signatures Meghan Denny 2021-09-30 17:51:51 -0700
  • f482950f5f fix imports to use ./ for relative usage Meghan Denny 2021-09-30 17:48:40 -0700
  • 6b3d4d7bd3 build.zig- use local builder Meghan Denny 2021-09-30 17:46:10 -0700
  • 819e46a181 gitignore- catch zig-cache and zig-out Meghan Denny 2021-09-30 17:45:28 -0700
  • 6ac9c73217 gitignore add missing newline Meghan Denny 2021-09-30 17:45:12 -0700
  • 6d7e2d2fba gitattributes- add auto lf for all other files Meghan Denny 2021-09-30 17:44:59 -0700
  • 779cfac82e
    Merge pull request #399 from travisstaloch/sat-arithmetic Meghan 2021-09-30 10:31:33 -0700
  • 50aa71c10f support new ast token changes Travis Staloch 2021-09-28 21:15:37 -0700
  • 03f70be32a refactor: update ast with addrspace changes pyxel 2021-09-21 13:40:36 -0400
  • c5414796a4
    Merge pull request #392 from Sashiri/master Auguste Rame 2021-09-10 15:38:20 -0400
  • 6c39966967 Update zinput Sashiri 2021-09-04 22:08:04 +0200
  • fed1c4c2c6 usingnamespace semantics update + Ast changes adjustments Sashiri 2021-09-04 21:25:35 +0200
  • e472fca3be
    Merge pull request #385 from leecannon/update_to_master Auguste Rame 2021-09-01 17:27:14 -0400
  • fbdc07d4b1 make tests pass Lee Cannon 2021-08-30 13:54:47 +0100
  • 2ffd93280e remove deleted keywords Lee Cannon 2021-08-30 13:54:27 +0100
  • 86199ca9a0
    Merge pull request #383 from michallepicki/fixes-for-zig-f30aa25cb Auguste Rame 2021-08-28 12:36:24 -0400
  • c4b24e6a9e
    Merge pull request #377 from sagehane/submodule Auguste Rame 2021-08-28 12:34:43 -0400
  • ff23ea7c94 Fix build options for zig f30aa25cb Michał Łępicki 2021-08-28 17:22:41 +0200
  • 5ddb92b865
    Update "known-folders" submodule Sage Hane 2021-08-17 19:20:51 +0900
  • 917ef4b073
    Merge pull request #373 from jbsolomon-fw/fix-372-generic-slicefns Auguste Rame 2021-08-15 16:53:40 -0400
  • d25abb1055
    Fix #372: catch up to zig master 05fd20dc Bodie Solomon 2021-08-09 12:14:20 -0400
  • 3172717af8 Update master data file Auguste Rame 2021-07-27 11:15:02 -0400
  • 70cfba0eb9
    Fixed unit tests Alexandros Naskos 2021-07-10 20:05:16 +0300
  • bba069526c
    Fix build for zig master by inserting null terminators when tokenizing and resetting them when needed Alexandros Naskos 2021-07-10 19:58:37 +0300
  • d38d67ab7d
    Merge pull request #361 from Prince213/data-gen-ng Alexandros Naskos 2021-07-10 17:29:39 +0300
  • 86d49acdb0 Introducing new method of generating data files A new file src/data/generate-data.py has been added. It is written in Python 3 and has some new features like: - It doesn't need Chrome to work, the script fetches the page automatically; - It does the translation of HTML tags for better user experiences in editors. In addition, a new section has been added to README.md to reflect this change. Sizhe Zhao 2021-07-10 21:21:54 +0800
  • 1cac8a9a3a
    Merge pull request #360 from sacredbirdman/master Alexandros Naskos 2021-07-10 16:00:22 +0300
  • a1152d081c Small clarification to Doom Emacs config Sacredbirdman 2021-07-10 15:12:51 +0300
  • 589c124298
    Merge pull request #359 from Prince213/data-gen-improvements Alexandros Naskos 2021-07-09 18:52:44 +0300
  • 14a70a38af Update master data Sizhe Zhao 2021-07-09 23:45:48 +0800
  • c3c4eb9c9d Update src/data/generate-data.js to translate code tags Sizhe Zhao 2021-07-09 23:45:00 +0800
  • 3feba5ec0b
    Merge pull request #351 from leecannon/moved_backwards Alexandros Naskos 2021-06-27 10:57:57 +0300
  • b1fee2dad2 Fix tests Lee Cannon 2021-06-26 21:13:00 +0100
  • 62d287e518 Handle tag moved backwards without logging Lee Cannon 2021-06-26 20:56:22 +0100
  • 865ca42ed4
    Merge pull request #346 from pusewicz/patch-1 Alexandros Naskos 2021-06-24 15:10:55 +0300
  • 5a3ce6e1c3
    Merge pull request #350 from leecannon/master Alexandros Naskos 2021-06-24 15:10:46 +0300
  • 7fb05da5a1 Update known-folders submodule Lee Cannon 2021-06-24 12:31:35 +0100
  • 96af681d21
    Merge pull request #349 from leecannon/unused Alexandros Naskos 2021-06-24 14:28:19 +0300
  • ac4b198869 Update to zig master Lee Cannon 2021-06-24 11:38:01 +0100
  • eed9f9e624
    Update link to the folder list Piotr Usewicz 2021-06-24 07:59:03 +0200
  • bcfd7c6392
    Merge pull request #344 from leecannon/per_build_config Alexandros Naskos 2021-06-18 16:40:42 +0300
  • 8319337db6
    Merge pull request #343 from leecannon/index_out_of_range Alexandros Naskos 2021-06-18 16:38:59 +0300
  • 154a2a8704 Add a per build.zig configuration file. Lee Cannon 2021-06-18 13:04:46 +0100
  • c2cbc05135 Fix index of of range Lee Cannon 2021-06-18 12:58:15 +0100
  • a02c1e7996
    Build runner: Only output generated package path if it is available Alexandros Naskos 2021-06-16 14:47:54 +0300
  • fdb5e8f9fb
    Merge pull request #342 from leecannon/patch-2 Alexandros Naskos 2021-06-16 01:17:04 +0300
  • 1178ebd2e2
    More changes to std.build :) Lee Cannon 2021-06-15 21:15:55 +0100
  • 66d629f3f2
    Merge pull request #341 from leecannon/patch-1 Alexandros Naskos 2021-06-13 11:53:55 +0300
  • a077cf901d
    Update build_runner.zig Lee Cannon 2021-06-12 23:06:48 +0100
  • 0eee9dcd9f
    Update to new std.build changes Lee Cannon 2021-06-12 22:52:51 +0100
  • 39d8718864
    Merge pull request #339 from bnjmnt4n/nix Alexandros Naskos 2021-06-06 01:21:30 +0300
  • 70ce776d00
    Add system attribute Benjamin Tan 2021-06-06 04:15:06 +0800
  • 7d11e228cc
    Pass pkgs into zig-overlay Benjamin Tan 2021-06-06 04:12:07 +0800
  • 0128659a82
    Avoid importing <nixpkgs> if possible Benjamin Tan 2021-06-06 04:05:41 +0800
  • f43214ddd0
    Fix Nix build Benjamin Tan 2021-06-05 23:47:37 +0800
  • b756ed4da5
    Fixed HashMap usage for latest master stdlib Alexandros Naskos 2021-06-04 14:06:11 +0300
  • affbd2de6b
    Merge pull request #335 from jedisct1/zls-gray Alexandros Naskos 2021-05-24 10:52:45 +0300
  • 4855a7b85d
    Merge pull request #334 from jedisct1/master-sync Alexandros Naskos 2021-05-24 10:52:34 +0300
  • 7cc1fb4ddf Make ZLS logo readable when GitHub is in dark mode Frank Denis 2021-05-23 18:09:24 +0200
  • df9560db51 Update for -master Frank Denis 2021-05-23 18:01:03 +0200
  • b33cb8fc0d
    Merge pull request #329 from leecannon/master Alexandros Naskos 2021-05-14 03:52:03 +0300
  • 584faec5de Call in build_runner Lee Cannon 2021-05-13 21:29:05 +0100
  • ec34c0b245
    Merge pull request #328 from InterplanetaryEngineer/master Alexandros Naskos 2021-05-13 17:56:16 +0300
  • 7fb7cdc36c
    Fix std.testing.expectEqualStrings invocation for latest zig master build. Alexandros Naskos 2021-05-13 17:53:53 +0300
  • 75803b35b1 Update docs to reflect github.com/ziglang/zig/pull/8638 Jonathan Hähne 2021-05-13 15:01:51 +0200
  • 759a7b7fd9
    No longer show completions for declarations in aggregate types when field accessing instances of those types. Alexandros Naskos 2021-05-08 19:30:22 +0300
  • 5631b8d202
    Fix semantic token generation for container fields with a byte alignment Alexandros Naskos 2021-05-08 19:11:26 +0300
  • 14dc9d1b51
    Don't use the build runner path as the build runner cache path if present >.> Alexandros Naskos 2021-05-08 18:48:36 +0300
  • 3d62dd53a2
    Merge pull request #320 from Luna1996/master Alexandros Naskos 2021-05-07 12:27:25 +0300
  • d4551030c4 [bug-fix]hover struct field not show docs. 四光年 2021-05-07 17:10:13 +0800
  • b6e40b744d
    Merge pull request #317 from Andoryuuta/patch-1 Alexandros Naskos 2021-05-04 15:36:02 +0300
  • 8b1bcc45f1
    Added GitHub Actions link(s) in README Andrew Gutekanst 2021-05-03 21:13:10 -0400
  • 937471d27b
    Added --config-path option Alexandros Naskos 2021-05-03 16:07:53 +0300
  • f8b9d3bfcb
    Fixed zls path in session tests Alexandros Naskos 2021-05-03 15:46:24 +0300
  • 91643c04c9
    Fixed integer overflow in semantic_tokens.Builder.handleComments Alexandros Naskos 2021-05-03 15:36:29 +0300
  • ab8c65eeda
    Fixed highlighting of comments before the first token and after the last token of the last valid AST node Alexandros Naskos 2021-05-03 15:14:11 +0300
  • d73d7fc748
    Merge pull request #316 from InterplanetaryEngineer/master Alexandros Naskos 2021-05-03 15:09:20 +0300
  • b66ed3bece
    Fixed CI artifact generation Alexandros Naskos 2021-05-03 14:23:37 +0300
  • 0e5a91d4fc
    Fixed zls path in session tests Alexandros Naskos 2021-05-03 14:08:59 +0300
  • e1c8e5d407 Undo stupidity & run zig fmt Jonathan Hähne 2021-05-02 20:14:38 +0200
  • 807bd6a571 Simplify semantic_tokens, fix off-by-one error in identifierFromPosition Jonathan Hähne 2021-05-02 19:15:31 +0200
  • 82bb1911b1
    Merge pull request #314 from rcorre/typo Alexandros Naskos 2021-04-23 08:17:14 -0700
  • ec34db0618
    Fix small typo in comment. Ryan Roden-Corrent 2021-04-23 06:50:13 -0400
  • 23454e111c
    Make semantic_tokens use @asyncCall instead of a stack again. Alexandros Naskos 2021-04-19 17:17:46 +0300
  • 8f868dfec6
    Merge pull request #308 from InterplanetaryEngineer/master Alexandros Naskos 2021-04-16 01:19:50 -0700
  • f61c9d8d4f Run zig fmt Jonathan Hähne 2021-04-15 11:21:49 +0200