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

Merge pull request #90 from data-man/kate_with_zls

Add usage instruction with Kate

github.com/zigtools/zls - ad8c297a0e6a2d7e8f21c18e9e6c6cdd890ade37 authored over 4 years ago by Alexandros Naskos <[email protected]>
Add usage instruction with Kate

github.com/zigtools/zls - 33b453578fdcd49a39d90ab739df3b6b733c8a92 authored over 4 years ago by data-man <[email protected]>
Removed comments

github.com/zigtools/zls - d2325df729f41921aabadf616eca348e914214de authored over 4 years ago by Alexandros Naskos <[email protected]>
Reworked position context to use tokenizer, works in more contexts

github.com/zigtools/zls - f6df35e069d151b7e42f6dcd62a1b125107657ab authored over 4 years ago by Alexandros Naskos <[email protected]>
Removed comment

github.com/zigtools/zls - 3c0ee2133738a7957c65f97be57beee996610247 authored over 4 years ago by Alexandros Naskos <[email protected]>
Copy scope nodes when cloning an analysis context

github.com/zigtools/zls - a330932b7ceeba895e83630b8e944abe712fb662 authored over 4 years ago by Alexandros Naskos <[email protected]>
Merge branch 'master' of https://github.com/SuperAuguste/zls

github.com/zigtools/zls - 7d5d217e2fa237d72ed1570d7415f14e2108d43c authored over 4 years ago by Alexandros Naskos <[email protected]>
Small fixes and code cleanup

github.com/zigtools/zls - 6f23d8a053370eccc8845c01e9ff79a462beda13 authored over 4 years ago by Alexandros Naskos <[email protected]>
Merge pull request #87 from data-man/st3_fix

Sublime Text 3 fix

github.com/zigtools/zls - ccb4c4877fce4cb89f901624995d887ddbeb7041 authored over 4 years ago by Alexandros Naskos <[email protected]>
Sublime Text 3 fix

github.com/zigtools/zls - 862d9af030e90e2a222ae6a6faf2121051ac44d9 authored over 4 years ago by data-man <[email protected]>
Merge branch 'master' of https://github.com/SuperAuguste/zls

github.com/zigtools/zls - 9bf0842697a03a9e53e47156326192dae3396162 authored over 4 years ago by Alexandros Naskos <[email protected]>
Go to definition now resolved fn aliases, added hover

github.com/zigtools/zls - da6f43c46dd4f37b8dfd344d6d35c442bbdb2762 authored over 4 years ago by Alexandros Naskos <[email protected]>
Fixed goto import, preparing for hover impl

github.com/zigtools/zls - 48ad1eccbf33498593dd730883adc29bebeacc70 authored over 4 years ago by Alexandros Naskos <[email protected]>
zig build config is here!

github.com/zigtools/zls - f5b30cfd6cf45f406d276b4ea17bbe533cbdeba2 authored over 4 years ago by SuperAuguste <[email protected]>
Make capabilities explicit, make hover capability true

github.com/zigtools/zls - 754a982be26f8336fd971628daea05b731f93f32 authored over 4 years ago by Alexandros Naskos <[email protected]>
Merge pull request #83 from alexnask/master

Support custom package imports

github.com/zigtools/zls - 9c931ec715b8cd2d73287ef2737538b336b859ac authored over 4 years ago by Alexandros Naskos <[email protected]>
Added build file ref counting and freeing

github.com/zigtools/zls - 8d9b96e74997781c614c822a6aeb0745dc48792f authored over 4 years ago by Alexandros Naskos <[email protected]>
Dont copy the build runner if a file with that name already exists

github.com/zigtools/zls - 379891f937ceeeb5466c4e8844cec7c5c631970b authored over 4 years ago by Alexandros Naskos <[email protected]>
Added build_runner_path configuration option

github.com/zigtools/zls - b82fb9c790d389ea66b45b79d4e73d0a1b8cf917 authored over 4 years ago by Alexandros Naskos <[email protected]>
Free build files in document store deinit

github.com/zigtools/zls - 02745f1472aceec66f44ad62f01503c7f9ca4fb5 authored over 4 years ago by Alexandros Naskos <[email protected]>
Seems to work, needs cleanup

