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

Fix secrets access in foreign PRs (#934)

3a86687ae7208dd5e03bc1bad2a832238cd2200b authored about 2 years ago
Fix fuzzing ref (#933)

e2307d7dbf42291e4614d0e46f817f746dafcda4 authored about 2 years ago
Fix env transfer (#932)

12e996ad966fdd04f931655ee32fb19f473cb2e2 authored about 2 years ago
Last fuzzing PR for a while hopefully (#929)

7b35c6e5ebdde6dfa25295ac4480872feb8f4273 authored about 2 years ago
Fix fuzzing paths (#928)

211a852efc2700e7e0cdfcbcc2440867d9f71436 authored about 2 years ago
Add fuzzing workflow (#927)

d670a4bbf221107e14f892716bd12c5f0a363427 authored about 2 years ago
optimize folding range (#926)

5afaf2ae3af0cdf6ed8bfc7c335d0d9641ee445e authored about 2 years ago
Goto definition works when the cursor is at the start of the identifier.

Before, the code lexed only a prefix of the line up to cursor position.
Now, we lex the entire l...

ea05916e6904979cac6a88232210aad33f008ffc authored about 2 years ago
fix builtin completions if `label_details_support` is false (#924)

1ed8d49b305a4ed03578eb251b18e5bd193ec04c authored about 2 years ago
implement big int

3085c3e1538baebf04d1e84d6e7d763cf474d9bb authored about 2 years ago
add more interpreter tests

89ac9d00f54c55796e00bf7282b50a0bea5eccbf authored about 2 years ago
add initial completions on InternPool

6d12c640ee856f197b3e39e662f2fbc2864b5d94 authored about 2 years ago
Merge branch 'master' into intern-pool

ba42fd2bb92602a29b5db4aac5e0180b9440f602 authored about 2 years ago
report interpreter errors in tests

bcd2b7f1aee8f52c997561759427b5c320ccd57c authored about 2 years ago
add formatting to recordError

861e2ffb059a03f88956f36e07203bace7913f23 authored about 2 years ago
add more comptime interpreter tests

ea7fc74483730f33588aad60aa570f5cab7eea17 authored about 2 years ago
small comptime interpreter refactor

1e73ac91e53b190282f7a20105668be9ad1a7a64 authored about 2 years ago
correctly resolve primitive types

b4ac6142cfcc8ab5314bae00f34cbd99e8bca9f8 authored about 2 years ago
add basic comptime interpreter tests

34b2643b3337b279d3632a252f77796c6dc2d557 authored about 2 years ago
add internpool to test steps

06fcfcb3db90fc2d25fe105b614b7c3e580e9a25 authored about 2 years ago
add coerceInMemoryAllowed integer & float tests

4a8fe90d23eaee0f6d7474bf1fca3b93e0fe90a2 authored about 2 years ago
remove panics from release builds

a145dbb6163474c1e99c14cbda699b637f7cd42a authored about 2 years ago
coerce in memory improvements

3d95b203f26662a95100017ed874fa84f3ed0ec9 authored about 2 years ago
implement onePossibleValue

bdf143eaa6ac9da6da68605a8b0e5acf79f071f6 authored about 2 years ago
add function pointer peer type tests

666e3b0e7cb8b6cdb0c13191c623012a244885d4 authored about 2 years ago
refactor pointer peer type tests

5c20650143d77f24b3f7a8869ffe722d2974d15a authored about 2 years ago
add expectEqualTypes

eca9fc2f20b81edff436ccdc7a0082e57523d1db authored about 2 years ago
peer type resolution improvements

ea608a47eabcd91a3a668a837c06f76646ecac78 authored about 2 years ago
improve peer type resolution test failure message

1e3d9579ca92d7c98dc1642228c776db1ee0cefd authored about 2 years ago
Generate data files in config_gen.zig (#903)

* generate data files in config_gen.zig

* remove trailing comma from config.json

* update ...

fa5828496eb8b554ec69ed0beff7a9edcb53411a authored about 2 years ago
update pointer type tests

0c24f8e2a9d53f145add34b0c1e2d1cdac3f4e72 authored about 2 years ago
implement union values

985cfb6d065082957490fb7cf41b7e04a1452c9e authored about 2 years ago
optimize hashing and equality checks on structs

30f919d8545b092b10998b565aa451843502b743 authored about 2 years ago
improve Function memory layout

2ea97a050b6600182aed11e75eb5189e00992899 authored about 2 years ago
update tests

fb3a4238d79262bf075071805af124075e1f05be authored about 2 years ago
refactor type printing

407f921ef8c519c86f9718ea7694a28c6f2b967c authored about 2 years ago
Allow setting test filter in `zig build test` (#909)

Example usage:

$ zig build test -Dtest-filter=definition

6949989ece0e986b353932a9e987574fc3216bf3 authored about 2 years ago
Fix bypass not having value on PR&commit (#920)

93abb8cdd560194d25fa63e1fb893e22e763af55 authored about 2 years ago
Add fuzzing on deploy (#918)

52df02c0f1c7a695537cb2f87f624d84a2c033ea authored about 2 years ago
show better zig/zls version mismatch messages (#917)

* show better zig/zls version mismatch messages

* always show message if versions don't match...

9e74afada65b521ed9a8d9969623431428822510 authored about 2 years ago
simplify formatting handler (#916)

af85a9550d0ff30defd5d8ca6cd36185ccf8bd1b authored about 2 years ago
fix use after free for builtin completions (#914)

4e4761b34c90e0361b541d0de3cb05f870fa3be5 authored about 2 years ago
resolve type of `@typeInfo` (#915)

8d53a5382d1b01fa68de8d6072b8f74586d86f5e authored about 2 years ago
fix storage of negative signed integer values

739bd08b7beb1f75e033181d5eb221513a576a2f authored about 2 years ago
more tests

82e3ab9f2e85c6c746b93682c69816ba27c19287 authored about 2 years ago
add bit_offset & host_size to Pointer

45f03ca23965ab87448169ed06a0cb48fa92347d authored about 2 years ago
update test

f5188c44079482f8c5f0544b560077372a68af1e authored about 2 years ago
small refactor on ComptimeInterpreter

bdf207a8214378e93562ab36331f032776c4164e authored about 2 years ago
remove arena from ComptimeInterpreter

d49979d002161515289cf212abf821590a53e0d5 authored about 2 years ago
more tests

969efdfba09870e5daadcec7d52c3317f24d4e3a authored about 2 years ago
small cleanup

5dca172c318fc42a0d3636cb5b54136c5d19e92e authored about 2 years ago
refactor InternPool KeyAdapter

1456bfa1c619b76a7422ef6be68655d98544d764 authored about 2 years ago
restructure ComptieInterpreter tests

04d281340c1a79c9b15be9f13a2a9b365b64e2dd authored about 2 years ago
some ComptieInterpreter work

98899ed0cffddbb4e82b5f5d3c74854a47a03cab authored about 2 years ago
fix use after free (#911)

61fa98065fffee306873072733b93840df1dd683 authored about 2 years ago
move log overrides into `std_options` (#902)

20d29fd491cd9afe961c2f972ba6340855460435 authored about 2 years ago
check submodules in build.zig (#904)

bbbd54498da9163200313f7a704a5df072f2631b authored about 2 years ago
add tests for textDocument/Definition (#900)

a6b7a35367bc2b81612d1a96163ff59b26719d0b authored about 2 years ago
improve memory allocations (#889)

* improve memory allocations

* Update src/main.zig

Co-authored-by: erikarvstedt <36110478+...

4423a5face882217925bb0f138d9c7fec6d0430b authored about 2 years ago
Fix build runner cwd causing relative @src (#898)

Co-authored-by: Nameless <[email protected]>

Co-authored-by: Nameless <[email protected]>

21b103c15832bebcc5bafa3873e0cac9317898f3 authored about 2 years ago
return from main instead of calling exit (#894)

68790c73a771d09855d575df4ad77eb1799a0da9 authored about 2 years ago
Revert "Fix Nix build, add Nix to CI (#840)" (#893)

This reverts commit 20ba87c17375d34662f00bad6e481cb9b4f6864a.

48288e02a9a5d0ba4ef5be1db7be6a64d37d2806 authored about 2 years ago
fix returning freed memory in formattingHandler (#890)

e9b364772df065b292522da0831177a42e60d31a authored about 2 years ago
fix compile errors when targeting wasm (#886)

* fix compile errors when targeting wasm

* update known-folders

54e7d1da8b6beb5d37a2a04abb6a77bd8c60b10f authored about 2 years ago
Fix Nix build, add Nix to CI (#840)

* Nix: Reuse input `flake-utils` in `zig-overlay`

* CI/main: convert line endings from `CRLF`...

20ba87c17375d34662f00bad6e481cb9b4f6864a authored about 2 years ago
Verify minimum zig version at comptime (#885)

* verify minimum zig version at comptime

* run zig fmt

2717b0fba19daba897f86dd6de4b8b590bfee516 authored about 2 years ago
improve completion on error and enums (#887)

3f2700eaa525e00f7efeaaf057cd055d398df01d authored about 2 years ago
more tests

27d91d100f88ece8f8bac009122c1ef3854a400c authored about 2 years ago
error set type formatting

909424cada4e425a5df589ff40707f41b6ebb415 authored about 2 years ago
implement anyframe->T

650eaeb66cb8fa028a6df22228ac475e6337bb3b authored about 2 years ago
refactor and basic struct/union value implementation

f0c888188aa1ad9f465b48a2c71db95d07eb260a authored about 2 years ago
Fix crash when using nvim-lspconfig (#884)

Apparently, nvim reports its code action kinds using both the actual
strings (e.g. "refactor.ex...

b163be51d36f3ac2c47c6da47052cbb971855b48 authored about 2 years ago
first successful test case 🚀

4b4aafb8ee845b80f451c2e62e85103d9dae4e99 authored about 2 years ago
more comptime interpreter work

8828ff117da98462c6f2807c5d3787c884472437 authored about 2 years ago
remove namespace and decl from intern pool

651955399ecdec19c362821ceb51c25d603f3e34 authored about 2 years ago
partially implement peer type resolution for pointer types

5598ad032b08db69f8929a269be3f10e6fea02da authored about 2 years ago
finish and test peer type resolution among integers and floats

475da588958bede53cef884fc0fd73ce65956778 authored about 2 years ago
Merge branch 'master' into intern-pool

d56a274c16560685263a9eadf5062f8fe5a2e60e authored about 2 years ago
Add error return trace (#882)

20baa592eb62fb49ae2127f2bcacc5da98072087 authored about 2 years ago
use more explicit error sets (#880)

a574ac68baf3dd59d80a81aa98b0ed036b34018e authored about 2 years ago
Autofix improvements (#879)

* improve autofix stability and client support

* run zig fmt

c718e12d16cabb422671bc0b2472565f5e84ad13 authored about 2 years ago
remove setup wizard (#878)

* remove setup wizard

* add back findZig function

9badc745c5ea395ab85abde71b408d908990ba0d authored about 2 years ago
enable all capabilities by default (#877)

b95d5095af89a3484c9124f83b7bacd2e5e38fd1 authored about 2 years ago
Add a replay feature to zls (#857)

* add config options for `zls --replay`

* implement `zls --replay`

* remove carriage retur...

3449269fd3567328480eb5cdcb24793d4df781b5 authored about 2 years ago
add vscode config generation to `zig build gen` (#862)

* add vscode config generation to `zig build gen`

* correctly handle removing configs in conf...

417bf9bd0a48a3f49560ed68d07f30236ad21b0b authored about 2 years ago
fix ast-check with single error (#865)

d86d05d969c6872f2fa0786a23ffe5e682985e6a authored about 2 years ago
Debugging utilities (#860)

* add debug printing for Ast and DocumentScope

* add optional failing allocator

94ec3a0a86257d06bbfc8d5ab799480f19a34b1f authored about 2 years ago
fix crashes found through fuzzing (#866)

f473088b649a23976ec888284780fbaf123ab14f authored about 2 years ago
optimize `build.zig` discovery (#863)

c88562ca789dbe3083a35eaf30727002955b8646 authored about 2 years ago
always use scoped logs instead of default (#864)

978e41b8a53569659f3e60b7e74d83c5052a81b2 authored about 2 years ago
fix: tres not available in a nix environment. (#855)

c6d74dbca565105b49655e50c062758e6af99127 authored about 2 years ago
fix: update master.zig to reflect changes to builtins (#858)

aabdb0c6ecb3c9a47feff2c2bfb9be4e95adf723 authored about 2 years ago
Memory lifetime fixes (#861)

* fix memory lifetime issues

* more memory lifetime issue fixes

ebe3ba1471edfd46c29ed386d19e9a27b062434c authored about 2 years ago
chore: add command for updating master.zig on windows (#859)

faee213658609a51e34eaaa616ab5de844ee198e authored about 2 years ago
Use zig-lsp-codegen (#850)

* add lsp.zig

* change references from types.zig to lsp.zig

* remove types.zig and request...

61c0981294c52820d185afe41a0965a722c3e314 authored about 2 years ago
fix memory lifetime issues (#851)

941882371cecc1e9abc0e866c1747d8ad682e7e2 authored about 2 years ago
fix another underflow in ast.zig#fullWhile() (#853)

3139a787a1d51e763595e07eaa6f34f4c09c0d50 authored about 2 years ago
fix remaining compiler errors

6118686d005544a3ab70258bbec778b72f11e6b6 authored about 2 years ago
more intern pool work

04448d1a7b4e348dea25f1ad8bcb10b88e68d75d authored about 2 years ago
Merge branch 'master' into intern-pool

03e50066a1399b3c71c657eba9df9045fbc1baa4 authored about 2 years ago