Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

zigtools

Making free and open-source tooling for Zig users!
Collective - Host: opensource - https://opencollective.com/zigtools - Code: https://github.com/zigtools

Everything's working mostly!

github.com/zigtools/playground - bc2f8edd91632ddd805a3c40f259d6d7cb96c4aa authored almost 2 years ago
Remove outdated diagnostics check (#1106)

github.com/zigtools/zls - ace6d7f32b44d438a1ffa351709fb43b2bbe4896 authored almost 2 years ago
remove zls.json (#1108)

github.com/zigtools/zls - b970dd20a36f7f37606bb4e1f43aa4fadbe1144e authored almost 2 years ago
Merge pull request #1000 from Techatrix/stage2-zir

Embed AstGen into ZLS

github.com/zigtools/zls - 471d971d1d2e6be5a9e2b3b678656038c50ade2e authored almost 2 years ago
Disable build file config runs for WASI (#1102)

github.com/zigtools/zls - 99af0092324bb5e2513d127d9f5b4a49b94b9b3d authored almost 2 years ago
explain how AstGen will diverge from zig codebase

github.com/zigtools/zls - 018569888fd08d59acc6fb1aa6eea4cf71bfdbc9 authored almost 2 years ago
add support for running ast-check without zig

github.com/zigtools/zls - 4215edbc338bf9dd0135d28532a6254faba650d7 authored almost 2 years ago
add zig code for generating Zir

github.com/zigtools/zls - c06cf6e95cc0ff1419c34d13d6eef3debc28ede7 authored almost 2 years ago
Update coc-zls section (#1)

github.com/zigtools/install-zls - 7cda64303892beed803565ddc8d72963d65d98a6 authored almost 2 years ago
Add anytype resolution based on call references (#1067)

github.com/zigtools/zls - 8b5c64980510afed7d8e65e83040237c7252f4cc authored almost 2 years ago
Make Analyser use its own arena (#1101)

github.com/zigtools/zls - c217502670d4924d594fc9cb8bf315f38452d562 authored almost 2 years ago
only include snippet completions when enable_snippet is set

github.com/zigtools/zls - 9a7d262e6cea3fae7a73241df6d318f39eb930b2 authored almost 2 years ago
update snippet data

github.com/zigtools/zls - 90b468ac9f93a3ce0e4debfaa5b46fe57026a6bc authored almost 2 years ago
disable `.fixall` autofix mode

github.com/zigtools/zls - 29037f2f05ff0d89172f5a5859594704f41fe6c6 authored almost 2 years ago
Apply suggestions from code review

Co-authored-by: Lee Cannon <[email protected]>

github.com/zigtools/zls - 283ca0006dbe502ba427bd5ee5e3268a3c7bd56a authored almost 2 years ago
exclude default cimport declarations from completions

github.com/zigtools/zls - 4b042a562a47a9bd6789bc8b5001392c02159c72 authored almost 2 years ago
disable cimport resolution (#1091)

github.com/zigtools/zls - f24fcc2b1e503ee5043bce8a57b182dbfad4f135 authored almost 2 years ago
fix block label completion test

github.com/zigtools/zls - 1e733a8782366ef362603882e2c2823e4a8e7389 authored almost 2 years ago
improve source location of block scope with invalid ast

github.com/zigtools/zls - 84228a612e680afa47202e7749dda9ab0dd9ff5c authored almost 2 years ago
fix printDocumentScope

github.com/zigtools/zls - 72228e2b41b359976f3eca153216ae0a292c6e44 authored almost 2 years ago
remove TODO's about redefinition errors i favor of ast-check

github.com/zigtools/zls - 53c7e5bed7820f01639e3900bde8f4329ea1ed6b authored almost 2 years ago
refactor document scope creation to be more aware of block expressions

github.com/zigtools/zls - 7e652a5527506c0c135c34acaf93bddb6032c32a authored almost 2 years ago
implement document scope creation for array_type_sentinel

github.com/zigtools/zls - 775c38f5f5606bd22e60dc1ac0b2793a11c23d73 authored almost 2 years ago
update handling of some node tags in `makeScopeInternal`

github.com/zigtools/zls - 419527a40dae11a7c4dabda8a96deec293e63f92 authored almost 2 years ago
add multi-file support to ErrorBuilder

colorize ErrorBuilder output

github.com/zigtools/zls - 5944db49b35839278435289cc182bd51151ad42b authored almost 2 years ago
implement testing for cross-file references

github.com/zigtools/zls - 6530fe01c4ca95ab8c65aba58c4ff3602e804368 authored almost 2 years ago
enable successful references test

github.com/zigtools/zls - 1df17e8aa5d94343b1575dc134e5ed763136a1e1 authored almost 2 years ago
generate distinct uris in Context.addDocument

github.com/zigtools/zls - 37e3cb463debc47a20b4f64c87a66d901e4a6ccc authored almost 2 years ago
make semantic token configuration an enum

github.com/zigtools/zls - 61b42ca63a118c085ee934cd70d3666bd437db4a authored almost 2 years ago
More `.` completion

github.com/zigtools/zls - e1d90a1a1bc4ea71c01b5f1efff235a52b1d03ef authored almost 2 years ago
flake.lock: Update

Flake lock file updates:

• Updated input 'flake-utils':
'github:numtide/flake-utils/3db36a8...

github.com/zigtools/zls - c89431c6254f8c4ab2faab45061e19a0cf119f6a authored almost 2 years ago
Struct init fields completion.

github.com/zigtools/zls - 9723a92508d87d93415215e78af05935e2ac7fae authored almost 2 years ago
do not print error messages in comptime interpreter tests

github.com/zigtools/zls - 0c333aaa8a4efe5562d7c092ed7eb4e27cf08a7e authored almost 2 years ago
remove boxed null boilerplate

github.com/zigtools/zls - 3c165eabcd33c86a274a2185eb0436fd848c8b91 authored almost 2 years ago
Merge pull request #1083 from Techatrix/update-build-zig

update build.zig

github.com/zigtools/zls - 334a16ea0cd2ae5bb9f3cd21b90b84e0ae637451 authored almost 2 years ago
update build.zig

github.com/zigtools/zls - 31e133a5593dc863216998c92f52d742c9d2093a authored almost 2 years ago
hack latest build changes (#1077)

github.com/zigtools/zls - a9295769e7bf4bf3b1d93605bd19ced38552ff84 authored almost 2 years ago
Rework file structure (#1069)

* move language feature files into separate folder

* move code completions into features/comp...

github.com/zigtools/zls - 4b034f1afba5c6d1224ee76f69bedd3f82cf65a6 authored almost 2 years ago
Fix scope creation for label blocks (#1074)

github.com/zigtools/zls - 3586a7858e1bc6d9cd430f04752c248d37d5137c authored almost 2 years ago
support enums in config_gen (#1072)

* support enum types in config_gen

* fix typo

github.com/zigtools/zls - 0aacb767435bae58185e038449cf590f0c5b1d67 authored almost 2 years ago
Merge pull request #1068 from Techatrix/fix-typos

fix typos

github.com/zigtools/zls - 8d86d54c0d94a318c4b391041d91e0ece66dc447 authored almost 2 years ago
fix typos

github.com/zigtools/zls - 12014cd93d2149c7a0c8860acfaab8200ec51266 authored almost 2 years ago
tracy: workaround zig bug (#1066)

github.com/zigtools/zls - 985e7069a24dd84200a9c65bd43eff7809e06519 authored almost 2 years ago
update git clone command in README.md (#1065)

github.com/zigtools/zls - 0475d868c4ea776663ce28bd9f2e5f7c1556b755 authored almost 2 years ago
do not store Handle pointer in Analyser

github.com/zigtools/zls - f5897569c4713ef25c095c81d675b3970f6e68df authored almost 2 years ago
improve variable lookup performance

github.com/zigtools/zls - 487281f8e298e3f313828b5d6155c4e89a6ed8c4 authored almost 2 years ago
replace unnecessary `std.ArrayListUnmanaged` in document scope

github.com/zigtools/zls - 9d7012596a90b06e743f6a2a85bb5f81b4c10174 authored almost 2 years ago
only return block scopes from `innermostBlockScope`

github.com/zigtools/zls - c2d15bfc9a79083a0f3490617717441e60d80b05 authored almost 2 years ago
simplify analysis by introducing a Analysis Struct

github.com/zigtools/zls - 0ff0a193ccaf49c339a78e39217a08fea166a592 authored almost 2 years ago
remove `had_root` global

github.com/zigtools/zls - ea02e4364feb7ea919a5884dab0bbc1445afeb64 authored almost 2 years ago
refactor semantic tokens

github.com/zigtools/zls - 865e5efe8b179e1c253d97cb374efcf434043a83 authored almost 2 years ago
expand semantic token test coverage

github.com/zigtools/zls - 973d33d435890062e056b1901ce4e0adf958e36a authored almost 2 years ago
update config gen to work with vscode-zig

github.com/zigtools/zls - bbc082d10263f358f2bb7c81bb9ab49909d0ba79 authored almost 2 years ago
resolve relative include directories

github.com/zigtools/zls - dc7efa591c2d35b38d63a9443caecfafee04bff5 authored almost 2 years ago
Add some more basic overflow checks (#1055)

github.com/zigtools/zls - ef4a0607fbdb266cb62a321faedcf5a8f8d2f3ff authored almost 2 years ago
find references on test decl with identifier name (#1051)

github.com/zigtools/zls - a959f161e9197dbddb589a1937336eea6d07f642 authored almost 2 years ago
Optimize document symbols (#1050)

* optimize document symbol generation

* match folding range index to position conversion and ...

github.com/zigtools/zls - ab23ff3616d9478e1221ce25292013563c94f979 authored almost 2 years ago
more tracy calls (#1052)

github.com/zigtools/zls - c203110555347469c4eaca133f8088f3fade3e81 authored almost 2 years ago
InternPool: add more helper functions and debug formatting (#1043)

github.com/zigtools/zls - ff467f9878cba34fde816cf95fa291433e429ec1 authored almost 2 years ago
minor semantic token fixes (#1044)

* improve analysis and highlighting of error sets

* emit semantic token for unresolved identi...

github.com/zigtools/zls - 333fcb5633ee7c8ba57caac9c6593b45ba2cf547 authored almost 2 years ago
Fixes nix standard derivation. (#1042)

* Adds a formatter for nix. Use `nix fmt`.

* Fixes nix standard derivation.

The standard d...

github.com/zigtools/zls - f234b91a50f65740d08ea9a544cfbedfc8f985bf authored almost 2 years ago
limit maximum detail length at 1024 bytes (#1048)

github.com/zigtools/zls - 3c26892c7ef9d5c952b6dd02beaaa7d4e713b962 authored almost 2 years ago
Merge pull request #1045 from Techatrix/memory-lifetime

fix leak in `openDocument`

github.com/zigtools/zls - b8eb6aab7f905a7b29edbe2265a65e2b2e79ae31 authored almost 2 years ago
fix leak in `openDocument`

github.com/zigtools/zls - ed91fd3823254e7f56302fd9c6ded14eb9e339ce authored almost 2 years ago
rework `nodesAtLoc`

github.com/zigtools/zls - d5ac6b9734c1d8fc25924005f697e1d83c70ee41 authored almost 2 years ago
add more Ast tests

github.com/zigtools/zls - 42a8d1adb7c412678bf368a7224797fa1758ed10 authored almost 2 years ago
add Ast to callback field in `iterateChildren`

github.com/zigtools/zls - 0ee947e8a62cb117e3fa88464f5b4a4b2c66e053 authored almost 2 years ago
fix `locIntersect`

github.com/zigtools/zls - 7a7928f4666311829c437ffae3693ebb59dca015 authored almost 2 years ago
add more tests to `offsets.zig`

github.com/zigtools/zls - 397b5bc78fc6a9148cebf1573c11d72f9a19a21d authored almost 2 years ago
implement `textDocument/semanticTokens/range`

github.com/zigtools/zls - 0f3319315f516bbab0c62a48b98a1c7386f3807b authored almost 2 years ago
fix lastToken on tagged union with invalid members

github.com/zigtools/zls - ce9ae21cf4dcc39a99e5c96abb00c9c599d8fbc0 authored almost 2 years ago
Branching type resolution (#1031)

* Branching type resolution

* Add condition information to completions (borked rn i give up)
...

github.com/zigtools/zls - 2ce59a3bc31883578690c906c77f40c95e62b37a authored almost 2 years ago
Merge pull request #1039 from Techatrix/skip-failed-cimports

skip failed cimports on garbage collection

github.com/zigtools/zls - 515a0e4727e15276806a198df25de9f70286eaee authored almost 2 years ago
skip failed cimports on garbage collection

github.com/zigtools/zls - 8e6609e0f56d426cbfd26667629ef4995f4fc015 authored almost 2 years ago
send response on shutdown request (#1037)

github.com/zigtools/zls - 421a05ae5ff843fe6bdefc1a6179dfddb879871d authored almost 2 years ago
update failing semantic tokens test

github.com/zigtools/zls - 1fb7bfc63f28084bec136aef583ff7391f15fd30 authored almost 2 years ago
update version data

github.com/zigtools/zls - bb1b1dd1021ebf568d3241536c4d8342f246768e authored almost 2 years ago
Fixes nix build. (#1032)

* fix nix build

* fix nix build

github.com/zigtools/zls - 8edb8bcac34b53ad674470cc06f2ea2d9ad72be1 authored almost 2 years ago
Fix crash if zls.json is empty (#1034)

Fixes #1033

github.com/zigtools/zls - 76ee4b80fd3c1741a7e97b6b4ac8881b3c851e73 authored almost 2 years ago
Fix build runner (#1029)

* Fix build runner

* Add zls module, bump version

* Fix path from root issue in modules (t...

github.com/zigtools/zls - 121f68b9704b69f12d58047824b40e7b4ee17d0d authored almost 2 years ago
Remove zls log spam (TODO build option)

github.com/zigtools/zls-as-lib-demo - 46395d8acb4ae82784581181d012b1343b3b0a07 authored almost 2 years ago
update zig submodules to new builtin dependency system (#1017)

* build.zig: collapse exe_options

* build.zig: convert zig submodules to new dependency syste...

github.com/zigtools/zls - a78950ce82b92d1e107fec5e6529066b5e8eb18d authored almost 2 years ago
InternPool: replace untyped values with typed values (#1023)

* InternPool: replace untyped values with typed values

* InternPool: remove `indexToTag`

*...

github.com/zigtools/zls - 30869d7d8741656448e46fbf14f14da9ca7e5a21 authored almost 2 years ago
make `diff.edits` memory safe (#1026)

github.com/zigtools/zls - 89ab9fdf7045d812a8cbdb57836a5952fbca2a58 authored almost 2 years ago
Rerun build.zig configuration extraction on zig_exe_path change (#1027)

github.com/zigtools/zls - ed908a2511b3165b79b942784ddd8719901c6a25 authored almost 2 years ago
fix folding range on multi line function declaration

github.com/zigtools/zls - 4b0da6f6aec80471d812a06028a546c395f114ab authored almost 2 years ago
fix folding range on structs with doc comment on first field

github.com/zigtools/zls - 97f7fd77c61088d8e501b0927b4d8b254fda42ca authored almost 2 years ago
Includes sqlite3 cli tooling in the docker image.

github.com/zigtools/zartbitter - ffdaa7d50acc6272918e4eaff5052bf6051546c6 authored almost 2 years ago
Adds docker file.

github.com/zigtools/zartbitter - 71afe28f7db1de7d4bf115f8bbf9a6c3fa47df83 authored almost 2 years ago
support new module cli arguments (#1019)

* support new module cli arguments

* capture the runtime zig version and store it on `Server`...

github.com/zigtools/zls - 5ede46f0039512c584d1bd0b53559721fd55f1dc authored almost 2 years ago
Make the CI trigger if the CI script itself is modified (#1022)

github.com/zigtools/zls - f1a8efbe5cbb1a89eaaa0ff53c232f74b5266fc9 authored almost 2 years ago
update version data (#1021)

github.com/zigtools/zls - 9cb569a196c8e6c0770c65957deb3dd0ef41f7ed authored almost 2 years ago
`completeBuiltin` fixes (#1015)

- Always return a copy to avoid memory corruption (most operations assume an arena allocated cop...

github.com/zigtools/zls - 424a06b7ee46c546ea15e3f9cc34c419eb6ea4dd authored almost 2 years ago
update flake.lock (#1018)

github.com/zigtools/zls - f59fb1ec12455ca17d5988042b7a2e87d54becf9 authored almost 2 years ago
ignore an unknown CodeActionKind (#1001)

github.com/zigtools/zls - 36738501cf29c1ba84d7d5a62e141a7c6099857a authored almost 2 years ago