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
/
test
Age
Commit message (
Collapse
)
Author
2022-06-07
cleanup
最萌小汐
2022-06-07
#1192 improve test
最萌小汐
2022-06-07
#1192 add benchmark for completion `jass.common`
最萌小汐
2022-06-07
#1192 add benchmark for `jass.common`
最萌小汐
2022-06-07
#1192 don't search local in simple
最萌小汐
use the methods provided by `local-id` to avoid wasting on `gets`
2022-05-25
fix #1155
最萌小汐
2022-05-25
fix #1150
最萌小汐
2022-05-23
fix #1131
最萌小汐
2022-05-23
fix #1125
最萌小汐
2022-05-23
fix can not union `table` with other basic types
最萌小汐
2022-05-23
fix can not union `unknown` with other types
最萌小汐
2022-05-01
fix #1107
最萌小汐
2022-04-29
fix #1103
最萌小汐
2022-04-27
pass tests
最萌小汐
2022-04-27
cleanup
最萌小汐
2022-04-26
add some tests
最萌小汐
2022-04-26
fix #1092
最萌小汐
2022-04-26
fix `unused-function`
最萌小汐
cannot handle recursion correctly
2022-04-26
fix `close-non-object`
最萌小汐
2022-04-26
cleanup
最萌小汐
2022-04-26
fix #1093
最萌小汐
2022-04-25
add test
最萌小汐
2022-04-25
fix `assert` dose not remove `type nil`
最萌小汐
2022-04-25
fix infer
最萌小汐
2022-04-25
add completion and semantic for `@cast`
最萌小汐
2022-04-25
add `---@cast`
最萌小汐
2022-04-24
check nil
最萌小汐
2022-04-24
fix
最萌小汐
2022-04-24
fix `or`
最萌小汐
2022-04-24
cleanup
最萌小汐
2022-04-24
check nils
最萌小汐
2022-04-24
`setlocal` can be marked by `---@type`
最萌小汐
2022-04-24
first local of `for .. in` can not be nil
最萌小汐
2022-04-24
infer by `break`
最萌小汐
2022-04-24
infer by `goto`
最萌小汐
2022-04-24
fix #1087
最萌小汐
2022-04-24
infer by `if not x or x.y then`
最萌小汐
2022-04-24
infer by `if not x or x then`
最萌小汐
2022-04-24
`x = x or y` -> truthy
最萌小汐
2022-04-24
infer by `if x and x.y then`
最萌小汐
2022-04-24
infer by `assert(x)`
最萌小汐
2022-04-23
fix infer of `unknown and unknown`
最萌小汐
2022-04-23
infer by `if not x then return end`
最萌小汐
2022-04-23
new diagnostic: `need-check-nil`
最萌小汐
2022-04-23
update hovering table
最萌小汐
fields beginning with underlines are sorted to the last
2022-04-23
cleanup
最萌小汐
2022-04-23
infer by `x == nil` and `x ~= nil`
最萌小汐
2022-04-23
merge if results
最萌小汐
2022-04-23
fix optional parameters
最萌小汐
2022-04-23
avoid circle compile
最萌小汐
[prev]
[next]