-
417bf9bd0a
add vscode config generation to
zig build gen
(#862)
Techatrix
2022-12-30 23:45:31 +0000
-
d86d05d969
fix ast-check with single error (#865)
Techatrix
2022-12-30 23:43:40 +0000
-
94ec3a0a86
Debugging utilities (#860)
Techatrix
2022-12-30 23:42:53 +0000
-
f473088b64
fix crashes found through fuzzing (#866)
Techatrix
2022-12-30 23:42:28 +0000
-
c88562ca78
optimize
build.zig
discovery (#863)
Techatrix
2022-12-29 23:21:26 +0000
-
978e41b8a5
always use scoped logs instead of default (#864)
Techatrix
2022-12-29 23:20:12 +0000
-
c6d74dbca5
fix: tres not available in a nix environment. (#855)
Álan Crístoffer
2022-12-29 19:36:38 +0100
-
aabdb0c6ec
fix: update master.zig to reflect changes to builtins (#858)
Rekai Musuka
2022-12-29 02:00:32 -0400
-
ebe3ba1471
Memory lifetime fixes (#861)
Techatrix
2022-12-29 05:59:19 +0000
-
faee213658
chore: add command for updating master.zig on windows (#859)
Rekai Musuka
2022-12-28 22:59:00 -0400
-
61c0981294
Use zig-lsp-codegen (#850)
Techatrix
2022-12-27 06:47:57 +0000
-
941882371c
fix memory lifetime issues (#851)
Techatrix
2022-12-27 05:52:15 +0000
-
3139a787a1
fix another underflow in ast.zig#fullWhile() (#853)
travisstaloch
2022-12-26 21:45:52 -0800
-
6118686d00
fix remaining compiler errors
Techatrix
2022-12-27 03:02:07 +0100
-
03e50066a1
Merge branch 'master' into intern-pool
Techatrix
2022-12-27 01:53:55 +0100
-
-
04448d1a7b
more intern pool work
Techarix
2022-12-27 02:46:57 +0100
-
faae689ff7
prevent underflow in ast.zig#fullWhile() (#848)
travisstaloch
2022-12-25 14:44:25 -0800
-
-
-
f6c15ac10c
semantic_tokens: Fix handleComments not evaluating the last byte (#844)
Ryan Liptak
2022-12-22 19:27:38 -0800
-
4d7b95e1e2
generated master data for new builtins (#845)
rimuspp
2022-12-22 22:26:29 -0500
-
44b6c4dae4
fix: avoid finding references in the current file twice (#846)
Eric Puentes
2022-12-22 22:25:56 -0500
-
c355a54dd1
Fix raw, responseless returns on willSaveWaitUntil (#833)
Auguste Rame
2022-12-19 16:01:08 -0500
-
7b0c2a34fc
Merge pull request #835 from skabbes/builtin-rename
Lee Cannon
2022-12-19 17:34:16 +0000
-
-
23ef018521
build: bump zig min version
Steven Kabbes
2022-12-18 18:05:51 -0700
-
427620742a
track builtin API changes from zig/master
Steven Kabbes
2022-12-18 12:45:36 -0700
-
-
e65d5c5c23
Merge pull request #834 from travisstaloch/fix-for-issues-754-832
Lee Cannon
2022-12-18 00:56:30 +0000
-
-
e09c773005
analysis.zig getPositionContext() - check for null
Travis Staloch
2022-12-17 14:27:51 -0800
-
375daba743
improve behavior if zig_exe_path is not set (#830)
Techatrix
2022-12-17 09:03:05 +0100
-
d679b19676
remove old stage1 code artifacts (#831)
Techatrix
2022-12-17 09:02:31 +0100
-
-
5d6f23b5f1
fix integer underflow in
ast.fullPtrType
(#829)
Techatrix
2022-12-16 21:24:25 +0100
-
e1973afafc
fix cimport duplicate messages & crash (#828)
Techatrix
2022-12-16 21:24:03 +0100
-
68ac6f9f30
remove
ast.tokenSlice()
(#824)
Techatrix
2022-12-15 23:01:42 +0100
-
c39a4eb2ab
simplify & refactor analysis code (#823)
Techatrix
2022-12-15 19:03:09 +0100
-
3526f5fb84
Zig @call changes (#822)
nullptrdevs
2022-12-14 17:58:38 -0800
-
d43329a9ee
Fix labels for real this time (#819)
Auguste Rame
2022-12-14 05:51:01 -0500
-
0ab34abc0f
Bug stream fixes (#818)
Auguste Rame
2022-12-13 22:07:36 -0500
-
5dca821eb6
Merge pull request #807 from matklad/flake
Lee Cannon
2022-12-12 00:19:47 +0000
-
-
878464ea72
Merge pull request #816 from alexnask/ascii-deprecated-removed
Lee Cannon
2022-12-12 00:18:23 +0000
-
-
974bdff6b3
fix missed reference on windows
Lee Cannon
2022-12-12 00:13:13 +0000
-
748cd7d6a9
Merge remote-tracking branch 'origin/master' into intern-pool
Techarix
2022-12-11 19:02:24 +0100
-
-
1ae341850e
automatically generate config associated files (#813)
Techatrix
2022-12-11 12:10:48 +0100
-
-
-
e322ca4fb5
Fix build.zig comment
Alexandros Naskos
2022-12-10 23:23:39 +0200
-
3cac23f8a1
Fix references to now removed, previously deprecated std.ascii declarations
Alexandros Naskos
2022-12-10 23:21:55 +0200
-
-
9e658cdbb6
update TracyAllocator for new Allocator changes (#812)
Lee Cannon
2022-12-08 19:32:50 +0000
-
ddf3ef1389
main ci: upload an artifact per arch (#809)
nullptrdevs
2022-12-07 17:12:27 -0800
-
1e99692d5c
Enable stage2 (#810)
Auguste Rame
2022-12-07 11:39:46 -0500
-
887539ed1a
Allocator.resize() does not adjust size of string allocated for URI to file path conversion (#806)
Joseph Stahl
2022-12-04 16:44:22 -0500
-
66092239c2
update flake
Aleksey Kladov
2022-12-04 12:17:19 +0000
-
-
580469cd32
Fix rogue resize, bump minimum version (#805)
Auguste Rame
2022-12-03 21:35:51 -0500
-
cfb0b023ad
fix #801, IOOB in foldingRanges (#802)
Alex Kladov
2022-12-03 15:23:13 +0000
-
3ab859a304
Make sure zig lib path retrieved from
zig env
is absolute (#799)
Alexandros Naskos
2022-12-02 23:22:35 +0200
-
6ab2c68355
Allocgate 2.0 slain (#791)
Auguste Rame
2022-12-02 15:14:58 -0500
-
f6f0a0dca5
Add aarch64-linux to targets (#795)
Mikkel Gravgaard
2022-12-02 10:01:09 +0100
-
4f180712bb
add initial intern pool implementation
Techatrix
2022-12-02 00:08:45 +0100
-
784047d952
add a dummy cancelRequest implementation (#790)
Techatrix
2022-12-01 10:00:08 +0100
-
c3256c00e7
pass correct zig-cache path (#789)
Lee Cannon
2022-11-29 22:50:09 +0000
-
56a65f42bf
Added tuple type support, fixed compilation with zig master branch (#786)
Alexandros Naskos
2022-11-26 19:22:16 +0200
-
34621b7358
Merge pull request #784 from matklad/selectionRange
Lee Cannon
2022-11-26 14:27:03 +0000
-
-
8731a37d1f
textDocument/selectionRange
Aleksey Kladov
2022-11-26 01:14:33 +0000
-
-
369b851dc7
Revert "move to stage2 (#781)" (#783)
Auguste Rame
2022-11-25 19:18:32 -0500
-
aa14772cfe
use textDocument/willSaveWaitUntil for autofix (#780)
Techatrix
2022-11-25 22:32:08 +0100
-
29679ee6f8
move to stage2 (#781)
Techatrix
2022-11-25 22:31:27 +0100
-
1ced17266c
set TextDocumentSync to Incremental (#776)
Techatrix
2022-11-23 03:05:29 +0100
-
8428652146
Merge pull request #774 from nullptrdevs/patch-1
Lee Cannon
2022-11-22 17:37:13 +0000
-
-
4794f1e8d9
Disable label references until #728 is resolved
nullptrdevs
2022-11-22 02:08:43 -0800
-
-
ea2caee3ad
correctly find last full text change in applyTextEdits (#772)
Techatrix
2022-11-21 19:21:24 +0100
-
5f3d58edeb
fix anytype snippet (#769)
halting
2022-11-20 17:16:15 -0300
-
245e11e033
snippets for primitive types (#767)
halting
2022-11-19 16:59:12 -0300
-
f09ffb63db
don't format files with syntax errors (#766)
Techatrix
2022-11-19 00:49:59 +0100
-
-
40167a5b52
Simplify install procedure (#764)
Auguste Rame
2022-11-18 14:33:24 -0500
-
88ed500439
Merge pull request #763 from thalting/master
Lee Cannon
2022-11-17 14:52:37 +0000
-
-
d1aeec4c41
update snippets
halting
2022-11-17 11:24:00 -0300
-
-
87aa4c09e1
Quick comptime interpreter fix, place it behind an option (#761)
Auguste Rame
2022-11-16 19:28:01 -0500
-
355d56376f
Merge pull request #724 from zigtools/comptime-bebe-steps
Auguste Rame
2022-11-16 18:13:35 -0500
-
-
e68c99ccc8
shout-out to zls for helping with zls's development (#760)
Techatrix
2022-11-17 00:02:45 +0100
-
28be9a4cc7
report actual zls version in initialize response (#759)
Techatrix
2022-11-16 23:58:37 +0100
-
31584cff60
find references in while continue expressions (#758)
Techatrix
2022-11-16 23:35:51 +0100
-
46da74d32e
don't iterate handles while potential invalidation occurs (#757)
Techatrix
2022-11-16 23:35:19 +0100
-
d75fd3a880
detect comment position context (#756)
Techatrix
2022-11-16 23:34:36 +0100
-
662b560861
format with
Ast.render
instead of zig fmt
(#755)
Techatrix
2022-11-16 23:33:15 +0100
-
68ab004bb1
Add Open Collective (#751)
Auguste Rame
2022-11-15 15:00:05 -0500
-
e98aea61ea
do not panic on error response to workspace/configuration (#747)
Ingo Lohmar
2022-11-13 23:28:00 +0100
-
28adef42c1
Merge pull request #748 from kama-meshi/bump-cmd-installing-binaries
Lee Cannon
2022-11-12 15:10:10 +0000
-
-
415243472b
Update the command of installing binaries to install v0.10.0.
kama-meshi
2022-11-12 23:48:50 +0900
-
-
c8dffc1f9b
Some comptime interpreter fixes
Auguste Rame
2022-11-10 20:51:02 -0500
-
c803a5de3f
Quick cleanup
Auguste Rame
2022-11-09 23:46:23 -0500
-
411e74d364
Add param type resolution & stop using stage2, still a bit broken :(
Auguste Rame
2022-11-08 15:54:30 -0500
-
e58bddd769
Improve Zig version mismatch error (#744)
Nick Cernis
2022-11-10 05:13:35 +0100
-
b91a193d04
We can interpret std now because of proper tree shaking!
Auguste Rame
2022-10-31 23:36:13 -0400
-
c6ab7e8a0f
Casts++, compileLog, pointers
Auguste Rame
2022-10-31 16:00:02 -0400
-
e6b691e447
More builtins, use stage2 because we can
Auguste Rame
2022-10-31 01:51:51 -0400
-
d2e166bb0b
Some builtins, rudimentary hacky diagnostics; need to nerf global evaluation
Auguste Rame
2022-10-30 04:07:49 -0400
-
599c134593
Imports, cross-boundary resolution; can import std but dies on missing builtins / lang features
Auguste Rame
2022-10-29 17:28:44 -0400
-
da00751726
Field access, function calls based on function value
Auguste Rame
2022-10-29 01:46:22 -0400
-
779c3c0710
Hacky mess but it works (only if your function is the first root decl tho :P)
Auguste Rame
2022-10-28 14:24:38 -0400
-
06e8756849
Add struct test
Auguste Rame
2022-10-28 01:22:03 -0400
-
d2640a44ac
comptime interpreter moment
Auguste Rame
2022-10-27 23:59:24 -0400
-
-
b08480256c
Update the main CI workflow (#742)
nullptrdevs
2022-11-05 20:52:07 -0700
-
6420296a82
Nix: Pass
-Dcpu=baseline
to zig build
(#739)
Sage Hane
2022-11-03 18:44:01 +0000
-
690189a5a7
add workflow to check build_runner works with a range of zig versions (#732)
Lee Cannon
2022-11-03 00:06:01 +0000
-
95f21d0d23
Add builtin data for 0.9.1 and 0.10.0 (#735)
BratishkaErik
2022-11-03 02:24:51 +0600