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

analysis: store function node in parameter declaration

github.com/zigtools/zls - 6ff19e8b5f63e6551ab95df2b1cd413d1451c06c authored over 2 years ago
std resolution kinda works!

github.com/zigtools/scip-zig - 0342f4c45302365d957bebe18ccff1d0ff70d0f0 authored over 2 years ago
Fix token range issue

github.com/zigtools/scip-zig - 96086400c1d16590ff51a80970ed02ae136012f6 authored over 2 years ago
Field accesses / identifiers now tracked!

github.com/zigtools/scip-zig - 8ac1bb1e92ba9eba088963770d9111b243558463 authored over 2 years ago
simplify completionHandler, gotoHandler, hoverHandler and their callees

github.com/zigtools/zls - 869d27c75df0506d3dbf12a5221f1fc9d4ab679c authored over 2 years ago
use an ArrayList in uri.pathRelative

github.com/zigtools/zls - 87bfa683bdd9df78fea44f8e8fbfb37d433afc7e authored over 2 years ago
Merge pull request #670 from Techatrix/dont-inline-builtin-data

don't use inline for iterating builtin data

github.com/zigtools/zls - adb012001f7cb2b1188c26921cb95dd7037812e1 authored over 2 years ago
don't use inline for iterating builtin data

github.com/zigtools/zls - 8a77007872bcea933a66a4b813c1aea580b6120d authored over 2 years ago
avoid config copy for document store (#669)

github.com/zigtools/zls - e9e9571fe57ebeef78772c3db1181484a88d5771 authored over 2 years ago
Merge pull request #667 from leecannon/master

create entire cache folder path

github.com/zigtools/zls - dac0d9019a24c26da25ab3334cba201e640c47d8 authored over 2 years ago
Merge pull request #668 from Techatrix/test-coverage

Support generating test coverage with kcov

github.com/zigtools/zls - b9dcf7fd3adb8d8a1f9737409c31827edfb4140a authored over 2 years ago
support generating test coverage with kcov

github.com/zigtools/zls - 4b866a416b28aad760d68c01d4205f5690641509 authored over 2 years ago
Functions / locals / blocks initial support

github.com/zigtools/scip-zig - b2ddb9c1923e7bbf186bb1aa8bbeff7feb6448e1 authored over 2 years ago
create entire cache folder path

github.com/zigtools/zls - f90142d0ccb68fa542ef08a40162423e36928c48 authored over 2 years ago
Merge pull request #665 from Techatrix/cimport-diagnostics

Report cImport failure using `textDocument/publishDiagnostics`

github.com/zigtools/zls - 0fa788b7275891f5bd924ca983c8ff397de23cc7 authored over 2 years ago
report cImport failure using `textDocument/publishDiagnostics`

github.com/zigtools/zls - cf52fd8190a5bac1f5b9da46ca80deb35104adae authored over 2 years ago
Testing improvements (#662)

github.com/zigtools/zls - 7f4f002380a41ce8756f244b52beb956335961c5 authored over 2 years ago
Merge pull request #656 from jcmoyer/env-fixup

Add target to Env struct

github.com/zigtools/zls - b3078c36ddfccadddf86c3af394fc3ef004b7887 authored over 2 years ago
Add target to Env struct

See: https://github.com/ziglang/zig/pull/11741

github.com/zigtools/zls - 0feecee18ce3051681422b30d6d5d3d457c010c3 authored over 2 years ago
Pass -lc to translate-c (#660)

github.com/zigtools/zls - 96f00f05f64d587a785996e85de622c56525ca18 authored over 2 years ago
fix for zig master (#658)

github.com/zigtools/zls - 6d9e891d98be206f15d6b91f725064d1694a3804 authored over 2 years ago
References improvements (#653)

github.com/zigtools/zls - b76710ea5fbf8c9efb2b053f84bb3e58eaab5a1c authored over 2 years ago
Completely overhaul offsets.zig (#643)

* completely overhaul offsets.zig

github.com/zigtools/zls - e28549fa7d385bc3fe5e2971e3f86bf0a6e7611b authored over 2 years ago
Decoding works slay

github.com/zigtools/protobruh - f267d5506bd1e49ba23aee638ea9d49fb32f4e15 authored over 2 years ago
Small rearrange

github.com/zigtools/protobruh - e7e99841d7090b5aab4515cb81b5e7d1fd46ae4e authored over 2 years ago
add LICENSE and README

github.com/zigtools/scip-zig - db873e74408cf07e06608a00419c9bd9856fd1f5 authored over 2 years ago
sync with zig master version llvm15 (#652)

github.com/zigtools/zls - 5aff17afb0259d12e12c2fb830ebd68d053f7844 authored over 2 years ago
update for zig master (#651)

github.com/zigtools/zls - bd6f60e451911bad011dfa87d933b9fe7cffc025 authored over 2 years ago
improve width of log prefix (#649)

github.com/zigtools/zls - e6238e3354e43fdecf90324e80197ab3c74b7128 authored over 2 years ago
init org funding

github.com/zigtools/.github - 13f1dcec59ec9a27f156605af495e7397a1f408e authored over 2 years ago
Merge pull request #646 from Techatrix/cache-build-runner

Place build_runner.zig in zls subfolder

github.com/zigtools/zls - 6363e7a064b5b420c213af9d8a5a5c1a7015f244 authored over 2 years ago
Merge pull request #647 from Techatrix/logging-improvements

Only globally log to stderr

github.com/zigtools/zls - 1a93ec223449864f625633d443fa94fefdf45bcb authored over 2 years ago
Merge pull request #648 from Techatrix/dev

Refactor builtin_completions

github.com/zigtools/zls - eaa19d8a13f552aa509fed8ff208dbdeffa20792 authored over 2 years ago
refactor builtin_completions

github.com/zigtools/zls - 85135d36aeea9a868bf8629aec91bb022c2dbee1 authored over 2 years ago
fix warning in session test

github.com/zigtools/zls - 5c9c0c316c5cc296acbd78c5d2c166f8732db743 authored over 2 years ago
only globally log to stderr

github.com/zigtools/zls - ff779049f1c436899ebd1d6f23e69313df11882e authored over 2 years ago
create global cache path directory if it doesn't exist yet

github.com/zigtools/zls - 834127f23e241826db132f51ea62fa307f57af56 authored over 2 years ago
place build_runner.zig in zls subfolder

github.com/zigtools/zls - 75677f424c994c615105c59b3c71b385adb38db8 authored over 2 years ago
Merge pull request #642 from Techatrix/dev

Correctly handle anytype in inlay hint tooltips

github.com/zigtools/zls - 58a83ffd25ca7e3c839ce64b2fa1ed3db5ddec2c authored over 2 years ago
correctly handle anytype in inlay hint tooltips

github.com/zigtools/zls - a44cfdc451e287958da4e2bd347ce01b2a2d4410 authored over 2 years ago
Merge pull request #641 from Techatrix/testing-improvements

Move updated units_test.zig into tests directory

github.com/zigtools/zls - 03565f42bfe5f527e28eaad4265b074c21fe3584 authored over 2 years ago
move updated units_test.zig into tests directory

github.com/zigtools/zls - 6933e1598ab88352d5ec3b37c2ab7e8a6dbded4d authored over 2 years ago
Add `chmod +x` command to macOS install instructions (#640)

github.com/zigtools/zls - 866655169c48fcf1bf28b27dd3721708ba5a8af7 authored over 2 years ago
NativeTargetInfo.detect() no longer takes an Allocator param (#637)

see https://github.com/ziglang/zig/commit/3ee01c14ee7ba42b484f15daeacb67da90a81c9e

github.com/zigtools/zls - 440fd215ec86c8e42433293ef16f386d207732e0 authored over 2 years ago
place build_runner.zig in cache directory (#635)

github.com/zigtools/zls - 0428b970b18cfe2707e380e7e11a8aeea2420a78 authored over 2 years ago
fix: "f..o.o;" crashes the server (#629)

this is a fix for #381 and a hack for #409
(related, get triggered by "f..o.o;")

github.com/zigtools/zls - 6269eef776369aac3d0f23cfecd48f04794d1035 authored over 2 years ago
Merge pull request #52 from makeryi/feat/arm64-macos-download-link

github.com/zigtools/zls-vscode - f10664b8dfea88dc2830affa8cfab424dd844476 authored over 2 years ago
feat: add arm64 macos installation option to download link

Signed-off-by: YangYi <[email protected]>

github.com/zigtools/zls-vscode - 607731f72824dac40bcdd15be4539426f73ac98b authored over 2 years ago
Merge pull request #630 from Techatrix/master

Reconstruct diagnostic range end of ast-gen

github.com/zigtools/zls - aa81d83136ffda1d242a2fbf615753221e104eda authored over 2 years ago
respect document encoding

github.com/zigtools/zls - 7730c7715bc928b075241403e1318501b7fec2ee authored over 2 years ago
Remove build_runner install; it's included in zls now

Closes #51

github.com/zigtools/zls-vscode - acc04fe152cf604143fa15f0907361db9544d8f5 authored over 2 years ago
reconstruct diagnostic range end of ast-gen

github.com/zigtools/zls - 925cc3fee9cb57c03c66c4ae5a4bd766611ffe57 authored over 2 years ago
Merge pull request #625 from Techatrix/update-builtin-data

Update builtin data

github.com/zigtools/zls - fc4609a3e7bbc7ba64d1860fef1bae7f0461050f authored over 2 years ago
Merge branch 'zigtools:master' into update-builtin-data

github.com/zigtools/zls - d2153072f438ee1642f4ab94e45785030daa05f6 authored over 2 years ago
Merge pull request #624 from Techatrix/embed-build-runner

embedFile build_runner.zig in executable

github.com/zigtools/zls - 9e205165999dadc6cfc80c3041aec4e8cd07e82a authored over 2 years ago
update data/master.zig

github.com/zigtools/zls - a0c3de5bfe78d80d0daa570d27500f147d79c3ab authored over 2 years ago
embedFile build_runner.zig in executable

github.com/zigtools/zls - 38210d3e9183a77dfe10e0d0f4a79d2999ce3cf7 authored over 2 years ago
Merge pull request #50 from zigtools/general-improvements

General improvements

github.com/zigtools/zls-vscode - 153612aff40850f6d77329759dd13ebf3be753e1 authored over 2 years ago
automatically check & install updates

github.com/zigtools/zls-vscode - e4c781746b6e48566d5266d54d0207724bc52542 authored over 2 years ago
Build m1 binaries (#622)

github.com/zigtools/zls - 48a053b65f11929578edc55308a558cdf104e922 authored over 2 years ago
Merge pull request #621 from Techatrix/dev

Enable ast-check by default

github.com/zigtools/zls - b842e68697242a752a5e87cd2f70f5f52f5821ed authored over 2 years ago
update README.md

github.com/zigtools/zls - 2509673d959649a6c465e411243842ac86f371f8 authored over 2 years ago
Merge pull request #606 from nullptrdevs/dev

fix: fix server crash related to parsing incomplete function as a fun…

github.com/zigtools/zls - 7a1c66da344eff6dbc6ed213b1feb7fc2e5ef87a authored over 2 years ago
set custom config for tests

github.com/zigtools/zls - bcf8bc70943ce2ae83d0a24ba6ee2f9db039b245 authored over 2 years ago
enable ast-check by default

github.com/zigtools/zls - d8b574a0cc29055427292458b9565d5fc381b503 authored over 2 years ago
Merge pull request #620 from Techatrix/report-version

fallback when failing to run git describe

github.com/zigtools/zls - a6ed5d1abf1bc9a99dad8f02e87607637d95659f authored over 2 years ago
format extension.ts

github.com/zigtools/zls-vscode - 122ec13a123b8c78be77541c8dc36d3d1749cda5 authored over 2 years ago
automatically resolve path to zls

github.com/zigtools/zls-vscode - aed25a546dd36a77c02ac584373b79da2e40f2ab authored over 2 years ago
fallback when failing to run git describe

github.com/zigtools/zls - 4fe609e4c6a4031720d784c4e787d3506f6d87e7 authored over 2 years ago
Merge pull request #619 from Techatrix/report-version

Report version just like zig

github.com/zigtools/zls - d0732db98ee43901d21d1612aa102210adb9d0f5 authored over 2 years ago
fix eslint warnings

github.com/zigtools/zls-vscode - 89cbf05ed1ee0924d9a2788e09f5a17ec068594c authored over 2 years ago
report version just like zig

github.com/zigtools/zls - 9dc694df24dba3d8497bb0a1c0e1f6ad5dc66221 authored over 2 years ago
Merge pull request #618 from Techatrix/report-version

Report zls version using git describe

github.com/zigtools/zls - 34ce200b2ebb1a9e8a6e0282d2b70d522d9bc366 authored over 2 years ago
CI: Fetch all history for all tags and branches

github.com/zigtools/zls - bddee7b076b33d5b59d742c0bcf88046beb99bb9 authored over 2 years ago
report zls version using git describe

github.com/zigtools/zls - 66b35d62b2a35afe8983ac07df6c96e44213caa4 authored over 2 years ago
Add new option, fix debug logging

github.com/zigtools/zls-vscode - 667b126f84b07fc7788d1796386d3ca516eb0bf8 authored over 2 years ago
Merge pull request #617 from zigtools/ast-check-diagnostics

ast-check for zls!

github.com/zigtools/zls - d72cac04ab0d048e0014294fd125a0a1db3b4845 authored over 2 years ago
ast-check fixes

github.com/zigtools/zls - 246fee8a1b60f05adb8b9ee0b34d2cff8736411a authored over 2 years ago
ast-check for zls!

github.com/zigtools/zls - 57a35a7bc852af4cc2a9a0e0d321e9e34dbfae1c authored over 2 years ago
Merge pull request #49 from zigtools/zls-openconfig

Add Command zls.openconfig

github.com/zigtools/zls-vscode - 6139e2ac37c9b7ded84b7f7c349e413dc2cf5d13 authored over 2 years ago
Merge pull request #614 from Techatrix/show-config-path

add --show-config-path for querying the config path

github.com/zigtools/zls - da03c81992773375c038ae23bcdbcef09f7a0907 authored over 2 years ago
Merge pull request #615 from Techatrix/check-global-path

Only conditionally ask for global configuration in setup wizard

github.com/zigtools/zls - 2caab981e3badc55aad595370a20064f566f1e22 authored over 2 years ago
remove unnecessary check in setup wizard

github.com/zigtools/zls - d30cdabfe525017631a087024729862dc15cfdd5 authored over 2 years ago
only conditionally ask for global configuration in setup wizard

github.com/zigtools/zls - 7be7496ec859c04cfbaf010bd420bcb57cb6cda2 authored over 2 years ago
add Command zls.openconfig

github.com/zigtools/zls-vscode - 5a8b97db6e91a56cb767931d42855f83dbb88ed1 authored over 2 years ago
add --show-config-path for querying the config path

github.com/zigtools/zls - ffb3f9440e258e9f9e5a8a7688f87ac4caa7c0c9 authored over 2 years ago
Merge pull request #613 from Techatrix/json-schema

add JSON Schema

github.com/zigtools/zls - b50213476907acc308ffb9e217d761db19cbc603 authored over 2 years ago
add JSON Schema

github.com/zigtools/zls - 9b7c73d9b1b4d8889ef9bfc38c29cd1a9e988d35 authored over 2 years ago
Merge pull request #612 from Techatrix/fix-rename

Fix textDocument/rename

github.com/zigtools/zls - 5eb65e7d982f89e19a10f9f65cd8263d9204c3b2 authored over 2 years ago
fix textDocument/rename

github.com/zigtools/zls - 605c4e29882d0954c0fd5a40506d2e0cb4bfd7e0 authored over 2 years ago
Merge pull request #1 from zigtools/refactor-for-zls

Refactor for zls

github.com/zigtools/zig-lsp-codegen - dd453ec3d8a5fdee4b40821981957b82de009477 authored over 2 years ago
latest zig fixes, some bug fixes

github.com/zigtools/zig-lsp-codegen - 7e43684daa26d78b39326b649cc108adb92a5319 authored over 2 years ago