Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-02-26 | platform.OS -> platform.os | actboy168 | |
2024-02-26 | Update make.lua | actboy168 | |
2024-02-26 | Update make.lua | actboy168 | |
2024-02-26 | Merge pull request #2532 from fesily/automatic-infer-function-param-type | 最萌小汐 | |
add infer function param type | |||
2024-02-26 | Update template.lua | fesily | |
2024-02-26 | Merge pull request #2538 from AndreasMatthias/deprecated | 最萌小汐 | |
Add "deprecated" key in JSON output. | |||
2024-02-26 | Merge pull request #2537 from AndreasMatthias/varargs | 最萌小汐 | |
Desc/rawdesc for vararg expressions in JSON output. | |||
2024-02-26 | update submodules | 最萌小汐 | |
2024-02-24 | Desc/rawdesc for vararg expressions in JSON output. | Andreas | |
2024-02-24 | Merge branch 'master' into deprecated | Andreas | |
2024-02-24 | Merge pull request #2533 from CppCXY/master | 最萌小汐 | |
update format 1.5.0 | |||
2024-02-24 | Merge pull request #2536 from danpf/danpf-diagnostics-with-plugins | 最萌小汐 | |
Enable plugins during --check | |||
2024-02-23 | Enable plugins during --check | Danny Farrell | |
2024-02-23 | Update script/vm/compiler.lua | fesily | |
Co-authored-by: Lewis Russell <me@lewisr.dev> | |||
2024-02-23 | Update locale/en-us/setting.lua | fesily | |
Co-authored-by: Lewis Russell <me@lewisr.dev> | |||
2024-02-23 | fix warn | fesily | |
2024-02-22 | Merge branch 'master' of github.com:CppCXY/lua-language-server | CppCXY | |
2024-02-22 | update 1.5.0 | CppCXY | |
2024-02-21 | Merge branch 'master' into automatic-infer-function-param-type | fesily | |
2024-02-21 | add infer function param type | fesily | |
2024-02-20 | Add "deprecated" key in JSON output. | Andreas | |
2024-02-20 | 算了 | 最萌小汐 | |
2024-02-20 | update workflow | 最萌小汐 | |
2024-02-19 | Prepare Linux-ARM64 | 最萌小汐 | |
2024-02-19 | split build and release | 最萌小汐 | |
2024-02-19 | 挪到 bee.windows | 最萌小汐 | |
2024-02-19 | update bee and luamake | 最萌小汐 | |
2024-02-19 | Merge pull request #2505 from lizho/master | 最萌小汐 | |
support tuple type | |||
2024-02-19 | Merge pull request #2526 from AndreasMatthias/doc-output-path | 最萌小汐 | |
CLI option --doc_out_path <PATH>. | |||
2024-02-19 | Merge pull request #2525 from AndreasMatthias/visible | 最萌小汐 | |
Added 'visible' key (public, protected, ...) in JSON output. | |||
2024-02-19 | Merge pull request #2524 from AndreasMatthias/desc/rawdesc | 最萌小汐 | |
Added 'desc' and 'rawdesc' keys for variables in JSON output. | |||
2024-02-17 | Add 'visible' tag for 'doc.field' and 'tableindex' in JSON output. | Andreas | |
2024-02-15 | CLI option --doc_out_path <PATH>. | Andreas | |
This CLI option specifies the output directory path for documentation files (eg. 'doc.json'). | |||
2024-02-15 | Added 'desc' and 'rawdesc' keys for variables in JSON output. | Andreas | |
2024-02-15 | Added 'visible' key (public, protected, ...) in JSON output. | Andreas | |
2024-02-01 | Update test.yml | actboy168 | |
2024-02-01 | Update test.yml | actboy168 | |
2024-02-01 | Create test.yml | actboy168 | |
2024-02-01 | Merge pull request #2502 from emmericp/luadoc-groups | 最萌小汐 | |
Add group param for luadoc generated by plugins | |||
2024-02-01 | Merge pull request #2507 from emmericp/visualize-cmd | 最萌小汐 | |
Add --visualize command that outputs the AST of a given file as graphviz | |||
2024-02-01 | Add --visualize command that outputs the AST of a given file as graphviz | Paul Emmerich | |
2024-01-30 | fix LSP crashes when parsing tuples | lizho | |
2024-01-30 | support tuple type | lizho | |
2024-01-28 | Add group param for luadoc generated by plugins | Paul Emmerich | |
This allows binding multiple generated luadoc annotations to a single node easily by explicitly specifying their bind group. | |||
2024-01-24 | update changelog | 最萌小汐 | |
2024-01-24 | fix rename in library | 最萌小汐 | |
2024-01-24 | fix warnings | 最萌小汐 | |
2024-01-24 | Revert "Merge pull request #2481 from ↵ | 最萌小汐 | |
fesily/automatic-derivation-function-param-type" This reverts commit 34319c7990cba47ddc00e77aabfccbb923f84e26, reversing changes made to ef7157c450254b0ee447960b0cb06d6f1b0dbaaa. | |||
2024-01-24 | Merge pull request #2497 from deathlyfrantic/patch-1 | 最萌小汐 | |
Add `table.move()` to LuaJIT compatibility | |||
2024-01-24 | Add `table.move()` to LuaJIT compatibility | zandr | |
LuaJIT supports `table.move()`: https://luajit.org/extensions.html#lua53 |