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

Use std.log

4952c344818a1886ea6db7992339c2ae4ac25593 authored over 4 years ago by Alexandros Naskos <[email protected]>
Use print instead of warn

b3f6143e089b9dd27e387db1b5a6584cb428c31c authored over 4 years ago by Alexandros Naskos <[email protected]>
Anonymous mark anonymous struct literal fields as 'field'

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

9e3185811e2838b30055bcd401cd7d54bd28ad9b authored over 4 years ago by Alexandros Naskos <[email protected]>
Always use LF line endings in .zig files

02eabf533ea605443c95577dfa217390bec6ef51 authored over 4 years ago by Alexandros Naskos <[email protected]>
Merge pull request #125 from axzn/fix-std-cos-flagging

fix ZLS flagging std "cos_" as not camel case (see issue #120)

c947fb58e47883c2b6f719142ccc183cff34c006 authored over 4 years ago by Alexandros Naskos <[email protected]>
fix ZLS flagging std "cos_" as not camel case (see issue #120)

c94efa8ac0325e19ce81a416a9beb905b11457a8 authored over 4 years ago by axzn <[email protected]>
Resolve through comptime expressions

41da6b88efa93f286bf3337f0d89e4694604d588 authored over 4 years ago by Alexandros Naskos <[email protected]>
Removed todo comment

6d75551f7ad2889423e69ff101085634f0e2bd97 authored over 4 years ago by Alexandros Naskos <[email protected]>
Basic support for switch payloads

9997535a3e21d1639b13e88d92bfb070cd64214d authored over 4 years ago by Alexandros Naskos <[email protected]>
Fixed infinite loop with usingnamespace cycles

a0f1795f2dfea3913968489072f28473eadce0f3 authored over 4 years ago by Alexandros Naskos <[email protected]>
removed accidental leftover code

bdbfea0737e25e5af3d2423b889589667e50d070 authored over 4 years ago by Alexandros Naskos <[email protected]>
Fix crash when using param identifier in the same param's type expression

c8af53ef7a6468e84f11b139cb3757f806085ccd authored over 4 years ago by Alexandros Naskos <[email protected]>
Merge pull request #122 from prime31/patch-1

fixes steps with packages in sub-steps

c8223b3a07f0beb45e77022ac8b267426390b988 authored over 4 years ago by Alexandros Naskos <[email protected]>
fixes steps with packages in sub-steps

b1b355c4ac247929bd17f60f92db643a9953398e authored over 4 years ago by prime31 <[email protected]>
Payload semantic highlighting

65ad078b8c6c78fe374ab27f0703badefe441f4f authored over 4 years ago by Alexandros Naskos <[email protected]>
Align info

e2a3b38f5a53bfc31a0eb6516025c0b9c5893f25 authored over 4 years ago by Alexandros Naskos <[email protected]>
We can call decrementCount from decrementBuildFileRefs when the count is already zero, account for that.

4aa74f7980127d51216d9a3413a3f3472bcce5df authored over 4 years ago by Alexandros Naskos <[email protected]>
Removed unused code

eab1f4783ba0ba536a1a6c45e99f750c83d8b7bc authored over 4 years ago by Alexandros Naskos <[email protected]>
Align expr fix

e59e1f08e540caef545a2c679ce5e58cdd7e1898 authored over 4 years ago by Alexandros Naskos <[email protected]>
Root ContainerField highlighting support

d4e6ddd780efe660eb90ca1488b5e475f3d6e06a authored over 4 years ago by Alexandros Naskos <[email protected]>
Fixed enum access

fc769e7e83797dac243582910ff7c0716a5addac authored over 4 years ago by Alexandros Naskos <[email protected]>
Added a TODO comment

2dc7b609d168780a4e70b137a6dc3bc5d64ba47c authored over 4 years ago by Alexandros Naskos <[email protected]>
Finished semantic token analysis

16b44a334b79c15da68d1bbd76e0cb7ddbaff1cb authored over 4 years ago by Alexandros Naskos <[email protected]>
Fixed infinite loop

6c718a59c4050885ca4910c534e4f4976628a5c1 authored over 4 years ago by Alexandros Naskos <[email protected]>
Array type fix

5e7fc184041025cb12c1720f3606b28ffbb942fb authored over 4 years ago by Alexandros Naskos <[email protected]>
Slice fix

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

7f6f9ec64ee8a13217294602acbb468858fd5596 authored over 4 years ago by Alexandros Naskos <[email protected]>
Use @asyncCall to call with a new stack, avoids stack overflows

b8abdc44df80662793fc081f1784fc8ebed00097 authored over 4 years ago by Alexandros Naskos <[email protected]>
Merge pull request #121 from alexnask/master

Prototype semantic tokens implementation with actual semantic analysis

9d1fdb420b0fa8daba332085f50c3789254fe05e authored over 4 years ago by Alexandros Naskos <[email protected]>
Fixed slice and array types

57b0e938e321bacdf567233956f510902a52ed54 authored over 4 years ago by Alexandros Naskos <[email protected]>
Prototype semantic tokens implementation with actual semantic analysis

42f1325488894a7edfcc9eca4d2a6dad83c60881 authored over 4 years ago by Alexandros Naskos <[email protected]>
Merge pull request #118 from alexnask/master

Differentiate between values of a type and type values

5ddebe8ffce03edcf418c34af6beeaff0b56ff5f authored over 4 years ago by Alexandros Naskos <[email protected]>
Various fixes

d873b877e7a47cbc54d945f2d40bc8264ba26f63 authored over 4 years ago by Alexandros Naskos <[email protected]>
Started working on our own Type, differentiate between values of a type and the type itself.

8d69fdb95a55187b7c205471f98a284c42a875ca authored over 4 years ago by Alexandros Naskos <[email protected]>
Respond to shutdown request

20ec7470bb4d9b666ac470934e2a0ff2f0b8aee5 authored over 4 years ago by Alexandros Naskos <[email protected]>
Removed old comment

8beedb03843ab59b12c93aad60d6954e3f8cc41b authored over 4 years ago by Alexandros Naskos <[email protected]>
Added formatter

abe76ec2bffec83b1fc9cba21c2b1347c6f890c2 authored over 4 years ago by Alexandros Naskos <[email protected]>
Improvements

a45939f8abe3354ad70c10f17558cace623b9e4a authored over 4 years ago by Alexandros Naskos <[email protected]>
Run zig fmt

fd424277ab63ae582c9d0281a34530e4890dc072 authored over 4 years ago by Alexandros Naskos <[email protected]>
Cleaned up ComptimeStringMaps

cad6b78a49616fe2de728d5840fd9cd8aa44ef19 authored over 4 years ago by Alexandros Naskos <[email protected]>
Fix server capabilities, add semantic tokens config option, fix semantic tokens basic implementation

fc921f10a4a15c9aff6656594b5f22f21864a8bf authored over 4 years ago by Alexandros Naskos <[email protected]>
Wrap demantic tokens response result in 'data'

bed05b66010e0ba4cd2b979b6d1b5490beef7e76 authored over 4 years ago by Alexandros Naskos <[email protected]>
Go to declaration will not resolve aliases (go to definition still does)

2da58c506856144e5f0d47d69bd4676a4cfa672b authored over 4 years ago by Alexandros Naskos <[email protected]>
Yet better aliases, better label position context detection

f6e3109ff3626d38e08fd7a4c053b7cad54ca122 authored over 4 years ago by Alexandros Naskos <[email protected]>
Better alias support, fix another build file refcount issue

02de547ce9f2f9307896aa6c69d08c432d6a9e4f authored over 4 years ago by Alexandros Naskos <[email protected]>
Extract packages from all top level steps

819b367360c866bafee4adefc27ce0b5d2e4dc8a authored over 4 years ago by Alexandros Naskos <[email protected]>
Better alias support

bfdeecbd042dcbfd4ee96e490992f6eb7ca1ceb2 authored over 4 years ago by Alexandros Naskos <[email protected]>
Simplified some code

e68bec8673d7e7cf7bf57af58d89c9db6644ffe1 authored over 4 years ago by Alexandros Naskos <[email protected]>
Added label support

48019dd7e2187a4a29085cc8a1e95d1186b2cd9b authored over 4 years ago by Alexandros Naskos <[email protected]>
Fix build file reference counting

b46c02228bd895f647acb0b5d1c1795621997ff8 authored over 4 years ago by Alexandros Naskos <[email protected]>
Build file reference counting fix

e27c58e95325eb89f7598051fbc21ea035418a95 authored over 4 years ago by Alexandros Naskos <[email protected]>
Dont show fields in global completions and from usingnamespaced scopes

7f12928fe926e1991ea79e0c01746041916f17ac authored over 4 years ago by Alexandros Naskos <[email protected]>
Basic semantic tokens implementation

0592513da4cb08b74f08dd6a74c078daac58a52b authored over 4 years ago by Alexandros Naskos <[email protected]>
Correctly handle inferred error sets, add self argument support when evaluating bound type params, semanticToken scaffolding

112f6d735ab911c250d7af694218ee6c9dd5268c authored over 4 years ago by Alexandros Naskos <[email protected]>
Use Bi formatting in debug allocator instead of our own bad solution now that PR has been merged in zig

5c78e88b19ea230be3c2f175261a2cd1e00d5042 authored over 4 years ago by Alexandros Naskos <[email protected]>
Fixed occasional crash on Sublime text, only get params when we use then

04638a6d4d3cc426d274070bce0a67cff8c9e0d7 authored over 4 years ago by Alexandros Naskos <[email protected]>
Take more client capabilities into account

98ebac6d64da64b0fe89013007156f80653f2542 authored over 4 years ago by Alexandros Naskos <[email protected]>
Fix

612e93be6a37eac3f270ae539c4e2e733761ae8b authored over 4 years ago by Alexandros Naskos <[email protected]>
Better comment in debug allocator pointing to a ziglang PR

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

f792b4036d6cb276333e92b8fcd29b3edaa7a6a8 authored over 4 years ago by Alexandros Naskos <[email protected]>
Added bound function type params

1086d3a29fddc2a4d308187701c881357000a417 authored over 4 years ago by Alexandros Naskos <[email protected]>
Merge pull request #111 from alexnask/master

Add usingnamespace support

e5656b9651c1a103969c8342a85f2a1d2c1c725b authored over 4 years ago by Alexandros Naskos <[email protected]>
Fixed error union decls

be9f2de43a1386b3c38714bdeba68eea7167794c authored over 4 years ago by Alexandros Naskos <[email protected]>
Resovle parens, only skip empty container fields where we have to

693e810d751657e374826f767ee99a8408d525b1 authored over 4 years ago by Alexandros Naskos <[email protected]>
Stop adding malformed container decls into scopes

28e9d08f03b4f6644f917cebff2837c9c590afe0 authored over 4 years ago by Alexandros Naskos <[email protected]>
Usingnamespace support

80dd19dd8b5d25124acb1d73a3a502d259f27cb7 authored over 4 years ago by Alexandros Naskos <[email protected]>
Fixed array payload type resolution

323b05856e28646e1366019299fb0978fa859cce authored over 4 years ago by Alexandros Naskos <[email protected]>
Improvements

7650decfa0d45aa0671ae7114be520c3908a9475 authored over 4 years ago by Alexandros Naskos <[email protected]>
Fixed field access

b8b6c534e8e740b972542a0f1b16605f1dc18518 authored over 4 years ago by Alexandros Naskos <[email protected]>
Add hover, goto, completions for alternate declaration types

86e417e8dc95b35f13d28fef3e55d78b2b38c10f authored over 4 years ago by Alexandros Naskos <[email protected]>
Remove unused code, fixed snippet self param skipping

545989339ddb0a2ad9a2877711bc80bba7a4b781 authored over 4 years ago by Alexandros Naskos <[email protected]>
Now builds!

05d75781dee4acf0678b767d6bfc1c4d53849f4d authored over 4 years ago by Alexandros Naskos <[email protected]>
More progress

3bdb2ee4445a0362a15cdffcb232dc2ea46fb9e0 authored over 4 years ago by Alexandros Naskos <[email protected]>
More progress

d6609d918bae575d68725b0476bc257a1fcdc7a8 authored over 4 years ago by Alexandros Naskos <[email protected]>
Started removing scope_nodes, using symbol table instead

9b08d9e88a1c70881a0bbe9ce8f26305b5f30f47 authored over 4 years ago by Alexandros Naskos <[email protected]>
Merge pull request #109 from codemessiah/patch-1

Update readme: mention the requirement of Zig master

661413a53a9e3c247695210d2e4e642b535399c7 authored over 4 years ago by Auguste Rame <[email protected]>
Added symbol tables

0a9cf875855b1480e363810b32606440cffa60e8 authored over 4 years ago by Alexandros Naskos <[email protected]>
Remove redundant line 43

by request :)

bd6ce9ee7f38e6f6f7cba8fc373bde37372f1914 authored over 4 years ago by Luke I. Wilson <[email protected]>
Update readme: mention the requirement of Zig master

929a7e48aacf725085845faeca9a46d6c048a06a authored over 4 years ago by Luke I. Wilson <[email protected]>
Added maximum bytes allocated in debug allocator, as well as peak memory usage

c2f8537d7b5be54d17985b1ebfa71f5457f8bd71 authored over 4 years ago by Alexandros Naskos <[email protected]>
Merge pull request #108 from Vexu/cast

Support completion for builtin casts with explicity type parameter

aa0e3e373646b906e1cb844b656e1f658678b18e authored over 4 years ago by Alexandros Naskos <[email protected]>
preamble to usingnamespace

3c2c1e97ed188e074b6436ff5524035725b2ab76 authored over 4 years ago by SuperAuguste <[email protected]>
add new instructions to config, start increasing debugability

20434839f15856e256d3fc3e93fe30b20942c73e authored over 4 years ago by SuperAuguste <[email protected]>
support completion for builtin casts with explicity type parameter

3fc7ee75c2e704892fdd38349b0088f3018c9f15 authored over 4 years ago by Vexu <[email protected]>
Merge pull request #107 from kristianhasselknippe/simple-emacs-setup

Added usage instructions for emacs

ada79a944c790d9dc818f249b95cf5817c5e6ab9 authored over 4 years ago by Alexandros Naskos <[email protected]>
Added usage instructions for emacs

2530366e126ce32755f7351bc114515bccd84e56 authored over 4 years ago by Kristian Fjeld Hasselknippe <[email protected]>
Update README.md

646b1d09c7b18f15517e19a6e2eceb780ffd1a2e authored over 4 years ago by Alexandros Naskos <[email protected]>
fix field details in completions

6ae23ba2d0edfcb47c582de08f1cb43a846abcb3 authored over 4 years ago by SuperAuguste <[email protected]>
Merge pull request #106 from squeek502/patch-1

Fix Sublime Text 3 install instructions

ee0eb898caa08a8cf916ef1c21d96017af8baea5 authored over 4 years ago by Auguste Rame <[email protected]>
Fixed occasional crash

71500428b6f653133d634f407c1ae55d50788288 authored over 4 years ago by Alexandros Naskos <[email protected]>
Fix Sublime Text 3 install instructions

The name of the Zig package is "Zig Language": https://github.com/wbond/package_control_channel/...

671e45351b58608549745829979df24b649663a7 authored over 4 years ago by Ryan Liptak <[email protected]>
fix

d35a71806be9c9addf48794e410e7cafda805d35 authored over 4 years ago by SuperAuguste <[email protected]>
Merge pull request #102 from joachimschmidt557/patch-1

Refactor workflow commands

b5f57907e4a3a4c2d64364d3f6d453a7e30d617a authored over 4 years ago by Alexandros Naskos <[email protected]>
Merge pull request #103 from Vexu/patch-1

Correctly skip first comma in bound function snippets

dd58d0d501e60920243d30bb9af64ff3417cd6a7 authored over 4 years ago by Auguste Rame <[email protected]>
Removed debug trace

a2c4f7c5c7db17681141e728a66042ef21f2a9d5 authored over 4 years ago by Alexandros Naskos <[email protected]>
Handle string request ids

af42c95222fd2d6f5f194de05f35ce54c8a39ca5 authored over 4 years ago by Alexandros Naskos <[email protected]>
correctly skip first comma in bound function snippets

da170c44b9c0bd04826db4f0ed469a0af04fa342 authored over 4 years ago by Veikka Tuominen <[email protected]>
Detect self arguments and skip it when generating snippets

73b58abe517d3cb317eca4092e3d7349d6fbb08b authored over 4 years ago by Alexandros Naskos <[email protected]>
Refactor workflow commands

67bf04f85b7ed03b9475a6c3375246f96dbb0e06 authored over 4 years ago by Joachim Schmidt <[email protected]>