github.com/zigtools/zls - 4bf97bebc9c4d70c021f14b0fa522d3b0a0bcbf9 authored over 4 years ago by Alexandros Naskos <[email protected]>
Do not try to find build files in a std and subdirectories

github.com/zigtools/zls - 5fb68c9dc789395121972d0c3e9e9ed4a93f9fbc authored over 4 years ago by Alexandros Naskos <[email protected]>
Started working on build file logic

github.com/zigtools/zls - 155c5b2a95c1ed1732e5252118df7b422cb1b022 authored over 4 years ago by Alexandros Naskos <[email protected]>
Check for the existence of zig in PATH in main()

github.com/zigtools/zls - 4542abf145031363fe7914867a661452a8de4f6b authored over 4 years ago by Alexandros Naskos <[email protected]>
Removed debug traces, added comment

github.com/zigtools/zls - f008a776e2a016f32c337683321e4c1f941a2243 authored over 4 years ago by Alexandros Naskos <[email protected]>
Use new build.zig functions to get the correct steps

github.com/zigtools/zls - 1f23ba84907f1492dbd6125a62d8ef04d47d9b45 authored over 4 years ago by Alexandros Naskos <[email protected]>
Added custom build runner, install it along with the zls binary

github.com/zigtools/zls - 3b052372c263481f7cb15f9e0cb0f1260e00f978 authored over 4 years ago by Alexandros Naskos <[email protected]>
Fix segfault with var params

github.com/zigtools/zls - 7c5ff5c43dd8e54486332f76cab52da5c764e90e authored over 4 years ago by Alexandros Naskos <[email protected]>
Fix infinite loop in resolveTypeOfNode

github.com/zigtools/zls - 727b363f7f9f2bb5a1b08dd310a76958da5ff4ae authored over 4 years ago by Alexandros Naskos <[email protected]>
Keep old scope nodes onContainer

github.com/zigtools/zls - d6513456c18b8f45f6cdd2e2c11a5fe12765d7cf authored over 4 years ago by Alexandros Naskos <[email protected]>
Merge pull request #79 from alexnask/new_parser

Store trees in handles, reparse on text changes.

github.com/zigtools/zls - 075c364767e7501b581d36202dafd2c0954c46d0 authored over 4 years ago by Alexandros Naskos <[email protected]>
Merge branch 'master' of https://github.com/SuperAuguste/zls into new_parser

github.com/zigtools/zls - 5b86c13d0819e51c596b9714c5fb4fbfdc119efc authored over 4 years ago by Alexandros Naskos <[email protected]>
Store trees in handles

github.com/zigtools/zls - c6fa528af4e948a790a1e16cdbac1efe3bbb171c authored over 4 years ago by Alexandros Naskos <[email protected]>
readmefix

github.com/zigtools/zls - 53dcf8a35e8bf2b3d4e5075dcba4d068aca0c414 authored over 4 years ago by SuperAuguste <[email protected]>
Merge pull request #78 from data-man/patch-1

Add usage instruction with Sublime Text 3

github.com/zigtools/zls - 7f599bef2e2f3a67812ca329b337661a3960ebd0 authored over 4 years ago by Auguste Rame <[email protected]>
Add usage instruction with Sublime Text 3

github.com/zigtools/zls - 637814e9d1ccb51e5c33db389692fce556ca0c10 authored over 4 years ago by Dmitry Atamanov <[email protected]>
Clarify why we use zig master branch.

github.com/zigtools/zls - fbcf2abfd2a2217c4e29cfaf71a38ac13351bfca authored over 4 years ago by Alexandros Naskos <[email protected]>
Merge pull request #77 from alexnask/new_parser

We now compile on zig master with the new parser changes

github.com/zigtools/zls - 66fdbc0b7c983e58c5c973da372113b8b4c6a1a5 authored over 4 years ago by Alexandros Naskos <[email protected]>
Added hack to support ParamDecl not being a node anymore

github.com/zigtools/zls - fd069b026addbed86e9e44df0595de5e7a6ed0d9 authored over 4 years ago by Alexandros Naskos <[email protected]>
Merged master

github.com/zigtools/zls - 594488d7c5ce84fb6ea92e67b3e9597972c5f500 authored over 4 years ago by Alexandros Naskos <[email protected]>
Fixed node iteration:

