Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-06-14 | fix #2129 | 最萌小汐 | |
2023-06-14 | fix incorrect doc range | 最萌小汐 | |
fix #2110 | |||
2023-06-13 | completion for quoted fields | 最萌小汐 | |
fix #2088 | |||
2023-06-13 | bind overloads | 最萌小汐 | |
fix #2083 | |||
2023-06-13 | more smart completion for `continue` | 最萌小汐 | |
fix #2042 | |||
2023-06-13 | update config in checking | 最萌小汐 | |
fix #2038 | |||
2023-06-13 | check nil | 最萌小汐 | |
2023-06-13 | check nil | 最萌小汐 | |
2023-06-02 | ci:fix ffi test error | fesily | |
2023-06-01 | Merge pull request #2147 from fesily/ffi-fix-build-path | 最萌小汐 | |
ffi:fix build path | |||
2023-06-01 | ffi:fix build path | fesily | |
2023-06-01 | Update compiler.lua | fesily | |
2023-06-01 | getReturnOfSetMetaTable remove nil | fesily | |
2023-05-31 | reset | fesily | |
2023-05-31 | fix assign-type-mismatch | fesily | |
2023-05-28 | determine the padding | Ye Sijun | |
Signed-off-by: Ye Sijun <junnplus@gmail.com> | |||
2023-05-26 | Merge pull request #2131 from fesily/ffi-plugin-lazyload | 最萌小汐 | |
command:add reloadFFIMeta | |||
2023-05-26 | fix output error | fesily | |
2023-05-25 | special treat `__*` | 最萌小汐 | |
#2106 | |||
2023-05-25 | Merge branch 'master' into ffi-plugin-lazyload | fesily | |
2023-05-25 | command:add reloadFFIMeta | fesily | |
2023-05-24 | disable ffi builder for now | 最萌小汐 | |
2023-05-23 | cleanup | 最萌小汐 | |
2023-05-23 | trace filter of `repeat` | 最萌小汐 | |
fix #2113 | |||
2023-05-22 | use `detach` to avoid reffing | 最萌小汐 | |
2023-05-22 | better socket | 最萌小汐 | |
2023-05-22 | remove jit | fesily | |
2023-05-22 | fix warnning | fesily | |
2023-05-22 | special searching for `__index` | 最萌小汐 | |
#2106 | |||
2023-05-22 | stash | 最萌小汐 | |
2023-05-16 | Merge pull request #2111 from fesily/meta-fix-jit-module | 最萌小汐 | |
meta:fix jit module | |||
2023-05-16 | Merge pull request #2107 from AlWoSp/thwe/missing-local-export-doc | 最萌小汐 | |
Annotation rule for exported local functions | |||
2023-05-15 | move other file | fesily | |
2023-05-12 | support array | fesily | |
2023-05-12 | add expandSingle | fesily | |
2023-05-12 | fix test | fesily | |
2023-05-12 | link server by plugin | fesily | |
2023-05-12 | add builder | fesily | |
2023-05-11 | Annotation rule for exported local functions | Thomas Wetzlmaier | |
Annotation for the following local function func1 is required. local mod = { } local function func1() end mod.Func1 = func1 return mod; | |||
2023-05-11 | more test | fesily | |
2023-05-11 | Merge branch 'LuaLS:master' into luajit-ffi-support | fesily | |
2023-05-11 | Merge pull request #2091 from CppCXY/master | 最萌小汐 | |
name-style-check support | |||
2023-05-11 | add builder | fesily | |
2023-05-10 | support connecting by socket with `--socket=PORT` | 最萌小汐 | |
2023-05-10 | fix test | fesily | |
2023-05-10 | more test | fesily | |
2023-05-10 | fix test | fesily | |
2023-05-10 | ffi support | fesily | |
2023-04-27 | Merge branch 'master' of https://github.com/LuaLS/lua-language-server into HEAD | CppCXY | |
2023-04-27 | 更新实现 | CppCXY | |