Ecosyste.ms: OpenCollective

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

github.com/zigtools/zls

A Zig language server supporting Zig developers with features like autocomplete and goto definition
https://github.com/zigtools/zls

prevent underflow in ast.zig#fullWhile() (#848)

faae689ff7ad24040c3c5131faecba0e036751cc authored about 2 years ago
semantic_tokens: Fix handleComments not evaluating the last byte (#844)

Fixes #842

f6c15ac10c6f43ed1416911a832b4e4f1f958e23 authored about 2 years ago
generated master data for new builtins (#845)

4d7b95e1e2c6231287a2687cc42025feeb53f5eb authored about 2 years ago
fix: avoid finding references in the current file twice (#846)

44b6c4dae4ace789c5a3ebf9fdbeb65db8f1cf30 authored about 2 years ago
Fix raw, responseless returns on willSaveWaitUntil (#833)

* Fix raw, responseless returns on willSaveWaitUntil

* Make this code pretty

c355a54dd1072fafa1c4b37d6f1d2b5b31255475 authored about 2 years ago
Merge pull request #835 from skabbes/builtin-rename

track builtin API changes from zig/master

7b0c2a34fcbe0ac5326694935e4b8d206c27b1f1 authored about 2 years ago
build: bump zig min version

23ef018521714b988cfca6c34a4832358e3e1309 authored about 2 years ago
track builtin API changes from zig/master

see: https://github.com/ziglang/zig/pull/13930
In this PR, std.builtin.Type.field_type is rename...

427620742afd4e6d8646148db249960e3332c061 authored about 2 years ago
Merge pull request #834 from travisstaloch/fix-for-issues-754-832

analysis.zig getPositionContext() - check for null

e65d5c5c23b34891967e784b9e75c35e0f13d667 authored about 2 years ago
analysis.zig getPositionContext() - check for null

closes #754 and #832

this pr just adds `.label => {}` to the switch as suggested by
@nullptrdev...

e09c773005802a790ef22b51ab2dabc607079508 authored about 2 years ago
improve behavior if zig_exe_path is not set (#830)

375daba743c9c575be7081767c9de69557722ec7 authored about 2 years ago
remove old stage1 code artifacts (#831)

d679b19676dcab202512c76ac05b992e4c314065 authored about 2 years ago
fix integer underflow in `ast.fullPtrType` (#829)

5d6f23b5f196faaec26182f5bd03bc3e4f9e3c30 authored about 2 years ago
fix cimport duplicate messages & crash (#828)

e1973afafc4682042f3d4bec972126734a90cfb6 authored about 2 years ago
remove `ast.tokenSlice()` (#824)

68ac6f9f30adcd44c0e22219ffcef5fbfd9606d8 authored about 2 years ago
simplify & refactor analysis code (#823)

c39a4eb2ab2bc99df61a849ef7a0bb5719fee08e authored about 2 years ago
Zig @call changes (#822)

First parameter is now a `std.builtin.CallModifier`.

3526f5fb84b89b6327fc21c6b836b842bf4db90d authored about 2 years ago
Fix labels for real this time (#819)

d43329a9ee7be06cb059c1219ec645f55fa2dd05 authored about 2 years ago
Bug stream fixes (#818)

* Fix glaring inlay hint issue; thanks for the report Nameless

* Fix label references; closes...

0ab34abc0f2af94ff269488e94dad62e2bd84431 authored about 2 years ago
Merge pull request #807 from matklad/flake

update flake

5dca821eb65e5cab8d870d7b9cf9afef8b3c76cb authored about 2 years ago
Merge pull request #816 from alexnask/ascii-deprecated-removed

Use new versions of now removed std.ascii declarations

878464ea7251317523580a062255d27fe687b6ce authored about 2 years ago
fix missed reference on windows

974bdff6b35bca0ab43b498e81f36a63ae8b8c9d authored about 2 years ago
Merge remote-tracking branch 'origin/master' into intern-pool

748cd7d6a95d9344b8aee423a1e6747cbcaeecb6 authored about 2 years ago
automatically generate config associated files (#813)

1ae341850ec0b48dddd5c0d25316ace95c92a67a authored about 2 years ago
Fix build.zig comment

e322ca4fb521353bc62ca1756a5a8ac513b0cb0f authored about 2 years ago
Fix references to now removed, previously deprecated std.ascii declarations

3cac23f8a123e75c4ece91d5dc20984bfda022fe authored about 2 years ago
update TracyAllocator for new Allocator changes (#812)

* update TracyAllocator for new Allocator changes

* Add build with Tracy to CI to catch regre...

9e658cdbb6d1d29b047a8698e062205bc341586d authored about 2 years ago
main ci: upload an artifact per arch (#809)

* main ci: upload an artifact per arch

* main ci: do deploy only if 'zigtools' is the owner

ddf3ef1389e9f7c056e77ef808d6a746b8adbfc9 authored about 2 years ago
Enable stage2 (#810)

1e99692d5c670c483e1eaf2cd8710fe1c99272ff authored about 2 years ago
Allocator.resize() does not adjust size of string allocated for URI to file path conversion (#806)

* fix missing backslash

* fix: zls escaping colon to %3A on URIs

ZLS escapes a colon char ...

887539ed1aa84ee6f583156c7e239b974bcf1c31 authored about 2 years ago
update flake

Current one is too old:

[matklad@Ishmael:~/p/tb/zls]$ zig build
thread 5181 panic: Your Zig ver...

66092239c22e9f5f3d53dfbdadbc50bc0ddeaca6 authored about 2 years ago
Fix rogue resize, bump minimum version (#805)

580469cd3292dd554ad30249a2ee9e117b42f84f authored about 2 years ago
fix #801, IOOB in foldingRanges (#802)

* Add smoke tests for folding ranges

* fix index out of bounds in foldingRanges

closes #80...

cfb0b023ad83e63074f4761ac11fd470678f49f2 authored about 2 years ago
Make sure zig lib path retrieved from `zig env` is absolute (#799)

3ab859a304537816f42a6dd1b8ed16804da6083e authored about 2 years ago
Allocgate 2.0 slain (#791)

* Allocgate 2.0 slain

* Tests now compile, but they fail

* Temporary bruteforce

6ab2c68355a317a80285cacf62f7ea71ba1d6bf8 authored about 2 years ago
Add aarch64-linux to targets (#795)

f6f0a0dca5b0de4998831b3bbff1fe73f15dc158 authored about 2 years ago
add initial intern pool implementation

4f180712bbf4e5603bd6d44b17b762c27090a01b authored about 2 years ago
add a dummy cancelRequest implementation (#790)

784047d9522c6f913df44fb662f953afe350b38f authored about 2 years ago
pass correct zig-cache path (#789)

c3256c00e7180493592d4c0755ae8d95a0155aa9 authored about 2 years ago
Added tuple type support, fixed compilation with zig master branch (#786)

* Added tuple type support, fixed compilation with zig master branch

* Removed unneeded comme...

56a65f42bf950f4ad47a7c365ec445a57f6ca0ba authored about 2 years ago
Merge pull request #784 from matklad/selectionRange

textDocument/selectionRange

34621b735873c43447a20fdf305cfee8d6fa758d authored about 2 years ago
textDocument/selectionRange

closes #777

8731a37d1f4683c795ddbb5c16e69e4c1bba33d0 authored about 2 years ago
Revert "move to stage2 (#781)" (#783)

This reverts commit 29679ee6f8f9bb7ef64e0493b1a9dea88e338c94.

369b851dc7c5f3c7d241fad0beb9b158590510c2 authored about 2 years ago
use textDocument/willSaveWaitUntil for autofix (#780)

aa14772cfeeacf75d65192e23798185cab0f4d10 authored about 2 years ago
move to stage2 (#781)

29679ee6f8f9bb7ef64e0493b1a9dea88e338c94 authored about 2 years ago
set TextDocumentSync to Incremental (#776)

1ced17266c0f6256c7c0ea515e2407ff56c2ee6b authored about 2 years ago
Merge pull request #774 from nullptrdevs/patch-1

Disable label references until #728 is resolved

84286521463259d8acc6c1fe70ab56d8f89caca4 authored about 2 years ago
Disable label references until #728 is resolved

4794f1e8d93dcdb17ce065f7d25da6bab3b18edf authored about 2 years ago
correctly find last full text change in applyTextEdits (#772)

ea2caee3ad92c3c2f13ec392f751c12e1d02f4bd authored about 2 years ago
fix anytype snippet (#769)

i forgot that

5f3d58edeb60d71f3d6153b879e9c4ef8797690f authored about 2 years ago
snippets for primitive types (#767)

245e11e033b1dea6c20231da480d07a1bbca7d9f authored about 2 years ago
don't format files with syntax errors (#766)

* don't format files with syntax errors

* Remove showMessage

Co-authored-by: Auguste Rame ...

f09ffb63dbce3314e1be7059831e5a81e43eea2c authored about 2 years ago
Simplify install procedure (#764)

* Shrink the README, simplify install procedure

* Remove old assets, goodbye cute badge :(

...

40167a5b52a3096c2656cc42c8f60deae98b3d5a authored about 2 years ago
Merge pull request #763 from thalting/master

update snippets

88ed50043940e6fe79bfcf251aee24bab39fdf0e authored about 2 years ago
update snippets

d1aeec4c41faa417a81b20c89768abd3fa08a848 authored about 2 years ago
Quick comptime interpreter fix, place it behind an option (#761)

* Quick fix

* Add config option

87aa4c09e1069714beac1d33bb13cb19f01b9f4c authored about 2 years ago
Merge pull request #724 from zigtools/comptime-bebe-steps

Implement comptime interpreter

355d56376f417259d52262ef35751da616c4d970 authored about 2 years ago
shout-out to zls for helping with zls's development (#760)

e68c99ccc883857cfece9449429bd24bcf252bfd authored about 2 years ago
report actual zls version in initialize response (#759)

28be9a4cc7b1496933766bce4b7a81f712347c5c authored about 2 years ago
find references in while continue expressions (#758)

31584cff60a76043cdcec83dede9d3a29bf20170 authored about 2 years ago
don't iterate handles while potential invalidation occurs (#757)

46da74d32e836abc7d0f29214a0b01e3c23f8285 authored about 2 years ago
detect comment position context (#756)

d75fd3a880c5b605c86e32106f38e9840fa866c6 authored about 2 years ago
format with `Ast.render` instead of `zig fmt` (#755)

662b560861efcf5efd6d8fc74997a0cbbc2c2dde authored about 2 years ago
Add Open Collective (#751)

68ab004bb1620f531cc5958f1a68b1be6b02a2ca authored about 2 years ago
do not panic on error response to workspace/configuration (#747)

e98aea61ea5c5c487100c97786c7763c38236b15 authored about 2 years ago
Merge pull request #748 from kama-meshi/bump-cmd-installing-binaries

Update the command of installing binaries to install v0.10.0.

28adef42c160725cbc2c48ecf893f3bfe277531c authored about 2 years ago
Update the command of installing binaries to install v0.10.0.

415243472b55d6fdbb9fe4ac464fe9f749670b4b authored about 2 years ago
Some comptime interpreter fixes

c8dffc1f9b1d92acf6fc6476dfd868255674221f authored about 2 years ago
Quick cleanup

c803a5de3f63dbaa5b86ea6774e5770d2516203f authored about 2 years ago
Add param type resolution & stop using stage2, still a bit broken :(

411e74d364def3d24686c819b3ce2a8ce4b271db authored about 2 years ago
Improve Zig version mismatch error (#744)

Improves the server message we send if the system Zig version is older
than the Zig version tha...

e58bddd769660f479744a32e4a32ddbaa1c782cf authored about 2 years ago
Casts++, compileLog, pointers

c6ab7e8a0fb2680d3784c3d943ca73a1ce4eb825 authored about 2 years ago
We can interpret std now because of proper tree shaking!

b91a193d043972d184876011311e2fcb076a1575 authored about 2 years ago
More builtins, use stage2 because we can

e6b691e44721e6c119ad4787e328f1b0ae803efd authored about 2 years ago
Some builtins, rudimentary hacky diagnostics; need to nerf global evaluation

d2e166bb0bbc2930d2517945c0398cfcae6f2228 authored about 2 years ago
Add struct test

06e875684935f1434b41ecf8961dc6ead3c11f43 authored about 2 years ago
Imports, cross-boundary resolution; can import std but dies on missing builtins / lang features

599c134593088bc6d12faf0d54d72cd21018081a authored about 2 years ago
Field access, function calls based on function value

da00751726dd53492660e5bcdbdc495640bff0dd authored about 2 years ago
Hacky mess but it works (only if your function is the first root decl tho :P)

779c3c0710524570e9ad8292c2b5049f74c56e67 authored about 2 years ago
comptime interpreter moment

d2640a44ac84a8359b5cca47aa5e1efcb85ffd76 authored about 2 years ago
Update the main CI workflow (#742)

rename i386 to x86
update actions/checkout to v3 (v2 uses Node.js 12 which is about to be depre...

b08480256cc37f95e4e4144aed495fca815f5945 authored about 2 years ago
Nix: Pass `-Dcpu=baseline` to `zig build` (#739)

* update flake.lock

* Nix: Pass `-Dcpu=baseline` to `zig build`

6420296a822369baf34abf8ad44d32e12bba1622 authored about 2 years ago
add workflow to check build_runner works with a range of zig versions (#732)

690189a5a733145f34f3e79c2d119fd97e3b5bf5 authored about 2 years ago
Add builtin data for 0.9.1 and 0.10.0 (#735)

* Add builtin data for 0.9.1

* Add builtin data for 0.10.0

* Update builtin data for master

95f21d0d23fa67c3c1688cfbfa53905ab1f6a7d5 authored about 2 years ago
Merge pull request #692 from tomc1998/master

Fix crash when getting signature of optional

f7c3d22e7383a5cbf47f9fab2e523ab0710b7363 authored about 2 years ago
Merge pull request #734 from nektro/patch-2

update minimum zig version to 0.10.0-dev.4458+b120c819d

a4ffd5d35b2a408211e3ff28dadbdd77e809526b authored about 2 years ago
Merge pull request #733 from leecannon/dont_always_run_ci

Only run CI workflow if a zig file changed

0c3d5df58342bf8cfd15777dd318bd6a9a8152f7 authored about 2 years ago
Fix crash when getting signature of optional

e.g. typing 'foo.?.bar(' crashes zls because it doesn't recognize ? as a
possible token as part ...

af14067911b108c2684193f84b1962135a1f9b79 authored about 2 years ago
update minimum zig version

followup to https://github.com/zigtools/zls/commit/886cfeacb5069510028e6bc1464e1b67da512932

bb727d263b94cc3dfd871dc638a8da49ea8b05ca authored about 2 years ago
only run CI workflow if atleast one zig file changed

e430b76297e6249d1b9fdfca93a0ad20c2ba8075 authored about 2 years ago
Merge pull request #731 from Prince213/readme-fix

Readme fix

7ef224467ab2f3179058981740e942977892e7b9 authored about 2 years ago
README.md: Fix typo

79b7876b81b8e41bf3b58e008fe8318f6991a743 authored about 2 years ago
README.md: Remove trailing spaces

180a75ee0d79271b69ce8db55c0ecae2f298f3a1 authored about 2 years ago
README.md: Add missing punctuation

4ff9cdb069d74a293f8e584bbd95fcc300aa67e7 authored about 2 years ago
fixed jrpc config treating empty strings as non null (#727)

2ae113ddcfa216bcd91958ac6d73bbd4de982177 authored about 2 years ago
fix symbol references (#712)

* fix symbol references

* skip references for inline assembly

7a7576c06d7793f2b1f3c121dc861dc907035051 authored about 2 years ago
Fix region folding off-by-one error (#726)

51a7ae2274ee38cf9fa905cb6d148d893f956830 authored about 2 years ago
Improve folding regions (#720)

7fe62147a35c622fb9cc1b375b3f953651e93f46 authored about 2 years ago
Fix build runner optional issue (#725)

ced6e97cc2a997584a877039db752abebaf2571b authored about 2 years ago
fix cimport completion (#722)

862d30055a4472825963899b0367e47461cea476 authored about 2 years ago