github.com/zigtools/zls - 34ba67b3d18eb8e393794c225ecbae9930d48104 authored over 4 years ago by Alexandros Naskos <[email protected]>
Removes unplanned feature.

github.com/zigtools/zpm - 8a2a2bb1e0a520f93b255618bc64e9a9e73a79db authored over 4 years ago by Felix (xq) Queißner <[email protected]>
Added timing information output

github.com/zigtools/zls - 40e1e8843c985af2e7e6506ccbbb3b3d9cb5688f authored over 4 years ago by Alexandros Naskos <[email protected]>
We now complete ArrayList!

github.com/zigtools/zls - 9ec32ac8302cd72a96da118d6118344531896ba0 authored over 4 years ago by Alexandros Naskos <[email protected]>
Adds support for packages.zig descriptive file. You can now simply reference your packages!

github.com/zigtools/zpm - d86e33ca472eb691cc21c3f5d97fc3586d2017c5 authored over 4 years ago by Felix (xq) Queißner <[email protected]>
Fix completion of functions

github.com/zigtools/zls - dd9ec8e4506dc432e34350e52e689bf8de0f99d2 authored over 4 years ago by SuperAuguste <[email protected]>
Fixes recursive cloning

github.com/zigtools/zpm - 24a9d6ec665240ca04be8cd58e7c657506f1b78d authored over 4 years ago by Felix (xq) Queißner <[email protected]>
Adds support for copy-mode which just pastes the git repo source code into the code. Also adds correct recursive updates.

github.com/zigtools/zpm - 7c809bc52aecfb1fe0f32e2fdf2776c123bb8257 authored over 4 years ago by Felix (xq) Queißner <[email protected]>
Replaces the whole ca.pem with only the required CA trust for github.

github.com/zigtools/zpm - e83e11adbdbebce98987506636a2a385e4a4870b authored over 4 years ago by Felix (xq) Queißner <[email protected]>
Merge remote-tracking branch 'zigtools/master' into new_parser

github.com/zigtools/zls - f5ca94a0d1be865dff6643ad918cdaee36dec218 authored over 4 years ago by Alexandros Naskos <[email protected]>
Now compiles on the new parser branch

github.com/zigtools/zls - 11b5da3a916003da086c694ff86e62ee27d1d5a6 authored over 4 years ago by Alexandros Naskos <[email protected]>
Merge pull request #75 from alexnask/master

Fix @This() completions, do half the work in global completions

github.com/zigtools/zls - ac485f65f821daa4f7180dc71759fb482988bb5e authored over 4 years ago by Auguste Rame <[email protected]>
Pass the arguments in the correct order dummy

github.com/zigtools/zls - 22b5d2e2c3fd41402a8509d5c5734d3bbc3eb039 authored over 4 years ago by Alexandros Naskos <[email protected]>
Merge branch 'master' of github.com:zigtools/zpm

github.com/zigtools/zpm - e813bea50de49048ffbe9b4541514f81c0fce7f0 authored over 4 years ago by Felix (xq) Queißner <[email protected]>
Fix @This() completions, do half the work in global completions

github.com/zigtools/zls - 5dc7a1b40a7b732aa9229f12d0dcd4ed8bd8795a authored over 4 years ago by Alexandros Naskos <[email protected]>
Adds installing by non-full name with selection

github.com/zigtools/zpm - 43eb9634131707b40872103cce974400de087ec2 authored over 4 years ago by Felix (xq) Queißner <[email protected]>
Update README.md

github.com/zigtools/zpm - 18475ed31fe77ab2487f7452ada25cd3495b16b9 authored over 4 years ago by Felix Queißner <[email protected]>
Complete non-pub declarations in the same module

github.com/zigtools/zls - 30cb9e06e4a21f347e324a8a4fe5711084cf1459 authored over 4 years ago by Alexandros Naskos <[email protected]>
Embeds CA trust for windows.

github.com/zigtools/zpm - f6e71bc2b1af1b39b0222e61083f3b4c39e4d778 authored over 4 years ago by Felix (xq) Queißner <[email protected]>
Adds build detection for windows/linux.

github.com/zigtools/zpm - b9a6fbe9c75842dc45363d0b79d848d7926ece51 authored over 4 years ago by Felix (xq) Queißner <[email protected]>
Adds network.init/deinit for windows support. Adds arch linux CA files as builtin trust sources.

