Techatrix
|
0d848a71ec
|
Merge pull request #674 from Techatrix/snippets
Add keyword Snippets for autocomplete
|
2022-09-25 17:27:46 +00:00 |
|
Techatrix
|
5fa7656314
|
update snippets
|
2022-09-25 03:09:54 +02:00 |
|
Techatrix
|
e776a5c8e3
|
Merge pull request #673 from Techatrix/code-actions
Implement Code actions with autofix
|
2022-09-25 01:00:54 +00:00 |
|
Techatrix
|
00be49c595
|
add keyword snippets for autocomplete
|
2022-09-25 02:45:02 +02:00 |
|
Techatrix
|
176bf17d15
|
remove sessions.zig
|
2022-09-25 02:44:38 +02:00 |
|
Techatrix
|
8cf5c82261
|
implement autofix
|
2022-09-25 01:05:12 +02:00 |
|
Techatrix
|
1b64db8a4c
|
implement textDocument/codeAction
|
2022-09-25 01:04:29 +02:00 |
|
Techatrix
|
ca58cbb3f3
|
make types.Diagnostic correctly parseable
|
2022-09-25 01:01:31 +02:00 |
|
Techatrix
|
548ced259f
|
refactor ast-check into separate function with small changes
|
2022-09-24 21:54:31 +02:00 |
|
Techatrix
|
cfb7c16de0
|
add enable_autofix option
|
2022-09-24 21:30:36 +02:00 |
|
Techatrix
|
40c28d7a64
|
add code action types
|
2022-09-24 21:29:24 +02:00 |
|
Techatrix
|
a8dcb89a81
|
refactor getting the first & last parameter token into a function
|
2022-09-24 21:26:55 +02:00 |
|
Techatrix
|
6ff19e8b5f
|
analysis: store function node in parameter declaration
|
2022-09-24 21:25:32 +02:00 |
|
Techatrix
|
adb012001f
|
Merge pull request #670 from Techatrix/dont-inline-builtin-data
don't use inline for iterating builtin data
|
2022-09-22 17:58:20 +00:00 |
|
Techatrix
|
8a77007872
|
don't use inline for iterating builtin data
|
2022-09-22 05:39:04 +02:00 |
|
Techatrix
|
e9e9571fe5
|
avoid config copy for document store (#669)
|
2022-09-21 21:31:48 -04:00 |
|
Lee Cannon
|
dac0d9019a
|
Merge pull request #667 from leecannon/master
create entire cache folder path
|
2022-09-21 20:08:54 +01:00 |
|
Lee Cannon
|
b9dcf7fd3a
|
Merge pull request #668 from Techatrix/test-coverage
Support generating test coverage with kcov
|
2022-09-21 20:03:57 +01:00 |
|
Techatrix
|
4b866a416b
|
support generating test coverage with kcov
|
2022-09-21 20:11:04 +02:00 |
|
Lee Cannon
|
f90142d0cc
|
create entire cache folder path
|
2022-09-20 19:52:24 +01:00 |
|
Techatrix
|
0fa788b727
|
Merge pull request #665 from Techatrix/cimport-diagnostics
Report cImport failure using `textDocument/publishDiagnostics`
|
2022-09-20 01:43:04 +00:00 |
|
Techatrix
|
cf52fd8190
|
report cImport failure using textDocument/publishDiagnostics
|
2022-09-19 19:53:41 +02:00 |
|
Techatrix
|
7f4f002380
|
Testing improvements (#662)
|
2022-09-18 22:47:06 +00:00 |
|
Lee Cannon
|
b3078c36dd
|
Merge pull request #656 from jcmoyer/env-fixup
Add target to Env struct
|
2022-09-18 19:05:51 +01:00 |
|
J.C. Moyer
|
0feecee18c
|
Add target to Env struct
See: https://github.com/ziglang/zig/pull/11741
|
2022-09-18 02:45:30 -04:00 |
|
Caleb Cornett
|
96f00f05f6
|
Pass -lc to translate-c (#660)
|
2022-09-17 15:16:36 -04:00 |
|
Lee Cannon
|
6d9e891d98
|
fix for zig master (#658)
|
2022-09-17 15:05:55 -04:00 |
|
Techatrix
|
b76710ea5f
|
References improvements (#653)
|
2022-09-16 01:11:39 +00:00 |
|
Techatrix
|
e28549fa7d
|
Completely overhaul offsets.zig (#643)
* completely overhaul offsets.zig
|
2022-09-16 00:33:49 +00:00 |
|
max
|
5aff17afb0
|
sync with zig master version llvm15 (#652)
|
2022-09-14 14:56:17 -04:00 |
|
Lee Cannon
|
bd6f60e451
|
update for zig master (#651)
|
2022-09-13 16:54:28 -04:00 |
|
Techatrix
|
e6238e3354
|
improve width of log prefix (#649)
|
2022-09-13 16:12:32 -04:00 |
|
Techatrix
|
6363e7a064
|
Merge pull request #646 from Techatrix/cache-build-runner
Place build_runner.zig in zls subfolder
|
2022-09-12 11:46:36 +00:00 |
|
Techatrix
|
1a93ec2234
|
Merge pull request #647 from Techatrix/logging-improvements
Only globally log to stderr
|
2022-09-12 11:42:46 +00:00 |
|
Techatrix
|
eaa19d8a13
|
Merge pull request #648 from Techatrix/dev
Refactor builtin_completions
|
2022-09-12 11:42:12 +00:00 |
|
Techatrix
|
85135d36ae
|
refactor builtin_completions
|
2022-09-12 00:50:35 +02:00 |
|
Techatrix
|
5c9c0c316c
|
fix warning in session test
|
2022-09-12 00:05:26 +02:00 |
|
Techatrix
|
ff779049f1
|
only globally log to stderr
|
2022-09-11 23:48:15 +02:00 |
|
Techatrix
|
834127f23e
|
create global cache path directory if it doesn't exist yet
|
2022-09-11 22:36:38 +02:00 |
|
Techatrix
|
75677f424c
|
place build_runner.zig in zls subfolder
|
2022-09-11 21:50:37 +02:00 |
|
Techatrix
|
58a83ffd25
|
Merge pull request #642 from Techatrix/dev
Correctly handle anytype in inlay hint tooltips
|
2022-09-11 01:22:05 +00:00 |
|
Techatrix
|
a44cfdc451
|
correctly handle anytype in inlay hint tooltips
|
2022-09-11 01:50:45 +02:00 |
|
Techatrix
|
03565f42bf
|
Merge pull request #641 from Techatrix/testing-improvements
Move updated units_test.zig into tests directory
|
2022-09-10 23:03:31 +00:00 |
|
Techatrix
|
6933e1598a
|
move updated units_test.zig into tests directory
|
2022-09-11 00:07:01 +02:00 |
|
haze
|
866655169c
|
Add chmod +x command to macOS install instructions (#640)
|
2022-09-10 14:07:35 -04:00 |
|
nullptrdevs
|
440fd215ec
|
NativeTargetInfo.detect() no longer takes an Allocator param (#637)
see 3ee01c14ee
|
2022-09-09 21:06:01 -04:00 |
|
Techatrix
|
0428b970b1
|
place build_runner.zig in cache directory (#635)
|
2022-09-07 13:34:48 -04:00 |
|
nullptrdevs
|
6269eef776
|
fix: "f..o.o;" crashes the server (#629)
this is a fix for #381 and a hack for #409
(related, get triggered by "f..o.o;")
|
2022-09-07 13:14:11 -04:00 |
|
Auguste Rame
|
aa81d83136
|
Merge pull request #630 from Techatrix/master
Reconstruct diagnostic range end of ast-gen
|
2022-09-05 20:50:02 -04:00 |
|
Techatrix
|
7730c7715b
|
respect document encoding
|
2022-09-05 22:49:50 +02:00 |
|