g-w1
|
6cf9ae8038
|
absolute check
|
2020-12-19 21:24:42 -05:00 |
|
g-w1
|
5b50d98353
|
make sure exe exists
|
2020-12-19 21:01:16 -05:00 |
|
Alexandros Naskos
|
aaab68bb9d
|
Merge pull request #203 from antlilja/global-cache-builder
Pass global cache argument to std.build.Builder.create
|
2020-12-12 19:00:26 +02:00 |
|
antlilja
|
da7ce66910
|
Pass global cache argument to Builder.create.
|
2020-12-11 00:38:05 +01:00 |
|
Alexandros Naskos
|
bdcd2a1e85
|
Merge pull request #198 from aniljava/master
build config incorrectly pulls folder named zig if it appears in PATH variable before zig executable
|
2020-11-24 12:54:40 +02:00 |
|
root
|
60ad93ca34
|
Skip folder named zig while searching for zig executable on *nix
|
2020-11-23 22:20:22 -06:00 |
|
root
|
b208a33286
|
Skip folder named zig while searching for zig executable on *nix
|
2020-11-23 22:14:50 -06:00 |
|
Alexandros Naskos
|
ff917c08fd
|
Merge pull request #197 from codemessiah/master
Updated installation instructions
|
2020-11-22 22:38:38 +02:00 |
|
Luke Wilson
|
d45744afd3
|
Added screenshots for ZLS for VSCode extension
|
2020-11-22 14:30:54 -06:00 |
|
Luke I. Wilson
|
01ce8e295b
|
Update build instructions
|
2020-11-22 14:17:48 -06:00 |
|
Luke I. Wilson
|
353c580090
|
Update information about installing
|
2020-11-22 14:09:31 -06:00 |
|
Alexandros Naskos
|
bf4f653bf9
|
Better zig build config
|
2020-11-16 00:07:35 +02:00 |
|
Alexandros Naskos
|
67b5adc04e
|
Fix session tests
|
2020-11-15 22:24:29 +02:00 |
|
Alexandros Naskos
|
78e74743e1
|
Use zig env to find zig lib path instead of assuming the executable comes from a distribution tarball
|
2020-11-15 21:32:27 +02:00 |
|
Alexandros Naskos
|
892847d939
|
Removed workspace specific zls.json support
|
2020-11-15 20:51:56 +02:00 |
|
Alexandros Naskos
|
6e107e75bb
|
Added Alexandros Naskos to LICENSE
|
2020-11-15 20:37:46 +02:00 |
|
Alexandros Naskos
|
0bf9602d7b
|
Fixed infinite loop when analyzing variable declarations like const A = A; for semantic token highlighting
|
2020-11-15 20:37:00 +02:00 |
|
Alexandros Naskos
|
7ac3740c64
|
Merge pull request #192 from jedisct1/data-update
Update data for zig 0.7.0 and the current master branch
|
2020-11-15 19:46:15 +02:00 |
|
Frank Denis
|
ccfb18ec54
|
Update data for zig 0.7.0 and the current master branch
|
2020-11-15 12:01:33 +01:00 |
|
Alexandros Naskos
|
72f811e8dc
|
Recommend a release-fast build in the README
|
2020-11-08 18:01:07 +02:00 |
|
Alexandros Naskos
|
0d15ea754e
|
Added --debug-log flag for release mode binaries
|
2020-11-08 13:40:16 +02:00 |
|
Alexandros Naskos
|
bf7f6cd5e9
|
Corrected semantic token server provider struct
|
2020-11-06 15:55:00 +02:00 |
|
Alexandros Naskos
|
f363a1fbdb
|
Fixed session tests
|
2020-11-06 12:59:21 +02:00 |
|
Alexandros Naskos
|
8e0dc3da19
|
Fixed incremental document updates
|
2020-11-06 12:32:21 +02:00 |
|
Alexandros Naskos
|
d877019abe
|
Removed struct, enum, opaque, union token types, added them to token modifiers
|
2020-11-06 11:03:21 +02:00 |
|
Alexandros Naskos
|
42cbcdf751
|
Merge branch 'master' of github.com:zigtools/zls
|
2020-11-06 10:25:12 +02:00 |
|
Alexandros Naskos
|
abcccb5d85
|
Fixed session tests
|
2020-11-06 10:24:37 +02:00 |
|
Alexandros Naskos
|
f7eff6632e
|
Cleaned up LSP types, add InitializeResult, no longer use a hardcoded string
|
2020-11-06 10:08:20 +02:00 |
|
Alexandros Naskos
|
ab9bf89c25
|
Merge pull request #185 from truemedian/master
Update Github Workflows
|
2020-11-05 01:17:31 +02:00 |
|
Nameless
|
69bd1903df
|
add: run tests on linux
|
2020-11-04 17:15:57 -06:00 |
|
Nameless
|
fd08bf1789
|
add: run CI daily
|
2020-11-04 17:11:01 -06:00 |
|
Alexandros Naskos
|
996deb45fe
|
Added builtin hover handler
|
2020-11-05 00:54:47 +02:00 |
|
Nameless
|
705c5cf2da
|
Update Github Workflows
|
2020-11-04 16:50:29 -06:00 |
|
Alexandros Naskos
|
560b39d359
|
Better builtin data format and script
|
2020-11-05 00:39:24 +02:00 |
|
Alexandros Naskos
|
307ac34d4a
|
Fixed session tests.
|
2020-11-04 13:00:55 +02:00 |
|
Alexandros Naskos
|
5e327b41ba
|
Merge pull request #183 from leecannon/master
std.fmt.trim is now deprectated
|
2020-11-04 10:19:24 +02:00 |
|
Lee Cannon
|
6ade7cad3b
|
Update src/analysis.zig
Co-authored-by: Isaac Freund <ifreund@ifreund.xyz>
|
2020-11-03 22:44:50 +00:00 |
|
Lee Cannon
|
60fbb33a20
|
Use std.mem.trim instead of std.fmt.trim
|
2020-11-02 14:02:35 +00:00 |
|
Alexandros Naskos
|
3cbf7dbe05
|
Merge pull request #182 from arqv/nix
Fix Nix derivation
|
2020-10-31 22:42:49 +02:00 |
|
Lyla Bravo
|
efdda5c51b
|
Fix Nix derivation
|
2020-10-31 17:36:37 -03:00 |
|
Alexandros Naskos
|
d2aca17683
|
Merge pull request #177 from arqv/nix
Add Nix derivation
|
2020-10-31 22:06:02 +02:00 |
|
Lyla Bravo
|
f9df6eb340
|
Added configuration options (fixed)
|
2020-10-31 17:05:19 -03:00 |
|
Lyla Bravo
|
ff6686cd66
|
moved Zig reference to arqv/zig-overlay
|
2020-10-26 15:29:09 -03:00 |
|
Lyla Bravo
|
cbb603a63c
|
Removed nix/ directory (used by Niv).
Now the derivation uses the system's `nixpkgs` and fetches `gitignore.nix` directly from it's GitHub repository
|
2020-10-26 00:23:10 -03:00 |
|
Lyla Bravo
|
55e40e6004
|
Added Nix derivation.
|
2020-10-26 00:03:30 -03:00 |
|
Alexandros Naskos
|
e8c20351d8
|
Merge pull request #173 from data-man/inc_EBQ
Increase eval branch quota
|
2020-10-22 17:31:51 +03:00 |
|
Auguste Rame
|
40a47103c4
|
Merge pull request #174 from truemedian/patch-1
Remove -Dallocation_info from CI build
|
2020-10-19 00:49:13 -04:00 |
|
Nameless
|
4f633c45dc
|
Remove -Dallocation_info from CI build
With the removal of the debug allocator, this was also removed from the build.zig, and causes the CI to fail.
|
2020-10-18 21:11:45 -05:00 |
|
data-man
|
fdcb7c264f
|
Increase eval branch quota
|
2020-10-18 14:18:11 +05:00 |
|
Auguste Rame
|
663d811a64
|
Merge pull request #171 from ifreund/macos-rename
Update known-folders to fix build
|
2020-10-16 13:41:49 -04:00 |
|