github.com/zigtools/zpm - 9f5b5fdd5cd07f415d988ffaa4b64842b2be0f44 authored over 4 years ago by Felix (xq) Queißner <[email protected]>
Makes zpm search actually work. NOICE.

github.com/zigtools/zpm - 32665c38834f310d4d9f2af18923bb48eb8c40b5 authored over 4 years ago by Felix (xq) Queißner <[email protected]>
Go to definition now works for captures

github.com/zigtools/zls - c895d7d8f62ec38f672a20353f02398219eb35a7 authored over 4 years ago by Alexandros Naskos <[email protected]>
Added switch to declFromIndex, fixed occasional crash

github.com/zigtools/zls - 34adb4e22f17e7b1b0ad6f36f5144f68ffb90a35 authored over 4 years ago by Alexandros Naskos <[email protected]>
Updates ZPM to use newest zig-bearssl variant with streams.

github.com/zigtools/zpm - f8629ddf3ed9c28053c9be3736650d7c8625e777 authored over 4 years ago by Felix (xq) Queißner <[email protected]>
More declsFromIndex improvements

github.com/zigtools/zls - a189fa171c045937b27c683391dc9f707926dda6 authored over 4 years ago by Alexandros Naskos <[email protected]>
Handle if, while, for, payloads

github.com/zigtools/zls - c3d2aa3434702fe97dffb9abcbc382eb688b8187 authored over 4 years ago by Alexandros Naskos <[email protected]>
Removed debug traces

github.com/zigtools/zls - d4871914ea89d185f3ca87bc9706d061eb88299c authored over 4 years ago by Alexandros Naskos <[email protected]>
Do not add every node when adding decls, just the supported nodes

github.com/zigtools/zls - 077a17e2f51e7630ae7e782a3ce2a96493f25ab8 authored over 4 years ago by Alexandros Naskos <[email protected]>
"Fixes" bug: Now h11 will always read the whole stream. Not nice, but works for Connection: close

github.com/zigtools/zpm - 7d38cc6054e07f28395ef89a4a63aa7db044fd70 authored over 4 years ago by Felix (xq) Queißner <[email protected]>
Merge pull request #73 from Vexu/str

Add goto definition support for import strings

github.com/zigtools/zls - 39bbf9c8bcb5c6c51c94b824ca2a39e50bb15842 authored over 4 years ago by Auguste Rame <[email protected]>
uriFromImportStr ignore packages for now

github.com/zigtools/zls - 2841c864bcee81c59b3b521a5200d5f25668d846 authored over 4 years ago by Vexu <[email protected]>
provide goto definition for import strings

github.com/zigtools/zls - af746be77023f6aec78aa8acfab640290826b689 authored over 4 years ago by Vexu <[email protected]>
Prepares for windows builds. Should work in theory.

github.com/zigtools/zpm - 64377820af463dbd747fd04ddf16bbd41b44a8f7 authored over 4 years ago by Felix (xq) Queißner <[email protected]>
Updates to newer version of zig-network with connectToHost built-in

github.com/zigtools/zpm - 5506d3f2d8c2914ed45bdcf12bef6d730e7bfd4e authored over 4 years ago by Felix (xq) Queißner <[email protected]>
Introduces a CLI, help prints help, search queries github for repositories.

github.com/zigtools/zpm - 137e7a72ef4ec1e4291e46d5c1dd4cf40b8c36ac authored over 4 years ago by Felix (xq) Queißner <[email protected]>
Merge pull request #72 from alexnask/master

Check that the goto definition cursor is within bounds

github.com/zigtools/zls - ef7dea81044f57008e91c6ed933051bb9d79b90a authored over 4 years ago by Auguste Rame <[email protected]>
One more fix

github.com/zigtools/zls - ccc923e2f0831349e2e15974b51f327094d85d49 authored over 4 years ago by Alexandros Naskos <[email protected]>
Check that the goto definition cursor is within bounds

github.com/zigtools/zls - 2eab5e036d346e4ca0fe421e0bbe3519abdf0ac4 authored over 4 years ago by Alexandros Naskos <[email protected]>
Adds JSON parsing.

github.com/zigtools/zpm - a5fd73ca8612fbd3f7d2d45b93c2b9a4884d9a43 authored over 4 years ago by Felix (xq) Queißner <[email protected]>
Changes a piece in h11, may require the use of my fork instead of the upstream one. Fixed bug to actually send the correct path in the URL, adds option to pass custom set of headers.

