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

README.md: Remove trailing spaces

github.com/zigtools/zls - 180a75ee0d79271b69ce8db55c0ecae2f298f3a1 authored over 2 years ago
README.md: Add missing punctuation

github.com/zigtools/zls - 4ff9cdb069d74a293f8e584bbd95fcc300aa67e7 authored over 2 years ago
fixed jrpc config treating empty strings as non null (#727)

github.com/zigtools/zls - 2ae113ddcfa216bcd91958ac6d73bbd4de982177 authored over 2 years ago
fix symbol references (#712)

* fix symbol references

* skip references for inline assembly

github.com/zigtools/zls - 7a7576c06d7793f2b1f3c121dc861dc907035051 authored over 2 years ago
Fix region folding off-by-one error (#726)

github.com/zigtools/zls - 51a7ae2274ee38cf9fa905cb6d148d893f956830 authored over 2 years ago
Improve folding regions (#720)

github.com/zigtools/zls - 7fe62147a35c622fb9cc1b375b3f953651e93f46 authored over 2 years ago
Fix build runner optional issue (#725)

github.com/zigtools/zls - ced6e97cc2a997584a877039db752abebaf2571b authored over 2 years ago
fix cimport completion (#722)

github.com/zigtools/zls - 862d30055a4472825963899b0367e47461cea476 authored over 2 years ago
fix invalid union access in build_runner.zig (#723)

github.com/zigtools/zls - bca02bfde5f9eeab5bd083071e9701379f120366 authored over 2 years ago
add tests for completion (#719)

github.com/zigtools/zls - 13f3b200bc5b6007b48c089d740ccdcc2b43fb5f authored over 2 years ago
update flake.lock (#710)

github.com/zigtools/zls - befb2d148b18599486244ac8caa45b7c4e38bed8 authored over 2 years ago
fix allocator mismatch in tagStoreCompletionItems (#717)

github.com/zigtools/zls - 88750d2529753018367ba0b12793143f6c2756a0 authored over 2 years ago
Setup GH actions

github.com/zigtools/protobruh - 71268a03d57b39d59ae49846924ade8d465b1ea9 authored over 2 years ago
Added textDocument/foldingRange (#718)

* Added textDocument/foldingRange

* Added support for code regions

* Fixed warning message...

github.com/zigtools/zls - 2a17590bf46fd11ba332174b264e7dbeb35d9186 authored over 2 years ago
Use bufferedwriter, perf is now the best it's ever been; update readme

github.com/zigtools/scip-zig - d6e6f58192feb930dbf840029e56fc43fb1444bd authored over 2 years ago
Use arrays, halve memory usage

github.com/zigtools/scip-zig - 672057604633ab2181adbc3db6d1e281e70855f3 authored over 2 years ago
Fix untracked files

github.com/zigtools/protobruh - bbba27572be2607d722344503a339746b6a0dee4 authored over 2 years ago
Array support, improve tests

github.com/zigtools/protobruh - 5689e55d16ebccd43f597c41b2d49aeef7e70a91 authored over 2 years ago
std indexes successfully once again!

github.com/zigtools/scip-zig - 846110d7756d121f8fe2c45f58727a9f226cb74a authored over 2 years ago
Fixes, CLI-ify, improve README

github.com/zigtools/scip-zig - 3f46f1f9d0691eb01f4c86dee05f1f24112ed16b authored over 2 years ago
Fix diagnostics (#716)

github.com/zigtools/zls - 5ddbf24d110878d0d1b96e52860fa106fef57537 authored over 2 years ago
Merge pull request #714 from Techatrix/fs-completion-fix

fix file system completion crash

github.com/zigtools/zls - 6358c5b23e38a6d4a50be7e043bb9fdc782f39d6 authored over 2 years ago
add missing semicolon

github.com/zigtools/zls - a0723dbffd48abe65df7fec830058499a29ad5d5 authored over 2 years ago
Replace @minimum and @maximum with @min and @max. (#713)

github.com/zigtools/zls - 886cfeacb5069510028e6bc1464e1b67da512932 authored over 2 years ago
Merge pull request #702 from Techatrix/document-store-refactor

DocumentStore refactor

github.com/zigtools/zls - 7c54ded4876b4700a31c5ae977f05a33c7f02857 authored over 2 years ago
simplify dependency collection in references.zig

github.com/zigtools/zls - 2755d8d8b70efa2052bc0880d325c0dadd9672fe authored over 2 years ago
return null if file can't be read in documentstore

github.com/zigtools/zls - 8fb7379d7111f8d7f931cec7e03573949137e930 authored over 2 years ago
add separate function for loading handles with getOrLoadHandle

github.com/zigtools/zls - 2158a201ad346c2e74b70693089bcf1d19dbfbd7 authored over 2 years ago
return const Handle from getHandle

github.com/zigtools/zls - 89be8e0211ccf7965dbb437ca52fb497f0fb4efd authored over 2 years ago
fix tagStoreCompletionItems

github.com/zigtools/zls - ba007b3558120088f22cdb7b62adf897c3dcadf8 authored over 2 years ago
add more tracy calls in documentstore

github.com/zigtools/zls - 4316524226319d70f56fcdca8b126654fde972b1 authored over 2 years ago
simplify tagStoreCompletionItems

github.com/zigtools/zls - 9f688cf4ed58126af3caced4bc1c7d4e91bbb4f4 authored over 2 years ago
load handles on demand instead of ahead of time

github.com/zigtools/zls - 0cfc7928496ba9a4764898760357d5892912aed3 authored over 2 years ago
undo DocumentStore constness changes

github.com/zigtools/zls - 25ce5dd8aa28e8ea2f90f6cb6d722ab0f0d3fbac authored over 2 years ago
builtins also get their detailed label (#706)

github.com/zigtools/zls - 472e28ad5c14a885620e39759e241915116ab3ec authored over 2 years ago
Merge pull request #709 from nektro/patch-2

build.zig: ensure user zig matches program minimum

github.com/zigtools/zls - f6b947ea5f143707d1a71a0da0d45b2e12bf0323 authored over 2 years ago
fix CI oops

github.com/zigtools/zls - e1c86158cc585a4f2eb09f343f38d1c3bdb9d70c authored over 2 years ago
build.zig: ensure user zig matches program minimum

github.com/zigtools/zls - b434197fe80d261c8ec5a4a3bc7baeb79bd6f984 authored over 2 years ago
disable label details if client only support old lsp (#707)

github.com/zigtools/zls - cd887838f72fdd9f3a555ed6895189316c1c765a authored over 2 years ago
Allow tabs for the indentation added by code actions. (#684)

* Allow tabs for the indentation added by the code actions feature (#673).

The previous imple...

github.com/zigtools/zls - 62861193a629c36c95bf5827b69c95f93ccc4c3f authored over 2 years ago
improve document of DocumentStore.zig

github.com/zigtools/zls - 06ba47d460ff0f70cce8cbc83b379b2be41fffec authored over 2 years ago
fix relative_builtin_path option

github.com/zigtools/zls - aff2c3234fdc881349f3e1234ee911c30ad1fec7 authored over 2 years ago
correctly resolve `import("builtin")`

github.com/zigtools/zls - 420e7f2fefa81037edc5b433c03354e2a3ad9fc8 authored over 2 years ago
update cimport diagnostic collection

github.com/zigtools/zls - 2bc83741fbb9534044b602997351fd78fc955c5e authored over 2 years ago
Merge branch 'master' into document-store-refactor

github.com/zigtools/zls - d6ef330984d09e6ecaae7d172d20a0994bf68498 authored over 2 years ago
ability to highlight global variables (#655)

anything declared with "var" at the root level

github.com/zigtools/zls - 19fd17ff76d055606e2e9dde9e09dac7f9538430 authored over 2 years ago
Merge pull request #701 from Techatrix/semantic-token-fix

Correctly handle var decl without equal sign

github.com/zigtools/zls - f204f3467e740f5d0740d0112ab026d459447542 authored over 2 years ago
finish document store garbage collection

github.com/zigtools/zls - e024a9ec38b91be23b8d676de23f361ba058bf97 authored over 2 years ago
correctly exclude builtin.zig from build.zig search

github.com/zigtools/zls - ce7afe03f2efeb8f1133fa0cfd7734eb110de2f2 authored over 2 years ago
revert timer removal

github.com/zigtools/zls - 4f27f075d715c1c386d0b08ca918ea4804271e2a authored over 2 years ago
correctly handle var decl without equal sign

github.com/zigtools/zls - f060d09f7e1bc9fd048152e6e32adf1c436040ce authored over 2 years ago
Add missing .switch_case_inline, .switch_case_inline_one cases (#699)

* Add missing .switch_case_inline, .switch_case_inline_one cases

* Include inline semantic to...

github.com/zigtools/zls - 3833566790f1491a42028d9360f3f954cd8e11d4 authored over 2 years ago
mark DocumentStore & Handle const

github.com/zigtools/zls - 5d748767e96ffc5574e264455886b4eaadd9ed37 authored over 2 years ago
reimplement document store

github.com/zigtools/zls - dab7eb81cc53fad5138d769ca00da3997072e07f authored over 2 years ago
Handle more cases

github.com/zigtools/scip-zig - 0c835ad897f57c1a5902f11a382f7a1472348d40 authored over 2 years ago
Fix alias resolution

github.com/zigtools/scip-zig - 8c7899c21f3c092e944bc73465aa2b96b0ef821d authored over 2 years ago
Further improve field access resolution, still some odd missing values

github.com/zigtools/scip-zig - 06083dd474b4f6cec3640f59ae97f3c2e734512d authored over 2 years ago
Update some config sites (#695)

github.com/zigtools/zls - ac6353add7b1dc5fdee25333b02d8c52e589502a authored over 2 years ago
remove requests.Configuration (#696)

github.com/zigtools/zls - b9a291b944f055d173f09a6975a04031eef506fa authored over 2 years ago
remove types.TextDocument (#693)

* remove types.TextDocument

* resolve compile errors because of previous merge

github.com/zigtools/zls - a9a1fad13ede054acfb75f3cefe096212fcfc872 authored over 2 years ago
Fix function return value documentation

github.com/zigtools/scip-zig - e7e57a2a78ae275157ae430b297f849030364c3c authored over 2 years ago
We can now index std!

github.com/zigtools/scip-zig - 25a31efe0aa526221ee821b80b76e14b2c78b79e authored over 2 years ago
Adds a 'format to camelCase' codeaction for function names (#679)

* adds reformatting to camelCase for function names

* removes useless +1 byte when allocating...

github.com/zigtools/zls - a8fa5c68a7fe6dffe545ced0466e4d0a0cab4d88 authored over 2 years ago
Self hosted fixes (#682)

* fix compiler errors when using self-hosted

* move parameters into builder struct

* simpl...

github.com/zigtools/zls - 51356517a95376f95b958986d8ac9f9944bd6cf9 authored over 2 years ago
improve conformance to the lsp (#687)

github.com/zigtools/zls - d030dd09930b89d69fda46ff33d15354beef9140 authored over 2 years ago
support 0.9.1 (#691)

github.com/zigtools/zls - 3c4535a32111fc995d805c015f8f89b9b608e01d authored over 2 years ago
inlay_hints: implement ability to remove redundant hints (#690)

github.com/zigtools/zls - 32ce19f9a8000173931ea26e5beeeef253b90a47 authored over 2 years ago
handle `OptionsStep` in build_runner (#686)

* handle `OptionsStep` in build_runner

* only reify `OptionsStep`s that have no dependencies

github.com/zigtools/zls - 9f2ea757775e08c02cb5732595bc9bf5299696a6 authored over 2 years ago
simplify Server.zig (#681)

* simplify Server.zig

* remove wrong default value in Server.zig

github.com/zigtools/zls - cf73771739880475f94523475c556dd3c92b4083 authored over 2 years ago
Revamp bulid.zig discovery (#688)

* walk down tree instead of up for build.zig discovery

* account for windows URIs in tests

github.com/zigtools/zls - 6ec6d4ea3618e93b17813177ee6b587db9d49d8c authored over 2 years ago
show a warning when using an old zig version (#677)

* show a warning when using an old zig version

* use builtin zig version

github.com/zigtools/zls - e3803d760fa4afbe30aa41d7f0b0b99747c6fa63 authored over 2 years ago
Code action improvements (#678)

* correctly remove parameter through code action

* add code action for pointless discard of u...

github.com/zigtools/zls - 8cf93fc96a705d30771843de6415ddfce097022f authored over 2 years ago
unmanage diff.zig (#680)

github.com/zigtools/zls - 8eeae0286559a5765adb55d82c4b2046786fcc58 authored over 2 years ago
Merge pull request #683 from jcmoyer/build-options

Allow user defined options to be passed to build_runner

github.com/zigtools/zls - a70beba6d26387b5e24963c0348b13e72dacc259 authored over 2 years ago
explicit request didSave notification from client (#676)

github.com/zigtools/zls - f3889cfe8dc821cf5465a35d7ed926b2dfdf6319 authored over 2 years ago
Remove unnecessary indirection

github.com/zigtools/zls - 295669297a5943153e547ac7b7bd864c374d397e authored over 2 years ago
Allocate build_runner args directly

github.com/zigtools/zls - cbc6feeb76c921b055fe5d636d09bba5ff0ff926 authored over 2 years ago
Move build options out of parse result instead of copying

github.com/zigtools/zls - 399fa7fd097f49d9b9157c2851cf90b225bb7ba6 authored over 2 years ago
Fix typo in readme

github.com/zigtools/zls - 5fd2e87c5b35deb1323fd441a4cf97cc4f6d3926 authored over 2 years ago
Document per-build configuration options

github.com/zigtools/zls - 340290a4068134ff4b5a3c7f8f9b2edc5e613ad7 authored over 2 years ago
Support for user-configurable build options

github.com/zigtools/zls - 0b0e6a7cb9cbebe89867ebc9f8ff60bf49d63ea1 authored over 2 years ago
Merge pull request #675 from leecannon/pkgconfig

support pkgconfig

github.com/zigtools/zls - ecf4e112a550beb19b44af3437c7bcc5654ad6d1 authored over 2 years ago
cleanup `processPkgConfig`

github.com/zigtools/zls - 58d8c1434d578d652dd31774c11d6bd15f4a7a82 authored over 2 years ago
Merge pull request #671 from Techatrix/dev

Simplify completionHandler gotoHandler & hoverHandler

github.com/zigtools/zls - f52e529c55c1bdedfbab61767abdb34b4ac06a5d authored over 2 years ago
use `StringArrayHashMap` to remove duplicate include paths

github.com/zigtools/zls - 137edcd527e66104a311b2c7243aeb5491e95d03 authored over 2 years ago
support pkgconfig

github.com/zigtools/zls - a3af1c76a3dd75944b4933c717805ebdaa089c32 authored over 2 years ago
Merge branch 'master' into dev

github.com/zigtools/zls - 8edaa7f5068edbd8f6bde148fdb85e05f7bf01ef authored over 2 years ago
Merge pull request #674 from Techatrix/snippets

Add keyword Snippets for autocomplete

github.com/zigtools/zls - 0d848a71ecffe67ed930cc2e1629acc0dfec6055 authored over 2 years ago
update snippets

github.com/zigtools/zls - 5fa76563147b746965ef9e51bca87da287014be5 authored over 2 years ago
Merge pull request #673 from Techatrix/code-actions

Implement Code actions with autofix

github.com/zigtools/zls - e776a5c8e3945d19132e86754cc241789e3b0133 authored over 2 years ago
add keyword snippets for autocomplete

github.com/zigtools/zls - 00be49c5951f282f311364a1e3cf3abf00c580b2 authored over 2 years ago
remove sessions.zig

github.com/zigtools/zls - 176bf17d153b0c8e893c089e91ebdafed4af39b5 authored over 2 years ago
implement autofix

github.com/zigtools/zls - 8cf5c8226153bc16a7a0501e7597f240d13a8227 authored over 2 years ago
implement textDocument/codeAction

github.com/zigtools/zls - 1b64db8a4cc077054890f8b7f70c969ca80c2171 authored over 2 years ago
make types.Diagnostic correctly parseable

github.com/zigtools/zls - ca58cbb3f3667e872d8ae2ee1a8c4a1192ef4509 authored over 2 years ago
refactor ast-check into separate function with small changes

github.com/zigtools/zls - 548ced259f4f1327958fe1f2eddc9d5bde72a26e authored over 2 years ago
add `enable_autofix` option

github.com/zigtools/zls - cfb7c16de053ae721e8420de102607ef909d89dd authored over 2 years ago
add code action types

github.com/zigtools/zls - 40c28d7a64b505af5d1a3d37f80496416c12cff4 authored over 2 years ago
refactor getting the first & last parameter token into a function

github.com/zigtools/zls - a8dcb89a81a316cbd32f938ca2677767b2b3606d authored over 2 years ago