index
:
lua-language-server
fix/honour_configuration_capability
fix/honour_configuration_capability-3.10.3
fix/honour_configuration_capability-3.7.3
fix/honour_configuration_capability-3.7.4
fix/honour_configuration_capability-3.9.3
fix/honour_configuration_capability-master
master
A language server that offers Lua language support - programmed in Lua
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
script
/
core
/
diagnostics
Age
Commit message (
Expand
)
Author
2021-02-18
`unused-local` excludes `doc.param`
最萌小汐
2021-02-04
fix runtime errors
最萌小汐
2021-02-04
fix #378 add cache for finding class
最萌小汐
2021-01-05
fix
最萌小汐
2021-01-04
`unused-function` checks recursive
最萌小汐
2021-01-04
new dianostic: `count-down-loop`
最萌小汐
2020-12-30
use vm level cache
最萌小汐
2020-12-29
performance optimization
最萌小汐
2020-12-28
add `vm.getDefFields`
最萌小汐
2020-12-28
fix #327
最萌小汐
2020-12-24
set tracy
最萌小汐
2020-12-23
Merge pull request #322 from uhziel/undefined-field-donot-check-table
最萌小汐
2020-12-23
undefined-field不要检测类型为table的,会出现很多误报
Lei Zhu
2020-12-22
close #319 close-non-object
最萌小汐
2020-12-21
fix
最萌小汐
2020-12-16
#306
最萌小汐
2020-12-16
Merge pull request #305 from uhziel/config-diagnostic-needFileStatus
最萌小汐
2020-12-16
config.diagnostics.neededFileStatus支持vscode配置
uhziel
2020-12-16
decrease priority of 'undefined-field'
最萌小汐
2020-12-16
close #300
最萌小汐
2020-12-16
wrong test
最萌小汐
2020-12-15
Merge pull request #303 from uhziel/config-diagnostic-needFileStatus
最萌小汐
2020-12-15
指定诊断类型可以配置只分析打开的文件还是全项目,初...
uhziel
2020-12-15
提升undefined-field速度,寻找fields改为只会查找定义的 getFiel...
uhziel
2020-12-15
还是去除 deep=0
uhziel
2020-12-15
Merge branch 'master' into diagnostic-undefined-field
uhziel
2020-12-15
优化发现的细节问题,vm.getField() 改为带deep=0,不然会出现...
uhziel
2020-12-14
`undefined-field` select field only
最萌小汐
2020-12-14
#299 disable `undefined-field` in workspace
最萌小汐
2020-12-14
合并 master 中的提交
uhziel
2020-12-14
处理"当会推导成多个class类型时"的情况
uhziel
2020-12-14
close function
最萌小汐
2020-12-11
增加对infer出多个docClass情况的处理
uhziel
2020-12-11
通过不向前推断、在vm缓存doc.class查询fields来加快分析速度
uhziel
2020-12-10
Merge branch 'master' into diagnostic-undefined-field
uhziel
2020-12-10
只对类的field做undefined-field诊断,避免检测出过多干扰性问题
uhziel
2020-12-09
让诊断 undefined-field 尽量精准
uhziel
2020-12-09
添加检测"未定义的 field"
uhziel
2020-12-07
add tip of `Lua.runtime.special`
最萌小汐
2020-12-04
Split getkeyname and getkeytype
最萌小汐
2020-12-03
unbalanced-assignments
最萌小汐
2020-12-02
`unused-local` ignored local with `doc.class`
最萌小汐
2020-11-24
deep level
最萌小汐
2020-11-23
check global version
最萌小汐
2020-11-23
stage
最萌小汐
2020-11-20
no longer beta
最萌小汐