github.com/zigtools/zpm - ffeca4ca461019390d184718910d2593344f638b authored over 4 years ago by Felix (xq) Queißner <[email protected]>
Refactors request code into https module, adds support for URI parsing and HTTP requests.

github.com/zigtools/zpm - 99a8f0dc839a31876cdf29ee22df694353fc4027 authored over 4 years ago by Felix (xq) Queißner <[email protected]>
Merge pull request #71 from alexnask/test_block_completions

Test block local completions

github.com/zigtools/zls - 44f33c631b1b5830f85024ba58a5bd063ee598fe authored over 4 years ago by Auguste Rame <[email protected]>
Merge pull request #70 from alexnask/try_expr

Try expression support

github.com/zigtools/zls - 3169202d885b3e7b52908fe2d01bf102fffe040f authored over 4 years ago by Auguste Rame <[email protected]>
Merge pull request #69 from alexnask/master

Small fixes

github.com/zigtools/zls - 584a4413279b2de045d1b987e8330b78d385b10d authored over 4 years ago by Auguste Rame <[email protected]>
Starts to integrate h11 for HTTP parsing.

github.com/zigtools/zpm - 26140fdb443b5a7ff80abb6b873a7efab140aa0c authored over 4 years ago by Felix (xq) Queißner <[email protected]>
Add test block local completion support

github.com/zigtools/zls - 26cc3392358f6d25ec6129e444650a1968ac8dca authored over 4 years ago by Alexandros Naskos <[email protected]>
Try expression support

github.com/zigtools/zls - 03f774fda9fb23edac878edc9317ebb5652c8857 authored over 4 years ago by Alexandros Naskos <[email protected]>
enable_snippets is false by default, fix it in README. Small fixes to goto def/decl

github.com/zigtools/zls - 4acb77f09e8379954e944a6bc5c05c4979cc64fc authored over 4 years ago by Alexandros Naskos <[email protected]>
Updates README to explain what this project is about.

github.com/zigtools/zpm - ba4151660773edd85754b9e89b7429e456de65ea authored over 4 years ago by Felix (xq) Queißner <[email protected]>
Clears repo a bit.

github.com/zigtools/zpm - 3b3e2b2f0689acc5859a61f2dd9268c18a710976 authored over 4 years ago by Felix (xq) Queißner <[email protected]>
Initial commit: Sending a raw TLS in/out to mq32.de:443

github.com/zigtools/zpm - 0487dc6fe4f729d79d3a1d1a4dcd0e10986abb87 authored over 4 years ago by Felix (xq) Queißner <[email protected]>
Merge pull request #63 from iansimonson/readme_update_submodules

Update README to specify --recurse-submodules

github.com/zigtools/zls - cffe4af27e8cd46b1ff56a8a27ac7f7d95beb4b2 authored over 4 years ago by Auguste Rame <[email protected]>
Update README to specify --recurse-submodules

ZLS now uses known-folders via submodules and
no longer builds unless that submodule is initiali...

github.com/zigtools/zls - 6a6b379675c1ba1f08ef0890ffe0c4ed15a18e52 authored over 4 years ago by Ian Simonson <[email protected]>
fix workspace folder bug

github.com/zigtools/zls - 75f1aa57808ab48d15ac9c9ce875a5c74280b2ca authored over 4 years ago by SuperAuguste <[email protected]>
Merge pull request #62 from alexnask/master

Added workspace folder and local configuration folder config support

github.com/zigtools/zls - 7939dc5185bd92f2421646ed466f176c66ae1ff0 authored over 4 years ago by Auguste Rame <[email protected]>
github workflow fix?

github.com/zigtools/zls - 804fa1b024cd52d6da2455620c2341650163ad54 authored over 4 years ago by Alexandros Naskos <[email protected]>
github workflow fix?

github.com/zigtools/zls - aab11f5df9d05b76c53eacdd4bff57bc45f29118 authored over 4 years ago by Alexandros Naskos <[email protected]>
Moved a calculation out of a loop

github.com/zigtools/zls - 61b8fd52590f6b4335b0b25535f5570af6d06471 authored over 4 years ago by Alexandros Naskos <[email protected]>